ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
ga.util 

TabOrderManager  - AS3 ADEP Guides

Packagega.util
Classpublic class TabOrderManager
InheritanceTabOrderManager Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 9
Runtime Versions: AIR 1.0, Flash Player 10

Manage the tab order for both MX Guide layouts and Spark Guide layouts.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  nextTabIndex : int
Returns the next incremented tab index
TabOrderManager
Public Methods
 MethodDefined By
  
TabOrderManager(managedComponent:ILayoutHost, isContainerFunction:Function)
Manage the tab order for both MX Guide layouts and Spark Guide layouts.
TabOrderManager
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

nextTabIndex

property
nextTabIndex:int

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 9
Runtime Versions: AIR 1.0, Flash Player 10.2

Returns the next incremented tab index



Implementation
    public function get nextTabIndex():int
    public function set nextTabIndex(value:int):void
Constructor Detail

TabOrderManager

()Constructor
public function TabOrderManager(managedComponent:ILayoutHost, isContainerFunction:Function)

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 9
Runtime Versions: AIR 1.0, Flash Player 10

Manage the tab order for both MX Guide layouts and Spark Guide layouts.

Parameters
managedComponent:ILayoutHost — the panel layout to be managed.
 
isContainerFunction:Function — the function that will determine what the contained state is