Pakket | spark.components.supportClasses |
Klasse | public final class ViewNavigatorAction |
Overerving | ViewNavigatorAction Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | AIR 2.5 |
action
property of ViewNavigatorEvent class.
Verwante API-elementen
Constante | Gedefinieerd door | ||
---|---|---|---|
NONE : String = "none" [statisch]
Constant indicating that no action was performed by the navigator. | ViewNavigatorAction | ||
POP : String = "pop" [statisch]
Constant describing a navigation action where the top most view is
removed from the navigator. | ViewNavigatorAction | ||
POP_ALL : String = "popAll" [statisch]
Constant describing a navigation action where all views
were removed from the navigator. | ViewNavigatorAction | ||
POP_TO_FIRST : String = "popToFirst" [statisch]
Constant describing a navigation action where all but the
first view are removed from the navigator. | ViewNavigatorAction | ||
PUSH : String = "push" [statisch]
Constant describing a navigation action where a new view is added
to a navigator. | ViewNavigatorAction | ||
REPLACE : String = "replace" [statisch]
Constant describing a navigation action where the active view
is replaced with another. | ViewNavigatorAction |
NONE | Constante |
public static const NONE:String = "none"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | AIR 2.5 |
Constant indicating that no action was performed by the navigator.
POP | Constante |
public static const POP:String = "pop"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | AIR 2.5 |
Constant describing a navigation action where the top most view is removed from the navigator.
POP_ALL | Constante |
public static const POP_ALL:String = "popAll"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | AIR 2.5 |
Constant describing a navigation action where all views were removed from the navigator.
POP_TO_FIRST | Constante |
public static const POP_TO_FIRST:String = "popToFirst"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | AIR 2.5 |
Constant describing a navigation action where all but the first view are removed from the navigator.
PUSH | Constante |
public static const PUSH:String = "push"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | AIR 2.5 |
Constant describing a navigation action where a new view is added to a navigator.
REPLACE | Constante |
public static const REPLACE:String = "replace"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | AIR 2.5 |
Constant describing a navigation action where the active view is replaced with another.
Wed Jun 13 2018, 11:42 AM Z