Pacote | com.adobe.ep.taskmanagement.util |
Interface | public interface ICollectionToken extends IToken |
Implementadores | CollectionToken |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de 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.
Métodos públicos
Detalhes da propriedade
result | propriedade |
result:IList
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de 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.
Implementação
public function get result():IList
public function set result(value:IList):void
Wed Jun 13 2018, 11:10 AM Z