| Package | org.servebox.toolbox.view |
| Class | public class BrowsingTabBar |
| Inheritance | BrowsingTabBar mx.controls.TabBar |
| Method | Defined by | ||
|---|---|---|---|
|
setNavigator(nav:BrowsingTabNavigator):void
Sets the TabBar navigator.
| BrowsingTabBar | ||
| Method | Defined by | ||
|---|---|---|---|
|
clickHandler(event:MouseEvent):void
Handles the
MouseEvent.CLICK event
for the items in the NavBar control. | BrowsingTabBar | ||
|
hiliteSelectedNavItem(index:int):void
| BrowsingTabBar | ||
| clickHandler | () | method |
protected override function clickHandler(event:MouseEvent):void
Handles the MouseEvent.CLICK event
for the items in the NavBar control. This handler
dispatches the itemClick event for the NavBar control.
event:MouseEvent — The event object.
|
| hiliteSelectedNavItem | () | method |
protected override function hiliteSelectedNavItem(index:int):voidParameters
index:int |
| setNavigator | () | method |
public function setNavigator(nav:BrowsingTabNavigator):voidSets the TabBar navigator.
Parametersnav:BrowsingTabNavigator |