GWTDecoratedStackPanel¶
GWT Decorated StackPanel.
Extends HTMLObject
Extends SeSSimulatedObject
Behavior Pattern: GWTDecoratedStackPanelBehavior
Action Summary¶
Action | Description |
---|---|
DoSelect | Selects specified panel. |
Action Detail¶
DoSelect¶
Selects specified panel.
SeS('SomeGWTDecoratedStackPanel').DoSelect(name)
Parameters:
Name | Type | Description |
---|---|---|
name | string | Panel name to select. |
Returns:
boolean: 'true' if success, 'false' otherwise.