Packageorg.servebox.toolbox.view
Classpublic class BrowsingTabBar
InheritanceBrowsingTabBar Inheritance mx.controls.TabBar

BrowsingTabBar is a simple TabBar extenstion with flexBrowser as manager for browsing between tabs.



Public Methods
 MethodDefined by
  
Sets the TabBar navigator.
BrowsingTabBar
Protected Methods
 MethodDefined by
  
clickHandler(event:MouseEvent):void
Handles the MouseEvent.CLICK event for the items in the NavBar control.
BrowsingTabBar
  
hiliteSelectedNavItem(index:int):void
BrowsingTabBar
Method detail
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.

Parameters
event:MouseEvent — The event object.
hiliteSelectedNavItem()method 
protected override function hiliteSelectedNavItem(index:int):voidParameters
index:int
setNavigator()method 
public function setNavigator(nav:BrowsingTabNavigator):void

Sets the TabBar navigator.

Parameters
nav:BrowsingTabNavigator