パッケージ | com.adobe.ep.taskmanagement.event |
クラス | public class CollectionResultEvent |
継承 | CollectionResultEvent TaskManagerEvent Event Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
CollectionResultEvent
event is dispatched when a collection has been
retrieved.
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
bubbles : Boolean [読み取り専用]
イベントがバブリングイベントかどうかを示します。 | Event | ||
cancelable : Boolean [読み取り専用]
イベントに関連付けられた動作を回避できるかどうかを示します。 | Event | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
currentTarget : Object [読み取り専用]
イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。 | Event | ||
eventPhase : uint [読み取り専用]
イベントフローの現在の段階です。 | Event | ||
result : IList
The resultant collection object. | CollectionResultEvent | ||
target : Object [読み取り専用]
イベントターゲットです。 | Event | ||
token : com.adobe.ep.taskmanagement.util:IToken [読み取り専用]
The token that represents the call to the method. | TaskManagerEvent | ||
type : String [読み取り専用]
イベントのタイプです。 | Event |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
CollectionResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, collection:IList, token:com.adobe.ep.taskmanagement.util:IToken)
Constructor. | CollectionResultEvent | ||
[オーバーライド]
Creates a copy of a CollectionResultEvent object
and sets the value of each property to match that of the original. | CollectionResultEvent | ||
カスタム ActionScript 3.0 Event クラスに toString() メソッドを実装するためのユーティリティ関数です。 | Event | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
イベントで preventDefault() メソッドが呼び出されたかどうかを確認します。 | Event | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
イベントのデフォルト動作をキャンセルできる場合に、その動作をキャンセルします。 | Event | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
Event オブジェクトのすべてのプロパティを含むストリングを返します。 | Event | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
COLLECTION_RESULT : String = "collectionResult" [静的]
The COLLECTION_RESULT constant defines the event type. | CollectionResultEvent |
プロパティの詳細
result | プロパティ |
public var result:IList
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The resultant collection object.
コンストラクターの詳細
CollectionResultEvent | () | コンストラクター |
public function CollectionResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, collection:IList, token:com.adobe.ep.taskmanagement.util:IToken)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Constructor.
パラメーターtype:String — Specifies type of the event.
| |
bubbles:Boolean — Specifies whether the event object participates in the bubbling stage of the event flow.
| |
cancelable:Boolean — Specifies whether the event object can be canceled.
| |
collection:IList — Specifies the result collection.
| |
token:com.adobe.ep.taskmanagement.util:IToken — Specifies the request token.
|
メソッドの詳細
clone | () | メソッド |
override public function clone():Event
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Creates a copy of a CollectionResultEvent
object
and sets the value of each property to match that of the original.
Event — A copy of the CollectionResultEvent object.
|
定数の詳細
COLLECTION_RESULT | 定数 |
public static const COLLECTION_RESULT:String = "collectionResult"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The COLLECTION_RESULT
constant defines the event type. The event is dispatched when a generic collection is provided as a result.
Tue Jun 12 2018, 10:34 AM Z