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

ViewNavigatorAction  - AS3 Flex

Packagespark.components.supportClasses
Classpublic final class ViewNavigatorAction
InheritanceViewNavigatorAction Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: AIR 2.5

The ViewNavigatorAction class defines the constant values for the action property of ViewNavigatorEvent class.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 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
Public Constants
 ConstantDefined By
      NONE : String = "none"
[static] Constant indicating that no action was performed by the navigator.
ViewNavigatorAction
      POP : String = "pop"
[static] Constant describing a navigation action where the top most view is removed from the navigator.
ViewNavigatorAction
      POP_ALL : String = "popAll"
[static] Constant describing a navigation action where all views were removed from the navigator.
ViewNavigatorAction
      POP_TO_FIRST : String = "popToFirst"
[static] Constant describing a navigation action where all but the first view are removed from the navigator.
ViewNavigatorAction
      PUSH : String = "push"
[static] Constant describing a navigation action where a new view is added to a navigator.
ViewNavigatorAction
      REPLACE : String = "replace"
[static] Constant describing a navigation action where the active view is replaced with another.
ViewNavigatorAction
Constant Detail
    

NONE

Constant
public static const NONE:String = "none"

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: AIR 2.5

Constant indicating that no action was performed by the navigator.

    

POP

Constant 
public static const POP:String = "pop"

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: AIR 2.5

Constant describing a navigation action where the top most view is removed from the navigator.

    

POP_ALL

Constant 
public static const POP_ALL:String = "popAll"

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: AIR 2.5

Constant describing a navigation action where all views were removed from the navigator.

    

POP_TO_FIRST

Constant 
public static const POP_TO_FIRST:String = "popToFirst"

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: AIR 2.5

Constant describing a navigation action where all but the first view are removed from the navigator.

    

PUSH

Constant 
public static const PUSH:String = "push"

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: AIR 2.5

Constant describing a navigation action where a new view is added to a navigator.

    

REPLACE

Constant 
public static const REPLACE:String = "replace"

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: AIR 2.5

Constant describing a navigation action where the active view is replaced with another.