| Pacchetto | com.adobe.ep.taskmanagement.util |
| Interfaccia | public interface ICollectionToken extends IToken |
| Implementatori | CollectionToken |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
CollectionToken class represents a token for asynchronous calls that return 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. Use this class when the result is
bound as a data provider.
Metodi pubblici
Descrizione delle proprietà
result | proprietà |
result:IList| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The result collection. Although the collection is available, it is not populated until the result handler executes.
Implementazione
public function get result():IList public function set result(value:IList):voidTue Jun 12 2018, 02:44 PM Z
Nascondi metodi pubblici ereditati
Mostra metodi pubblici ereditati