패키지 | 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:17 PM Z