| パッケージ | ga.views | 
| クラス | public class TreeView | 
| 継承 | TreeView  Node  ArrayCollection  ListCollectionView  Proxy | 
| 実装 | IGuideView | 
| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
TreeListView class provides the Guide sections and panels in a
	 tree structure that mimics the Guide tree created in the Guide Design perspective
	 within Adobe Digital Enterprise Platform Document Services - Workbench 10.0. 
	 
	 デフォルトの MXML プロパティsource
関連する API エレメント
| プロパティ | 定義元 | ||
|---|---|---|---|
|  | filterFunction : Function 
      
      関数の条件に一致しないアイテムを削除するためにビューが使用する関数です。 | ListCollectionView | |
| includeNestedSections : Boolean 
		 Indicates if nested sections should appear in the tree. | TreeView | ||
| instance : ga.views:TreeView [静的] [読み取り専用] 
		 The common instance of this class. | TreeView | ||
|  | length : int [読み取り専用] 
      
      このビュー内のアイテムの数です。 | ListCollectionView | |
|  | list : IList 
      このコレクションビューがラップする IList です。 | ListCollectionView | |
| selectedIndex : int 
		 Not implemented for this view. | TreeView | ||
| selectedItem : Object 
		 [bindable] The selected panel. | TreeView | ||
|  | sort : ISort 
      
      ICollectionView に適用される ISort です。 | ListCollectionView | |
|  | source : Array 
      ArrayCollection 内のデータのソースです。 | ArrayCollection | |
| メソッド | 定義元 | ||
|---|---|---|---|
| TreeView() 
		 Sets up the event listeners and initializes the tree structure. | TreeView | ||
|  | 
      アイテムのリストを現在のリストに追加し、渡される順序でリストの末尾に配置します。 | 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 | |
|  | 
      
	EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | ListCollectionView | |
|  | 
       MXML タグを使用して ListCollectionView を作成したときに、MXML コンパイラーによって自動的に呼び出されます。 | ListCollectionView | |
|  | itemUpdated(item:Object, property:Object = null, oldValue:Object = null, newValue:Object = null):void 
      
      アイテムが更新されたビューを通知します。 | ListCollectionView | |
| 
		 Forwards events that can cause panel changes to the event listeners. | TreeView | ||
|  | 
     
      ビューにソートとフィルターを適用します。 | ListCollectionView | |
|  | 
     リストからすべてのアイテムを削除します。 | ListCollectionView | |
|  | 
      
	EventDispatcher オブジェクトからリスナーを削除します。 | ListCollectionView | |
|  | 
     
      指定されたインデックス位置にあるアイテムを削除し、返します。 | ListCollectionView | |
|  | 
     
      指定されたインデックス位置にアイテムを配置します。 | ListCollectionView | |
|  | 
     
      IList 実装と同じ順序で指定された配列を返します。 | ListCollectionView | |
|  | 
      このビューのコンテンツをストリングにプリントし、返します。 | ListCollectionView | |
|  | 
      
	指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | ListCollectionView | |
| イベント | 概要 | 定義元 | ||
|---|---|---|---|---|
|  | ICollectionView が何らかの方法で更新されると送出されます。 | ListCollectionView | ||
| Dispatched when a repeating panel is added to a Guide. | TreeView | |||
| Dispatched when a repeating panel is removed from a Guide. | TreeView | |||
| Dispatched when a panel is selected. | TreeView | |||
| includeNestedSections | プロパティ | 
includeNestedSections:Boolean| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
Indicates if nested sections should appear in the tree. The default value is True.
実装
    public function get includeNestedSections():Boolean    public function set includeNestedSections(value:Boolean):void| instance | プロパティ | 
instance:ga.views:TreeView  [読み取り専用] | 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
The common instance of this class.
実装
    public static function get instance():ga.views:TreeView| selectedIndex | プロパティ | 
selectedIndex:int| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
Not implemented for this view. This method always returns -1.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange                 イベントが送出されます。
実装
    public function get selectedIndex():int    public function set selectedIndex(value:int):void| selectedItem | プロパティ | 
selectedItem:Object| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
[bindable] The selected panel.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange                 イベントが送出されます。
実装
    public function get selectedItem():Object    public function set selectedItem(value:Object):void| TreeView | () | コンストラクター | 
public function TreeView()| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
Sets up the event listeners and initializes the tree structure.
| pageChange | () | メソッド | 
 public function pageChange(event:GAEvent):void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
Forwards events that can cause panel changes to the event listeners.
パラメーター
| event:GAEvent— the GAEvent that triggered the call | 
| pageAdd | イベント | 
ga.model.GAEventプロパティ GAEvent.type =
ga.model.GAEvent.PAGE_ADD| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
Dispatched when a repeating panel is added to a Guide.
The properties of the event object have the following values:
| Property | Value | 
|---|---|
| page | The page that was added. | 
| section | The section that contains the added page. | 
| bubbles | false | 
| cancelable | false | 
| currentTarget | The Object that defines the
               event listener that handles the event. For example, if you use myButton.addEventListener()to register an event listener,
               myButton is the value of thecurrentTarget. | 
| target | The Object that dispatched the event;
               it is not always the Object listening for the event.
               Use the currentTargetproperty to always access the
               Object listening for the event. | 
| pageRemove | イベント | 
ga.model.GAEventプロパティ GAEvent.type =
ga.model.GAEvent.PAGE_REMOVE| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
Dispatched when a repeating panel is removed from a Guide.
The properties of the event object have the following values:
| Property | Value | 
|---|---|
| page | The page that was removed. | 
| section | The section that contained the removed page. | 
| bubbles | false | 
| cancelable | false | 
| currentTarget | The Object that defines the
               event listener that handles the event. For example, if you use myButton.addEventListener()to register an event listener,
               myButton is the value of thecurrentTarget. | 
| target | The Object that dispatched the event;
               it is not always the Object listening for the event.
               Use the currentTargetproperty to always access the
               Object listening for the event. | 
| pageSelectionChange | イベント | 
ga.model.GAEventプロパティ GAEvent.type =
ga.model.GAEvent.PAGE_SELECTION_CHANGE| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
Dispatched when a panel is selected.
The properties of the event object have the following values:
| Property | Value | 
|---|---|
| bubbles | false | 
| cancelable | false | 
| currentTarget | The Object that defines the
               event listener that handles the event. For example, if you use myButton.addEventListener()to register an event listener,
               myButton is the value of thecurrentTarget. | 
| target | The Object that dispatched the event;
               it is not always the Object listening for the event.
               Use the currentTargetproperty to always access the
               Object listening for the event. | 
Tue Jun 12 2018, 10:34 AM Z
 継承されるパブリックプロパティを隠す
 継承されるパブリックプロパティを隠す 継承されるパブリックプロパティを表示
 継承されるパブリックプロパティを表示