TabSheet and Child Window

Hi,

I’m trying to add several child windows into differents tabs. I tried many ways to do this but it didn’t work. This is my code:

I would like something like this:
http://demo.vaadin.com/ReindeerTheme
, the tab “Window” has four child windows. How can I do that :frowning: ?

Thank you very much for your help.


ReindeerTheme source
.

There’s listener (SelectedTabChangeListener) which adds child windows to main window, when the ‘Window’ tab is selected and removes windows when another tab is selected.

Hi Ville,

Thank you very much for your help! :slight_smile:

-Sebastian