- addTabTabWidget addTab(Widget widget, string labelResourceId, string iconId, bool enableCloseButton, dstring tooltipText) 
- add new tab by id and label string resource id 
- addTabTabWidget addTab(Widget widget, dstring label, string iconId, bool enableCloseButton, dstring tooltipText) 
- add new tab by id and label (raw value) 
- focusSelectedTabvoid focusSelectedTab() 
- handleActionbool handleAction(Action a) 
- override to handle specific actions 
- onKeyEventbool onKeyEvent(KeyEvent event) 
- process key event, return true if event is processed. 
- onTabChangedvoid onTabChanged(string newActiveTabId, string previousTabId) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onTabClosevoid onTabClose(string tabId) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- removeTabTabWidget removeTab(string id) 
- renameTabvoid renameTab(string ID, dstring name) 
- renameTabvoid renameTab(int index, dstring name) 
- renameTabvoid renameTab(int index, string id, dstring name) 
- selectTabvoid selectTab(string ID, bool updateAccess) 
- selectTabvoid selectTab(int index, bool updateAccess) 
- setStylesvoid setStyles(string tabWidgetStyle, string tabStyle, string tabButtonStyle, string tabButtonTextStyle, string tabHostStyle) 
- tabTabItem tab(int index) 
- returns tab item by id (null if index out of range) 
- tabTabItem tab(string id) 
- returns tab item by id (null if not found) 
- tabBodyWidget tabBody(string id) 
- get tab content widget by id 
- tabBodyWidget tabBody(int index) 
- get tab content widget by id 
- tabControlTabControl tabControl() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- tabHostTabHost tabHost() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- tabIndexint tabIndex(string id) 
- get tab index by tab id (-1 if not found) 
- hiddenTabsVisibilityVisibility hiddenTabsVisibility [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- hiddenTabsVisibilityVisibility hiddenTabsVisibility [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- selectedTabconst(TabItem) selectedTab [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- selectedTabTabItem selectedTab [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- selectedTabBodyWidget selectedTabBody [@property getter] 
- get tab content widget by id 
- selectedTabIdstring selectedTabId [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- tabCountint tabCount [@property getter] 
compound widget - contains from TabControl widget (tabs header) and TabHost (content pages)