| Pacote | spark.components.supportClasses |
| Classe | public final class ViewNavigatorAction |
| Herança | ViewNavigatorAction Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | AIR 2.5 |
action property of ViewNavigatorEvent class.
Elementos da API relacionados
| Constante | Definido por | ||
|---|---|---|---|
| NONE : String = "none" [estático]
Constant indicating that no action was performed by the navigator. | ViewNavigatorAction | ||
| POP : String = "pop" [estático]
Constant describing a navigation action where the top most view is
removed from the navigator. | ViewNavigatorAction | ||
| POP_ALL : String = "popAll" [estático]
Constant describing a navigation action where all views
were removed from the navigator. | ViewNavigatorAction | ||
| POP_TO_FIRST : String = "popToFirst" [estático]
Constant describing a navigation action where all but the
first view are removed from the navigator. | ViewNavigatorAction | ||
| PUSH : String = "push" [estático]
Constant describing a navigation action where a new view is added
to a navigator. | ViewNavigatorAction | ||
| REPLACE : String = "replace" [estático]
Constant describing a navigation action where the active view
is replaced with another. | ViewNavigatorAction | ||
NONE | Constante |
public static const NONE:String = "none"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | AIR 2.5 |
Constant indicating that no action was performed by the navigator.
POP | Constante |
public static const POP:String = "pop"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | 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"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | 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"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | 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"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | 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"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | AIR 2.5 |
Constant describing a navigation action where the active view is replaced with another.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas