| パッケージ | ga.model |
| クラス | public class Section |
| 継承 | Section Node ArrayCollection ListCollectionView Proxy |
| 実装 | ISection |
| サブクラス | GuidedActivity |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
MXML シンタックスを隠す
<ga:Section
Properties
label=""
sectionId=""
>
<ga:panels>
<ga:Panel...>
...
</ga:panels>
デフォルトの MXML プロパティsource
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
| dataRef : String | Section | ||
| designIndex : int | Section | ||
![]() | filterFunction : Function
関数の条件に一致しないアイテムを削除するためにビューが使用する関数です。 | ListCollectionView | |
| _itemInstance : Object | Section | ||
![]() | length : int [読み取り専用]
このビュー内のアイテムの数です。 | ListCollectionView | |
![]() | list : IList
このコレクションビューがラップする IList です。 | ListCollectionView | |
| sectionId : String | Section | ||
| sectionIndex : * | Section | ||
| sectionManager : Boolean | Section | ||
| sectionManagers : Array | Section | ||
![]() | sort : ISort
ICollectionView に適用される ISort です。 | ListCollectionView | |
![]() | source : Array
ArrayCollection 内のデータのソースです。 | ArrayCollection | |
プロテクトプロパティ
パブリックメソッド
| メソッド | 定義元 | ||
|---|---|---|---|
![]() |
アイテムのリストを現在のリストに追加し、渡される順序でリストの末尾に配置します。 | ListCollectionView | |
![]() |
アイテムのリストを現在のリストに追加し、関数に渡されるインデックス位置に配置します。 | ListCollectionView | |
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | ListCollectionView | |
![]() |
指定されたアイテムをリストの末尾に追加します。 | ListCollectionView | |
![]() |
指定されたインデックス位置にアイテムを追加します。 | ListCollectionView | |
![]() |
指定されたオブジェクトをビューに含めるかどうかを返します。 | ListCollectionView | |
![]() |
このビューに対して使用する新しい IViewCursor を作成します。 | ListCollectionView | |
![]() |
コレクション自体およびコレクション内のアイテムの変更がビューから送出されないようにします。 | ListCollectionView | |
![]() |
イベントをイベントフローに送出します。 | ListCollectionView | |
![]() |
自動更新を有効にします。 | ListCollectionView | |
![]() |
指定されたインデックス位置にあるアイテムを取得します。 | ListCollectionView | |
![]() |
リスト内の、getItemAt(index) == アイテムとなるアイテムのインデックスを返します。 | ListCollectionView | |
Returns a fully qualified data reference for the current section's instance. | Section | ||
![]() |
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | ListCollectionView | |
Sets the instance manager and the data provider for this repeating panel
| Section | ||
![]() |
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 | |
プロパティの詳細
_itemInstance | プロパティ |
dataRef | プロパティ |
designIndex | プロパティ |
sectionId | プロパティ |
sectionIndex | プロパティ |
sectionManager | プロパティ |
sectionManagers | プロパティ |
メソッドの詳細
getQualifiedDataRef | () | メソッド |
public function getQualifiedDataRef(object:Object):String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Returns a fully qualified data reference for the current section's instance.
パラメーター
object:Object — the data instance whose qualified data reference is returned
|
String — String representing the qualified data ref of the data instance.
|
initDataProvider | () | メソッド |
public function initDataProvider():void| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Sets the instance manager and the data provider for this repeating panel
Tue Jun 12 2018, 10:34 AM Z
MXML シンタックスを表示