Uses of Class
org.uberfire.client.views.pfly.tab.TabPanelWithDropdowns.DropDownTab
-
Packages that use TabPanelWithDropdowns.DropDownTab Package Description org.uberfire.client.views.pfly.tab -
-
Uses of TabPanelWithDropdowns.DropDownTab in org.uberfire.client.views.pfly.tab
Methods in org.uberfire.client.views.pfly.tab that return TabPanelWithDropdowns.DropDownTab Modifier and Type Method Description TabPanelWithDropdowns.DropDownTabTabPanelWithDropdowns. addDropdownTab(String label)Adds a new tab to this panel that doesn't have any contents itself, but can contain multiple items that appear in a dropdown menu when the tab is clicked.Methods in org.uberfire.client.views.pfly.tab with parameters of type TabPanelWithDropdowns.DropDownTab Modifier and Type Method Description voidTabPanelWithDropdowns. addDropdownTab(TabPanelWithDropdowns.DropDownTab contents)Adds a pre-made dropdown tab to this tab panel.
-