Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Tabset question

    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

    #2
    Hello,

    1) You can use HtmlPane to show content on tab panes. In this case, it will only be draw/requested, when user selects a tab.

    2) Maybe you can override tabSelected of your Tabset?

    Hope this helps.

    Comment

    Working...
    X