search

goog.ui.Tab

Provided By
Extends
All Implemented Interfaces

Tab control, designed to be hosted in a goog.ui.TabBar. The tab's DOM may be different based on the configuration of the containing tab bar, so tabs should only be rendered or decorated as children of a tab bar.

new Tab( content, opt_renderer, opt_domHelper )

Parameters
content(string|Node|Array<Node>|NodeList<Node>|null)

Text caption or DOM structure to display as the tab's caption (if any).

opt_renderer(goog.ui.TabRenderer|null)=

Optional renderer used to render or decorate the tab.

opt_domHelper(goog.dom.DomHelper|null)=

Optional DOM helper, used for document interaction.

Instance Methods

Instance Properties