Paket | spark.components.supportClasses |
Klass | public final class ViewNavigatorAction |
Arv | ViewNavigatorAction Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
action
property of ViewNavigatorEvent class.
Relaterade API-element
Konstant | Definieras med | ||
---|---|---|---|
NONE : String = "none" [statisk]
Constant indicating that no action was performed by the navigator. | ViewNavigatorAction | ||
POP : String = "pop" [statisk]
Constant describing a navigation action where the top most view is
removed from the navigator. | ViewNavigatorAction | ||
POP_ALL : String = "popAll" [statisk]
Constant describing a navigation action where all views
were removed from the navigator. | ViewNavigatorAction | ||
POP_TO_FIRST : String = "popToFirst" [statisk]
Constant describing a navigation action where all but the
first view are removed from the navigator. | ViewNavigatorAction | ||
PUSH : String = "push" [statisk]
Constant describing a navigation action where a new view is added
to a navigator. | ViewNavigatorAction | ||
REPLACE : String = "replace" [statisk]
Constant describing a navigation action where the active view
is replaced with another. | ViewNavigatorAction |
NONE | Konstant |
public static const NONE:String = "none"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Constant indicating that no action was performed by the navigator.
POP | Konstant |
public static const POP:String = "pop"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Constant describing a navigation action where the top most view is removed from the navigator.
POP_ALL | Konstant |
public static const POP_ALL:String = "popAll"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Constant describing a navigation action where all views were removed from the navigator.
POP_TO_FIRST | Konstant |
public static const POP_TO_FIRST:String = "popToFirst"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Constant describing a navigation action where all but the first view are removed from the navigator.
PUSH | Konstant |
public static const PUSH:String = "push"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Constant describing a navigation action where a new view is added to a navigator.
REPLACE | Konstant |
public static const REPLACE:String = "replace"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Constant describing a navigation action where the active view is replaced with another.
Tue Jun 12 2018, 01:40 PM Z