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.

See also

spark.events.ViewNavigatorEvent


Public Constants
 ConstantDefined By
  AIR-only NONE : String = none
[static] Constant indicating that no action was performed by the navigator.
ViewNavigatorAction
  AIR-only POP : String = pop
[static] Constant describing a navigation action where the top most view is removed from the navigator.
ViewNavigatorAction
  AIR-only POP_ALL : String = popAll
[static] Constant describing a navigation action where all views were removed from the navigator.
ViewNavigatorAction
  AIR-only POP_TO_FIRST : String = popToFirst
[static] Constant describing a navigation action where all but the first view are removed from the navigator.
ViewNavigatorAction
  AIR-only PUSH : String = push
[static] Constant describing a navigation action where a new view is added to a navigator.
ViewNavigatorAction
  AIR-only REPLACE : String = replace
[static] Constant describing a navigation action where the active view is replaced with another.
ViewNavigatorAction
Constant Detail
AIR-only NONEConstant
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.

AIR-only POPConstant 
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.

AIR-only POP_ALLConstant 
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.

AIR-only POP_TO_FIRSTConstant 
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.

AIR-only PUSHConstant 
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.

AIR-only REPLACEConstant 
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.