適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
com.adobe.ep.taskmanagement.util 

ICollectionToken  - AS3 ADEP Task Management

套件com.adobe.ep.taskmanagement.util
介面public interface ICollectionToken extends IToken
實作者 CollectionToken

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Task Management 10
執行階段版本: AIR 2.6, Flash Player 10.2

The 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.



公用屬性
 屬性定義自
  result : IList
The result collection.
ICollectionToken
公用方法
 方法定義自
 Inherited
Adds a fault handler for this asynchronous invocation.
IToken
 Inherited
addHandlers(resultHandler:Function, faultHandler:Function):void
Adds a result and fault handler for this asynchronous invocation.
IToken
 Inherited
Adds an object to handle the result or failure for an asynchronous invocation.
IToken
 Inherited
Adds a result handler for this asynchronous invocation.
IToken
 Inherited
Calls all the fault handlers.
IToken
 Inherited
Calls all the result handlers.
IToken
屬性詳細資訊

result

屬性
result:IList

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Task Management 10
執行階段版本: AIR 2.6, Flash Player 10.2

The result collection. Although the collection is available, it is not populated until the result handler executes.



實作
    public function get result():IList
    public function set result(value:IList):void




[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。