Paquete | spark.components.supportClasses |
Clase | public final class ViewNavigatorAction |
Herencia | ViewNavigatorAction Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
action
property of ViewNavigatorEvent class.
Elementos de API relacionados
Constante | Definido por | ||
---|---|---|---|
NONE : String = "none" [estática]
Constant indicating that no action was performed by the navigator. | ViewNavigatorAction | ||
POP : String = "pop" [estática]
Constant describing a navigation action where the top most view is
removed from the navigator. | ViewNavigatorAction | ||
POP_ALL : String = "popAll" [estática]
Constant describing a navigation action where all views
were removed from the navigator. | ViewNavigatorAction | ||
POP_TO_FIRST : String = "popToFirst" [estática]
Constant describing a navigation action where all but the
first view are removed from the navigator. | ViewNavigatorAction | ||
PUSH : String = "push" [estática]
Constant describing a navigation action where a new view is added
to a navigator. | ViewNavigatorAction | ||
REPLACE : String = "replace" [estática]
Constant describing a navigation action where the active view
is replaced with another. | ViewNavigatorAction |
NONE | Constante |
public static const NONE:String = "none"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
Constant indicating that no action was performed by the navigator.
POP | Constante |
public static const POP:String = "pop"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
Constant describing a navigation action where the active view is replaced with another.
Tue Jun 12 2018, 02:12 PM Z