Hi!
I have two questions to the tabset:
1. Is there a possibility that all tabs are displayed but the content of the tab will be loaded if I click on the tab. There are two reason for this:
- I have multiple tabs with lots of content, that means the loading time of the app is slow
- The content can change during the work in the app and reloading the tab if I click on it would be easier than to use UpdateableComposite for each item
2. Is there a possibility to add a click handler to a tab? Background: I have a navigation menu outside the tabset and this menu changes its items for each tab, therefor I need a possibility to fire an action listener which updates the menu.
I am very happy for every answer!
Thanks,
Florian
I have two questions to the tabset:
1. Is there a possibility that all tabs are displayed but the content of the tab will be loaded if I click on the tab. There are two reason for this:
- I have multiple tabs with lots of content, that means the loading time of the app is slow
- The content can change during the work in the app and reloading the tab if I click on it would be easier than to use UpdateableComposite for each item
2. Is there a possibility to add a click handler to a tab? Background: I have a navigation menu outside the tabset and this menu changes its items for each tab, therefor I need a possibility to fire an action listener which updates the menu.
I am very happy for every answer!
Thanks,
Florian
Comment