Pakiet | com.adobe.ep.taskmanagement.util |
Interfejs | public interface ICollectionToken extends IToken |
Implementory | CollectionToken |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
result : IList
The result collection. | ICollectionToken |
Metody publiczne
Szczegół właściwości
result | właściwość |
result:IList
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The result collection. Although the collection is available, it is not populated until the result handler executes.
Implementacja
public function get result():IList
public function set result(value:IList):void
Tue Jun 12 2018, 12:06 PM Z