RasterTabbar.selectTab( item )
Selects the given tab.Parameters
Name | Type | Description | |
---|---|---|---|
item | object |
A reference to a tab item object, or a
value matching the value attribute of a tab item.
If the given argument is null , it does not match any tab, or tab
value , all tabs are then unselected. |
Returns
Type | Description |
---|---|
object | The tabbar object. This allow for chaining multiple setter methods in one single statement. |