Modifier and Type | Method and Description |
---|---|
Tab |
addTab(TabData tabData,
String historyToken)
Adds a new tab to the widget.
|
void |
changeTab(Tab tab,
TabData tabData,
String historyToken)
Change the data or history token associated with a tab.
|
void |
removeTab(Tab tab)
Removes a tab from the widget.
|
void |
removeTabs()
Removes all tabs from the widget.
|
void |
setActiveTab(Tab tab)
Sets the currently active tab.
|
Tab addTab(TabData tabData, String historyToken)
tabData
- The data to use for that tab.historyToken
- The history token the tab points to.Tab
.void removeTab(Tab tab)
tab
- The tab to remove.void removeTabs()
void setActiveTab(Tab tab)
tab
- The tab to activate.Copyright © 2010-2014 ArcBees. All Rights Reserved.