套件 | spark.components.supportClasses |
類別 | public final class ViewNavigatorAction |
繼承 | ViewNavigatorAction Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | AIR 2.5 |
action
property of ViewNavigatorEvent class.
相關 API 元素
常數 | 定義自 | ||
---|---|---|---|
NONE : String = "none" [靜態]
Constant indicating that no action was performed by the navigator. | ViewNavigatorAction | ||
POP : String = "pop" [靜態]
Constant describing a navigation action where the top most view is
removed from the navigator. | ViewNavigatorAction | ||
POP_ALL : String = "popAll" [靜態]
Constant describing a navigation action where all views
were removed from the navigator. | ViewNavigatorAction | ||
POP_TO_FIRST : String = "popToFirst" [靜態]
Constant describing a navigation action where all but the
first view are removed from the navigator. | ViewNavigatorAction | ||
PUSH : String = "push" [靜態]
Constant describing a navigation action where a new view is added
to a navigator. | ViewNavigatorAction | ||
REPLACE : String = "replace" [靜態]
Constant describing a navigation action where the active view
is replaced with another. | ViewNavigatorAction |
NONE | 常數 |
public static const NONE:String = "none"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | AIR 2.5 |
Constant indicating that no action was performed by the navigator.
POP | 常數 |
public static const POP:String = "pop"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | AIR 2.5 |
Constant describing a navigation action where the top most view is removed from the navigator.
POP_ALL | 常數 |
public static const POP_ALL:String = "popAll"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | AIR 2.5 |
Constant describing a navigation action where all views were removed from the navigator.
POP_TO_FIRST | 常數 |
public static const POP_TO_FIRST:String = "popToFirst"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | AIR 2.5 |
Constant describing a navigation action where all but the first view are removed from the navigator.
PUSH | 常數 |
public static const PUSH:String = "push"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | AIR 2.5 |
Constant describing a navigation action where a new view is added to a navigator.
REPLACE | 常數 |
public static const REPLACE:String = "replace"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | AIR 2.5 |
Constant describing a navigation action where the active view is replaced with another.
Tue Jun 12 2018, 03:47 PM Z