Uses of Class
org.uberfire.client.views.pfly.tab.TabPanelEntry
-
Packages that use TabPanelEntry Package Description org.uberfire.client.views.pfly.tab -
-
Uses of TabPanelEntry in org.uberfire.client.views.pfly.tab
Methods in org.uberfire.client.views.pfly.tab that return TabPanelEntry Modifier and Type Method Description TabPanelEntryTabPanelWithDropdowns. addItem(String label, com.google.gwt.user.client.ui.Widget content)Adds a normal tab (not a dropdown) with the given label and contents.TabPanelEntryTabPanelWithDropdowns.DropDownTab. addItem(String label, com.google.gwt.user.client.ui.Widget content)TabPanelEntryTabPanelWithDropdowns. findEntryForTabWidget(org.gwtbootstrap3.client.ui.TabListItem tabWidget)Finds the TabPanelEntry associated with the given tab widget, even if it's nested in a DropdownTab.TabPanelEntryTabPanelWithDropdowns. getActiveTab()Returns the tab whose contents are currently being displayed.Methods in org.uberfire.client.views.pfly.tab with parameters of type TabPanelEntry Modifier and Type Method Description voidTabPanelWithDropdowns. addItem(TabPanelEntry tab)Adds a normal tab (not a dropdown) with the given label and contents (at the end of the tab bar).voidTabPanelWithDropdowns.DropDownTab. addItem(TabPanelEntry tab)voidTabPanelWithDropdowns. insertItem(TabPanelEntry tab, int index)Adds a normal tab (not a dropdown) with the given label and contents (in a specific index).booleanTabPanelWithDropdowns. remove(TabPanelEntry tab)Removes the given tab and its associated contents that were previously added withTabPanelWithDropdowns.addItem(String, Widget).
-