Package | spark.components.supportClasses |
Class | public final class ViewNavigatorAction |
Inheritance | ViewNavigatorAction Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | AIR 2.5 |
action
property of ViewNavigatorEvent class.
Related API Elements
Constant | Defined 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 |
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.
Thu Dec 6 2018, 01:12 PM -08:00