goog.ui.TabPane.TabPage |
opt_el
: Element=
Container element to create the pane out of.
|
opt_title
: (Element | string)=
Pane title or element to use as the
title. If not specified the first element in the container is used as
the title.
|
opt_domHelper
: goog.dom.DomHelper=
Optional DOM helper
The first parameter can be omitted.
|
No description.
Returns: Element
The content element.
|
code » | |||
No description.
Returns: ?number
The index of page in tab pane.
|
code » | |||
No description.
Returns: ?goog.ui.TabPane
The parent tab pane for page.
|
code » | |||
No description.
Returns: string
The title for tab page.
|
code » | |||
No description.
Returns: Element
The title element.
|
code » | |||
Returns if the page is enabled.
Returns: boolean
Whether the page is enabled or not.
|
code » | |||
![]()
Selects page in the associated tab pane.
|
code » | |||
![]()
Sets the enabled state.
Arguments:
|
code » | |||
![]()
Sets parent tab pane for tab page.
Arguments:
|
code » | |||
![]()
Sets title for tab page.
Arguments:
|
code » | |||
![]()
Sets visible state for page content and updates style of tab.
Arguments:
|
code » |
DomHelper used to interact with the document, allowing components to be
created in a different window. This property is considered protected;
subclasses of Component may refer to it directly.
|
Code » | |
![]()
Content element
|
Code » | |
![]()
Title element
|
Code » | |
![]()
Flags if this page is enabled and can be selected.
|
Code » | |
![]()
Index for page in tab pane.
|
Code » | |
Parent TabPane reference.
|
Code » |