Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.livecycle.rca.model.document 

DocumentCollection  - AS3 Review, Commenting, and Approval

パッケージcom.adobe.livecycle.rca.model.document
クラスpublic class DocumentCollection
継承DocumentCollection Inheritance ArrayCollection Inheritance ListCollectionView Inheritance Proxy
以降、非推奨 Review, Commenting, and Approval 10: 推奨 com.adobe.solutions.rca.vo.ReviewContextVO.supportingDocumentList

言語バージョン: ActionScript 3.0
製品バージョン: Review, Commenting, and Approval Building Block 9.5
ランタイムバージョン: Flash Player 9, Flash Player 10, AIR (unsupported)

Specifies that SupportingDocument objects are added to a collection.

デフォルトの MXML プロパティsource



パブリックプロパティ
 プロパティ定義元
 InheritedfilterFunction : Function
関数の条件に一致しないアイテムを削除するためにビューが使用する関数です。
ListCollectionView
 Inheritedlength : int
[読み取り専用] このビュー内のアイテムの数です。
ListCollectionView
 Inheritedlist : IList
このコレクションビューがラップする IList です。
ListCollectionView
 Inheritedsort : ISort
ICollectionView に適用される ISort です。
ListCollectionView
 Inheritedsource : Array
ArrayCollection 内のデータのソースです。
ArrayCollection
プロテクトプロパティ
 プロパティ定義元
 InheritedlocalIndex : Array
ビューにソートまたはフィルターを適用すると、ソートによりアイテムの順序が変更されたか、またはフィルターによりアイテム数が減ったビューに含まれるアイテムの配列が localIndex プロパティにソート順に入れられます。
ListCollectionView
パブリックメソッド
 メソッド定義元
  
DocumentCollection(source:Array = null)
Constructor.
DocumentCollection
 Inherited
addAll(addList:IList):void
アイテムのリストを現在のリストに追加し、渡される順序でリストの末尾に配置します。
ListCollectionView
 Inherited
addAllAt(addList:IList, index:int):void
アイテムのリストを現在のリストに追加し、関数に渡されるインデックス位置に配置します。
ListCollectionView
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。
ListCollectionView
  
[オーバーライド] Overrides the addItem() method for ArrayCollection.
DocumentCollection
  
addItemAt(item:Object, index:int):void
[オーバーライド] Overrides the addItemAt() method for ArrayCollection.
DocumentCollection
  
Adds items of type SupportingDocument to the collection.
DocumentCollection
  
Adds items of type SupportingDocument to the collection.
DocumentCollection
 Inherited
指定されたオブジェクトをビューに含めるかどうかを返します。
ListCollectionView
 Inherited
このビューに対して使用する新しい IViewCursor を作成します。
ListCollectionView
 Inherited
コレクション自体およびコレクション内のアイテムの変更がビューから送出されないようにします。
ListCollectionView
 Inherited
イベントをイベントフローに送出します。
ListCollectionView
 Inherited
自動更新を有効にします。
ListCollectionView
 Inherited
getItemAt(index:int, prefetch:int = 0):Object
指定されたインデックス位置にあるアイテムを取得します。
ListCollectionView
 Inherited
リスト内の、getItemAt(index) == アイテムとなるアイテムのインデックスを返します。
ListCollectionView
  
Returns a SupportingDocument type object instead of a generic object.
DocumentCollection
 Inherited
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。
ListCollectionView
 Inherited
MXML タグを使用して ListCollectionView を作成したときに、MXML コンパイラーによって自動的に呼び出されます。
ListCollectionView
 Inherited
itemUpdated(item:Object, property:Object = null, oldValue:Object = null, newValue:Object = null):void
アイテムが更新されたビューを通知します。
ListCollectionView
 Inherited
ビューにソートとフィルターを適用します。
ListCollectionView
 Inherited
リストからすべてのアイテムを削除します。
ListCollectionView
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
EventDispatcher オブジェクトからリスナーを削除します。
ListCollectionView
 Inherited
指定されたインデックス位置にあるアイテムを削除し、返します。
ListCollectionView
 Inherited
setItemAt(item:Object, index:int):Object
指定されたインデックス位置にアイテムを配置します。
ListCollectionView
 Inherited
IList 実装と同じ順序で指定された配列を返します。
ListCollectionView
 Inherited
このビューのコンテンツをストリングにプリントし、返します。
ListCollectionView
 Inherited
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。
ListCollectionView
イベント
 イベント 概要 定義元
 InheritedICollectionView が何らかの方法で更新されると送出されます。ListCollectionView
コンストラクターの詳細

DocumentCollection

()コンストラクター
public function DocumentCollection(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)
メソッドの詳細

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 for ArrayCollection. Adds an item only if it is of type SupportingDocument.

パラメーター

item:Object

関連する 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 for ArrayCollection. Adds an item only if it is of type SupportingDocument.

パラメーター

item:Object
 
index:int

関連する API エレメント

addSupportingDocument

()メソッド 
public function addSupportingDocument(doc:SupportingDocument):void

言語バージョン: ActionScript 3.0
製品バージョン: Review, Commenting, and Approval Building Block 9.5
ランタイムバージョン: Flash Player 9, Flash Player 10, AIR (unsupported)

Adds items of type SupportingDocument to the collection.

パラメーター

doc:SupportingDocument

関連する API エレメント

addSupportingDocumentAt

()メソッド 
public function addSupportingDocumentAt(doc:SupportingDocument, 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 SupportingDocument to the collection.

パラメーター

doc:SupportingDocument
 
index:int

関連する API エレメント

getSupportingDocumentAt

()メソッド 
public function getSupportingDocumentAt(index:int):SupportingDocument

言語バージョン: ActionScript 3.0
製品バージョン: Review, Commenting, and Approval Building Block 9.5
ランタイムバージョン: Flash Player 9, Flash Player 10, AIR (unsupported)

Returns a SupportingDocument type object instead of a generic object.

パラメーター

index:int

戻り値
SupportingDocument

関連する API エレメント





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。