Paket | spark.components.supportClasses |
Sınıf | public final class ViewNavigatorAction |
Miras Alma | ViewNavigatorAction Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | AIR 2.5 |
action
property of ViewNavigatorEvent class.
İlgili API Öğeleri
Sabit | Tanımlayan: | ||
---|---|---|---|
NONE : String = "none" [statik]
Constant indicating that no action was performed by the navigator. | ViewNavigatorAction | ||
POP : String = "pop" [statik]
Constant describing a navigation action where the top most view is
removed from the navigator. | ViewNavigatorAction | ||
POP_ALL : String = "popAll" [statik]
Constant describing a navigation action where all views
were removed from the navigator. | ViewNavigatorAction | ||
POP_TO_FIRST : String = "popToFirst" [statik]
Constant describing a navigation action where all but the
first view are removed from the navigator. | ViewNavigatorAction | ||
PUSH : String = "push" [statik]
Constant describing a navigation action where a new view is added
to a navigator. | ViewNavigatorAction | ||
REPLACE : String = "replace" [statik]
Constant describing a navigation action where the active view
is replaced with another. | ViewNavigatorAction |
NONE | Sabit |
public static const NONE:String = "none"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | AIR 2.5 |
Constant indicating that no action was performed by the navigator.
POP | Sabit |
public static const POP:String = "pop"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | AIR 2.5 |
Constant describing a navigation action where the top most view is removed from the navigator.
POP_ALL | Sabit |
public static const POP_ALL:String = "popAll"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | AIR 2.5 |
Constant describing a navigation action where all views were removed from the navigator.
POP_TO_FIRST | Sabit |
public static const POP_TO_FIRST:String = "popToFirst"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | AIR 2.5 |
Constant describing a navigation action where all but the first view are removed from the navigator.
PUSH | Sabit |
public static const PUSH:String = "push"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | AIR 2.5 |
Constant describing a navigation action where a new view is added to a navigator.
REPLACE | Sabit |
public static const REPLACE:String = "replace"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | AIR 2.5 |
Constant describing a navigation action where the active view is replaced with another.
Tue Jun 12 2018, 01:09 PM Z