| Package | lc.core |
| Class | public class CollectionToken |
| Inheritance | CollectionToken Token Object |
CollectionToken class represents a token for an asynchronous call that returns a collection.
The collection can be accessed from the result property immediately after the
asynchronous call, although it may not be populated at that time. This class is useful
when the result is simply bound as a data provider.
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| result : ListCollectionView
The result collection.
| CollectionToken | ||
| Method | Defined By | ||
|---|---|---|---|
|
CollectionToken(collection:ListCollectionView)
A CollectionToken object must be initialized with a collection.
| CollectionToken | ||
![]() |
Adds a fault handler for this asynchronous invocation.
| Token | |
![]() |
Adds a result and fault handler for this asynchronous invocation.
| Token | |
![]() |
Adds an object that supports the IResponder interface to handle the result or failure for the asynchronous invocation.
| Token | |
![]() |
Adds a result handler for this asynchronous invocation.
| Token | |
![]() |
Calls all the fault handlers.
| Token | |
![]() |
Calls all the result handlers.
| Token | |
![]() |
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 the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| result | property |
result:ListCollectionView [read-write] The result collection. Although, the collection will be available immediately, it will not be fully populated until the result handler is called.
public function get result():ListCollectionView
public function set result(value:ListCollectionView):void
| CollectionToken | () | Constructor |
public function CollectionToken(collection:ListCollectionView)
A CollectionToken object must be initialized with a collection.
Parameterscollection:ListCollectionView |
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/CollectionToken.html