Package | spark.components.supportClasses |
Class | public class ViewReturnObject |
Inheritance | ViewReturnObject Object |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | AIR 2.5 |
ViewNavigator.pushView()
method.
See also
Property | Defined By | ||
---|---|---|---|
context : Object = null
The context identifier passed to the popped view when it was pushed
onto the navigation stack. | ViewReturnObject | ||
object : Object = null
The return object generated by the view that is being removed. | ViewReturnObject |
Method | Defined By | ||
---|---|---|---|
ViewReturnObject(object:Object = null, context:Object = null)
Constructor. | ViewReturnObject |
context | property |
public var context:Object = null
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | AIR 2.5 |
The context identifier passed to the popped view when it was pushed onto the navigation stack.
See also
object | property |
public var object:Object = null
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | AIR 2.5 |
The return object generated by the view that is being removed.
ViewReturnObject | () | Constructor |
public function ViewReturnObject(object:Object = null, context:Object = null)
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | AIR 2.5 |
Constructor.
Parametersobject:Object (default = null ) — The returned object.
| |
context:Object (default = null ) — The context in which the owner was created.
|