Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | AIR 2.5 |
The ViewNavigatorAction class defines the constant values
for the
action
property of ViewNavigatorEvent class.
public static const NONE:String = none
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | AIR 2.5 |
Constant indicating that no action was performed by the navigator.
public static const POP:String = pop
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | AIR 2.5 |
Constant describing a navigation action where the top most view is
removed from the navigator.
public static const POP_ALL:String = popAll
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | AIR 2.5 |
Constant describing a navigation action where all views
were removed from the navigator.
public static const POP_TO_FIRST:String = popToFirst
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | AIR 2.5 |
Constant describing a navigation action where all but the
first view are removed from the navigator.
public static const PUSH:String = push
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | AIR 2.5 |
Constant describing a navigation action where a new view is added
to a navigator.
public static const REPLACE:String = replace
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | AIR 2.5 |
Constant describing a navigation action where the active view
is replaced with another.
Wed Nov 15 2017, 09:50 AM +01:00