Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 3.0 License.
Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
Tab class for gadgets. You create tabs using the TabSet addTab() method. To get Tab objects, use the TabSet getSelectedTab() or getTabs() methods.
See also: TabSet
Function
getCallback()
Element
getContentContainer()
Number
getIndex()
String
getName()
Element
getNameContainer()
Function getCallback()
Function The callback function of the tab.
Element getContentContainer()
Element The HTML element of the content container.
Number getIndex()
Number The tab's index.
String getName()
String The label of the tab.
Element getNameContainer()
Element The HTML element of the tab's label.