Packagelc.core
Classpublic class ObjectToken
InheritanceObjectToken Inheritance Token Inheritance Object

The ObjectToken class represents a token for an asynchronous call that returns an object. The object can be accessed from the result property immediately after the asynchronous call, although it may not be populated at that time. This is useful when the result is simply bound as a data provider.

See also

lc.core.CollectionToken


Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  result : Object
The object that is returned by the asynchronous call.
ObjectToken
Public Methods
 MethodDefined By
 Inherited
Adds a fault handler for this asynchronous invocation.
Token
 Inherited
addHandlers(resultHandler:Function, faultHandler:Function):void
Adds a result and fault handler for this asynchronous invocation.
Token
 Inherited
Adds an object that supports the IResponder interface to handle the result or failure for the asynchronous invocation.
Token
 Inherited
Adds a result handler for this asynchronous invocation.
Token
 Inherited
Calls all the fault handlers.
Token
 Inherited
Calls all the result handlers.
Token
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail
resultproperty
result:Object  [read-write]

The object that is returned by the asynchronous call.


Implementation
    public function get result():Object
    public function set result(value:Object):void




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/core/ObjectToken.html