GWT-Ext Tab. Extends HTMLObject. Extends SeSSimulatedObject.
Behavior Pattern: GWTExtTabPanelBehavior
Property Summary
Property
|
Description
|
Getter
|
Setter
|
ItemsCount
|
Number of tabs in the panel
|
GetItemsCount
|
|
SelectedIndex
|
Index of the selected tab
|
GetSelectedIndex
|
|
SelectedTab
|
Text of the selected tab
|
GetSelectedTab
|
|
Action Summary
Action
|
Description
|
DoSelectTab
|
Selects the tab by name.
|
Property Detail
ItemsCount
Number of tabs in the panel
Accessors: GetItemsCount
SelectedIndex
Index of the selected tab
Accessors: GetSelectedIndex
SelectedTab
Text of the selected tab
Accessors: GetSelectedTab
Action Detail
DoSelectTab(name, x, y, forceEvent)
Selects the tab by name.
Parameters:
Name
|
Type
|
Description
|
name
|
|
|
x
|
number
|
X-coordinate of location relative to object's left border
|
y
|
number
|
Y-coordinate of location relative to object's top border
|
forceEvent
|
boolean
|
pass 'true' to force browser event without actual mouse click.
Optional.
|
Returns:
'true' if success, 'false' otherwise.
|