Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Where is the addComponent(Component component) method of the Window class i
Hey folks,
I have a while looking for the addComponent() method of the Window class in vaadin 7 but I don't see it, actually I don't know if it was removed or changed it for a new implementation.
I'm having the following issue: everytime I want to add a Layout with its components or a component directly to a window instance the draggable functionality stop working, so it makes no sense to me at all.
can anyone please help?
thanks, God bless you all.
Window only supports a single child component, settable using setContent.
Eri Otero: Hey folks,
I have a while looking for the addComponent() method of the Window class in vaadin 7 but I don't see it, actually I don't know if it was removed or changed it for a new implementation.
I'm having the following issue: everytime I want to add a Layout with its components or a component directly to a window instance the draggable functionality stop working, so it makes no sense to me at all.
can anyone please help?
thanks, God bless you all.
Artur Signell: Window only supports a single child component, settable using setContent.
Thanks, I have to say that I don't know why but everytime that I passed a Layout Component the window stopped the draggable functionality.
but is working now
thanks Artur!!!