Pakiet | spark.components.supportClasses |
Klasa | public final class ViewNavigatorAction |
Dziedziczenie | ViewNavigatorAction Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | AIR 2.5 |
action
property of ViewNavigatorEvent class.
Powiązane elementy interfejsu API
Stała | Zdefiniowane przez | ||
---|---|---|---|
NONE : String = "none" [statyczny]
Constant indicating that no action was performed by the navigator. | ViewNavigatorAction | ||
POP : String = "pop" [statyczny]
Constant describing a navigation action where the top most view is
removed from the navigator. | ViewNavigatorAction | ||
POP_ALL : String = "popAll" [statyczny]
Constant describing a navigation action where all views
were removed from the navigator. | ViewNavigatorAction | ||
POP_TO_FIRST : String = "popToFirst" [statyczny]
Constant describing a navigation action where all but the
first view are removed from the navigator. | ViewNavigatorAction | ||
PUSH : String = "push" [statyczny]
Constant describing a navigation action where a new view is added
to a navigator. | ViewNavigatorAction | ||
REPLACE : String = "replace" [statyczny]
Constant describing a navigation action where the active view
is replaced with another. | ViewNavigatorAction |
NONE | Stała |
public static const NONE:String = "none"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | AIR 2.5 |
Constant indicating that no action was performed by the navigator.
POP | Stała |
public static const POP:String = "pop"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | AIR 2.5 |
Constant describing a navigation action where the top most view is removed from the navigator.
POP_ALL | Stała |
public static const POP_ALL:String = "popAll"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | AIR 2.5 |
Constant describing a navigation action where all views were removed from the navigator.
POP_TO_FIRST | Stała |
public static const POP_TO_FIRST:String = "popToFirst"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | AIR 2.5 |
Constant describing a navigation action where all but the first view are removed from the navigator.
PUSH | Stała |
public static const PUSH:String = "push"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | AIR 2.5 |
Constant describing a navigation action where a new view is added to a navigator.
REPLACE | Stała |
public static const REPLACE:String = "replace"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | AIR 2.5 |
Constant describing a navigation action where the active view is replaced with another.
Tue Jun 12 2018, 12:06 PM Z