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.
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
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 | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | ViewReturnObject | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
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.
Related API Elements
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.
Constructor Detail
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.
|
Mon Nov 28 2011, 06:48 AM -08:00