パッケージ | com.adobe.livecycle.rca.model.participant |
クラス | public class ReviewerCollection |
継承 | ReviewerCollection ArrayCollection ListCollectionView Proxy |
以降、非推奨 Review, Commenting, and Approval 10: 推奨 com.adobe.solutions.rca.vo.ReviewStageVO.participants
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Reviewer
objects are added to a collection.
デフォルトの MXML プロパティsource
パブリックプロパティ
プロテクトプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
ReviewerCollection(source:Array = null)
Constructor. | ReviewerCollection | ||
アイテムのリストを現在のリストに追加し、渡される順序でリストの末尾に配置します。 | ListCollectionView | ||
アイテムのリストを現在のリストに追加し、関数に渡されるインデックス位置に配置します。 | ListCollectionView | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | ListCollectionView | ||
[オーバーライド]
Overrides the addItem() method of ArrayCollection. | ReviewerCollection | ||
[オーバーライド]
Overrides the addItemAt() method of ArrayCollection. | ReviewerCollection | ||
Adds items of type Reviewer to the collection. | ReviewerCollection | ||
Adds items of type Reviewer to the collection. | ReviewerCollection | ||
指定されたオブジェクトをビューに含めるかどうかを返します。 | ListCollectionView | ||
このビューに対して使用する新しい IViewCursor を作成します。 | ListCollectionView | ||
コレクション自体およびコレクション内のアイテムの変更がビューから送出されないようにします。 | ListCollectionView | ||
イベントをイベントフローに送出します。 | ListCollectionView | ||
自動更新を有効にします。 | ListCollectionView | ||
指定されたインデックス位置にあるアイテムを取得します。 | ListCollectionView | ||
リスト内の、getItemAt(index) == アイテムとなるアイテムのインデックスを返します。 | ListCollectionView | ||
Returns an object of type Reviewer instead of a generic object. | ReviewerCollection | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | ListCollectionView | ||
MXML タグを使用して ListCollectionView を作成したときに、MXML コンパイラーによって自動的に呼び出されます。 | ListCollectionView | ||
itemUpdated(item:Object, property:Object = null, oldValue:Object = null, newValue:Object = null):void
アイテムが更新されたビューを通知します。 | ListCollectionView | ||
ビューにソートとフィルターを適用します。 | ListCollectionView | ||
リストからすべてのアイテムを削除します。 | ListCollectionView | ||
EventDispatcher オブジェクトからリスナーを削除します。 | ListCollectionView | ||
指定されたインデックス位置にあるアイテムを削除し、返します。 | ListCollectionView | ||
指定されたインデックス位置にアイテムを配置します。 | ListCollectionView | ||
IList 実装と同じ順序で指定された配列を返します。 | ListCollectionView | ||
このビューのコンテンツをストリングにプリントし、返します。 | ListCollectionView | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | ListCollectionView |
コンストラクターの詳細
ReviewerCollection | () | コンストラクター |
public function ReviewerCollection(source:Array = null)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Constructor.
パラメーターsource:Array (default = null ) — The source of data in the ReviewerCollection.
|
メソッドの詳細
addItem | () | メソッド |
override public function addItem(item:Object):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Overrides the addItem()
method of ArrayCollection
.
Adds an item only if it is of type Reviewer
.
パラメーター
item:Object — The item to add.
|
関連する API エレメント
addItemAt | () | メソッド |
override public function addItemAt(item:Object, index:int):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Overrides the addItemAt()
method of ArrayCollection
.
Adds an item only if it is of type Reviewer
.
パラメーター
item:Object — The item to place at the index.
| |
index:int — The index at which to place the item.
|
関連する API エレメント
addReviewer | () | メソッド |
public function addReviewer(reviewer:Reviewer):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Adds items of type Reviewer
to the collection.
パラメーター
reviewer:Reviewer — The reviewer to add.
|
関連する API エレメント
addReviewerAt | () | メソッド |
public function addReviewerAt(reviewer:Reviewer, index:int):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Adds items of type Reviewer
to the collection.
パラメーター
reviewer:Reviewer — The reviewer to place at the index.
| |
index:int — The index at which to place the reviewer.
|
関連する API エレメント
getReviewerAt | () | メソッド |
public function getReviewerAt(index:int):Reviewer
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Returns an object of type Reviewer
instead of a generic object.
パラメーター
index:int — The index in the list from which to retrieve the reviewer.
|
Reviewer — The reviewer at the specified index, or null if there is none.
|
関連する API エレメント
Tue Jun 12 2018, 10:34 AM Z