Pacchetto | spark.components.supportClasses |
Classe | public final class ViewNavigatorAction |
Ereditarietà | ViewNavigatorAction Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | AIR 2.5 |
action
property of ViewNavigatorEvent class.
Elementi API correlati
Costante | Definito da | ||
---|---|---|---|
NONE : String = "none" [statico]
Constant indicating that no action was performed by the navigator. | ViewNavigatorAction | ||
POP : String = "pop" [statico]
Constant describing a navigation action where the top most view is
removed from the navigator. | ViewNavigatorAction | ||
POP_ALL : String = "popAll" [statico]
Constant describing a navigation action where all views
were removed from the navigator. | ViewNavigatorAction | ||
POP_TO_FIRST : String = "popToFirst" [statico]
Constant describing a navigation action where all but the
first view are removed from the navigator. | ViewNavigatorAction | ||
PUSH : String = "push" [statico]
Constant describing a navigation action where a new view is added
to a navigator. | ViewNavigatorAction | ||
REPLACE : String = "replace" [statico]
Constant describing a navigation action where the active view
is replaced with another. | ViewNavigatorAction |
NONE | Costante |
public static const NONE:String = "none"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | AIR 2.5 |
Constant indicating that no action was performed by the navigator.
POP | Costante |
public static const POP:String = "pop"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | AIR 2.5 |
Constant describing a navigation action where the top most view is removed from the navigator.
POP_ALL | Costante |
public static const POP_ALL:String = "popAll"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | AIR 2.5 |
Constant describing a navigation action where all views were removed from the navigator.
POP_TO_FIRST | Costante |
public static const POP_TO_FIRST:String = "popToFirst"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | AIR 2.5 |
Constant describing a navigation action where all but the first view are removed from the navigator.
PUSH | Costante |
public static const PUSH:String = "push"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | AIR 2.5 |
Constant describing a navigation action where a new view is added to a navigator.
REPLACE | Costante |
public static const REPLACE:String = "replace"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | AIR 2.5 |
Constant describing a navigation action where the active view is replaced with another.
Tue Jun 12 2018, 02:44 PM Z