Package | Description |
---|---|
org.uberfire.client.views.pfly.tab |
Modifier and Type | Method and Description |
---|---|
TabPanelEntry |
TabPanelWithDropdowns.addItem(String label,
com.google.gwt.user.client.ui.Widget content)
Adds a normal tab (not a dropdown) with the given label and contents.
|
TabPanelEntry |
TabPanelWithDropdowns.DropDownTab.addItem(String label,
com.google.gwt.user.client.ui.Widget content) |
TabPanelEntry |
TabPanelWithDropdowns.findEntryForTabWidget(org.gwtbootstrap3.client.ui.TabListItem tabWidget)
Finds the TabPanelEntry associated with the given tab widget, even if it's nested in a DropdownTab.
|
TabPanelEntry |
TabPanelWithDropdowns.getActiveTab()
Returns the tab whose contents are currently being displayed.
|
Modifier and Type | Method and Description |
---|---|
void |
TabPanelWithDropdowns.addItem(TabPanelEntry tab)
Adds a normal tab (not a dropdown) with the given label and contents (at the end of the tab bar).
|
void |
TabPanelWithDropdowns.DropDownTab.addItem(TabPanelEntry tab) |
void |
TabPanelWithDropdowns.insertItem(TabPanelEntry tab,
int index)
Adds a normal tab (not a dropdown) with the given label and contents (in a specific index).
|
boolean |
TabPanelWithDropdowns.remove(TabPanelEntry tab)
Removes the given tab and its associated contents that were previously added with
TabPanelWithDropdowns.addItem(String, Widget) . |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.