| パッケージ | com.adobe.guides.spark.layouts.components | 
| インターフェイス | public interface ILayoutComponent extends ILayoutHost , IUIComponent , IEventDispatcher , IStyleClient , IFlexDisplayObject , ISimpleStyleClient | 
| 実装者 | LayoutHostBase | 
| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
| プロパティ | 定義元 | ||
|---|---|---|---|
|  | accessibilityProperties : AccessibilityProperties 
     この表示オブジェクトの現在のアクセシビリティオプションです。 | IFlexDisplayObject | |
|  | alpha : Number 
     指定されたオブジェクトのアルファ透明度値を示します。 | IFlexDisplayObject | |
|  | baselinePosition : Number [読み取り専用] 
      コンポーネントのテキストにおける 1 行目のベースラインの y 座標です。 | IUIComponent | |
|  | baseReferenceChain : BaseReferenceChain [読み取り専用] 
		 The chain of bindings up the ancestor chain. | ILayoutHost | |
|  | blendMode : String 
     使用するブレンドモードを指定する BlendMode クラスの値です。 | IFlexDisplayObject | |
|  | cacheAsBitmap : Boolean 
     true に設定されている場合、表示オブジェクトの内部ビットマップ表現が Flash ランタイムにキャッシュされます。 | IFlexDisplayObject | |
|  | className : String [読み取り専用] 
      コンポーネントクラスの名前です。 | IStyleClient | |
|  | dataProvider : Object 
		 The data provider that is bound to this panel layout. | ILayoutHost | |
|  | defaultCaptionWidth : int 
		 The default caption width for each panel item within a panel layout. | ILayoutHost | |
|  | document : Object 
      このコンポーネントに関連付けられたドキュメントオブジェクトへの参照です。 | IUIComponent | |
|  | enabled : Boolean 
      コンポーネントがユーザーの操作を受け入れることができるかどうかを指定します。 | IUIComponent | |
|  | explicitHeight : Number 
      コンポーネントの座標として明示的に指定されたコンポーネントの高さ(ピクセル単位)です。 | IUIComponent | |
|  | explicitMaxHeight : Number [読み取り専用] 
      コンポーネントの座標としてコンポーネントの最大の高さ(ピクセル単位)を指定する数値です。 | IUIComponent | |
|  | explicitMaxWidth : Number [読み取り専用] 
      コンポーネントの座標としてコンポーネントの最大の幅(ピクセル単位)を指定する数値です。 | IUIComponent | |
|  | explicitMinHeight : Number [読み取り専用] 
      コンポーネントの座標としてコンポーネントの最小の高さ(ピクセル単位)を指定する数値です。 | IUIComponent | |
|  | explicitMinWidth : Number [読み取り専用] 
      コンポーネントの座標としてコンポーネントの最小の幅(ピクセル単位)を指定する数値です。 | IUIComponent | |
|  | explicitWidth : Number 
      コンポーネントの座標として明示的に指定されたコンポーネントの幅(ピクセル単位)です。 | IUIComponent | |
|  | filters : Array 
     表示オブジェクトに現在関連付けられている各フィルターオブジェクトが格納されているインデックス付きの配列です。 | IFlexDisplayObject | |
|  | focusPane : Sprite 
      複数のコンポーネント間で共有され、フォーカスインジケーター描画のオーバーレイとして使用される単一の Sprite オブジェクトです。 | IUIComponent | |
|  | height : Number 
     表示オブジェクトの高さを示します(ピクセル単位)。 | IFlexDisplayObject | |
|  | includeInLayout : Boolean 
      このコンポーネントを親コンテナのレイアウトに含めるかどうかを指定します。 | IUIComponent | |
|  | inheritingStyles : Object 
      このコンポーネントの継承可能なスタイルを格納するオブジェクトです。 | IStyleClient | |
|  | isPopUp : Boolean 
      コンポーネントがポップアップされたことを示すため、PopUpManager によって true に設定されます。 | IUIComponent | |
|  | loaderInfo : LoaderInfo [読み取り専用] 
     この表示オブジェクトが属するファイルの読み込み情報を含む LoaderInfo オブジェクトを返します。 | IFlexDisplayObject | |
|  | mask : DisplayObject 
     呼び出し元の表示オブジェクトは、指定された mask オブジェクトによってマスクされます。 | IFlexDisplayObject | |
|  | maxHeight : Number [読み取り専用] 
      コンポーネントの座標としてコンポーネントの最大の高さ(ピクセル単位)を指定する数値です。 | IUIComponent | |
|  | maxWidth : Number [読み取り専用] 
      コンポーネントの座標としてコンポーネントの最大の幅(ピクセル単位)を指定する数値です。 | IUIComponent | |
|  | measuredHeight : Number [読み取り専用] 
	  このオブジェクトの測定した高さです。 | IFlexDisplayObject | |
|  | measuredMinHeight : Number 
      コンポーネントのデフォルトの最小の高さ(ピクセル単位)です。 | IUIComponent | |
|  | measuredMinWidth : Number 
      コンポーネントのデフォルトの最小の幅(ピクセル単位)です。 | IUIComponent | |
|  | measuredWidth : Number [読み取り専用] 
	  このオブジェクトの測定した幅です。 | IFlexDisplayObject | |
|  | minHeight : Number [読み取り専用] 
      コンポーネントの座標としてコンポーネントの最小の高さ(ピクセル単位)を指定する数値です。 | IUIComponent | |
|  | minWidth : Number [読み取り専用] 
      コンポーネントの座標としてコンポーネントの最小の幅(ピクセル単位)を指定する数値です。 | IUIComponent | |
|  | mouseX : Number [読み取り専用] 
     マウスまたはユーザー入力デバイスの x 軸の位置をピクセルで示します。 | IFlexDisplayObject | |
|  | mouseY : Number [読み取り専用] 
     マウスまたはユーザー入力デバイスの y 軸の位置をピクセルで示します。 | IFlexDisplayObject | |
|  | name : String 
     DisplayObject のインスタンス名を示します。 | IFlexDisplayObject | |
| nextTabIndex : int [書き込み専用] 
		 Set the next tab index to be used by the tab index generator. | ILayoutComponent | ||
|  | nonInheritingStyles : Object 
      このコンポーネントの継承不可能なスタイルを格納するオブジェクトです。 | IStyleClient | |
|  | opaqueBackground : Object 
     表示オブジェクトが特定の背景色で不透明であるかどうかを指定します。 | IFlexDisplayObject | |
|  | owner : DisplayObjectContainer 
      この IVisualElement オブジェクトのオーナーです。 | IUIComponent | |
|  | panel : Panel 
		 the parent panel of the layout. | ILayoutHost | |
|  | panelItems : Array 
		 An array of panel items that are slotted into the panel layout. | ILayoutHost | |
|  | parent : DisplayObjectContainer [読み取り専用] 
     この表示オブジェクトを含む DisplayObjectContainer オブジェクトを示します。 | IFlexDisplayObject | |
|  | percentHeight : Number 
      コンポーネントの高さを親のサイズに対する比率(パーセンテージ)で指定する数値です。 | IUIComponent | |
|  | percentWidth : Number 
      コンポーネントの幅を親のサイズに対する比率(パーセンテージ)で指定する数値です。 | IUIComponent | |
|  | root : DisplayObject [読み取り専用] 
     読み込まれた SWF ファイル内の表示オブジェクトの場合、root プロパティはその SWF ファイルが表す表示リストのツリー構造部分の一番上にある表示オブジェクトとなります。 | IFlexDisplayObject | |
|  | rotation : Number 
     DisplayObject インスタンスの元の位置からの回転角を度単位で示します。 | IFlexDisplayObject | |
|  | scale9Grid : Rectangle 
     現在有効な拡大 / 縮小グリッドです。 | IFlexDisplayObject | |
|  | scaleX : Number 
     基準点から適用されるオブジェクトの水平スケール(パーセンテージ)を示します。 | IFlexDisplayObject | |
|  | scaleY : Number 
     オブジェクトの基準点から適用されるオブジェクトの垂直スケール(パーセンテージ)を示します。 | IFlexDisplayObject | |
|  | scrollRect : Rectangle 
     表示オブジェクトのスクロール矩形の境界です。 | IFlexDisplayObject | |
|  | sizeState : int 
		 The size state of this panel in the Guide layout. | ILayoutHost | |
|  | stage : Stage [読み取り専用] 
     表示オブジェクトのステージです。 | IFlexDisplayObject | |
|  | styleDeclaration : CSSStyleDeclaration 
      このオブジェクトで宣言されたインラインスタイルを保持するスタイル宣言です。 | IStyleClient | |
|  | styleName : Object 
      オブジェクトのスタイル値のソースです。 | ISimpleStyleClient | |
|  | supportsDynamicAlignmentAreas : Boolean [読み取り専用] 
		 Indicates that this layout supports a dynamic number of alignment areas. | ILayoutHost | |
|  | supportsKeepWithPrevious : Boolean [読み取り専用] 
		 Indicates that this layout supports the keep with previous hint on a panel item. | ILayoutHost | |
|  | systemManager : ISystemManager 
      このコンポーネントの SystemManager オブジェクトへの参照です。 | IUIComponent | |
|  | transform : flash.geom:Transform 
    表示オブジェクトのマトリックス、カラー変換、ピクセル境界に関係するプロパティを持つオブジェクトです。 | IFlexDisplayObject | |
|  | tweeningProperties : Array 
      EffectManager によって使用されます。 | IUIComponent | |
|  | visible : Boolean 
     表示オブジェクトが可視かどうかを示します。 | IFlexDisplayObject | |
|  | width : Number 
     表示オブジェクトの幅を示します(ピクセル単位)。 | IFlexDisplayObject | |
|  | x : Number 
     親 DisplayObjectContainer のローカル座標を基準にした DisplayObject インスタンスの x 座標を示します。 | IFlexDisplayObject | |
|  | y : Number 
     親 DisplayObjectContainer のローカル座標を基準にした DisplayObject インスタンスの y 座標を示します。 | IFlexDisplayObject | |
| メソッド | 定義元 | ||
|---|---|---|---|
|  | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void 
	イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | IEventDispatcher | |
| 
		 instantiate the itemFactory and add it to the specified group
		 
		  | ILayoutComponent | ||
| 
		 instantiate the itemFactories and add them to the specified group. | ILayoutComponent | ||
| addItemsToGroups(groups:Array, itemFactories:Array, startTabIndex:int = -1, tabIncrement:int = 0):int 
		 Add items alternating between the specified groups, incremented the tab indexes. | ILayoutComponent | ||
| 
		 Aligns each row in a multi-column layout by making each item in each row the same height. | ILayoutComponent | ||
|  | 
      このコンポーネントインスタンスからスタイルプロパティを削除します。 | IStyleClient | |
|  | 
		 Clone this panel layout. | ILayoutHost | |
|  | 
	イベントをイベントフローに送出します。 | IEventDispatcher | |
|  | 
		 
		 Execute all bindings within this panel layout. | ILayoutHost | |
|  | 
		 Returns all display objects on this panel. | ILayoutHost | |
|  | 
     targetCoordinateSpace オブジェクトの座標系を基準にして、表示オブジェクトの領域を定義する矩形を返します。 | IFlexDisplayObject | |
|  | 
      このコンポーネントに適用されるタイプセレクターの CSSStyleDeclaration オブジェクトの配列を返します。何も存在しない場合は null を返します。 | IStyleClient | |
|  | 
      明示的に指定された高さを使用するのか、それとも測定された高さを使用するのかを決定するための便利なメソッドです。
     
       | IUIComponent | |
|  | 
      明示された幅を使用するのか、それとも測定した幅を使用するのかを決定する便利なメソッドです。
     
       | IUIComponent | |
|  | 
		 Returns the bound visible fields which are referenced in this layout. | ILayoutHost | |
|  | 
		 Returns the first panel item in the panel layout. | ILayoutHost | |
| 
		 return the item factories for a specified area index
		 
		  | ILayoutComponent | ||
|  | 
		 Get label corresponding to the index in the data provider. | ILayoutHost | |
|  | 
		 Return an array of name areas or groups that this layout supports. | ILayoutHost | |
|  | getPanelItems(visibleItemsOnly:Boolean = false, container:DisplayObjectContainer = null, itemList:Array = null):Array 
		 Returns the panel items contained in the panel layout. | ILayoutHost | |
|  | 
    シェイプ上の線を除き、targetCoordinateSpace パラメーターによって定義された座標系に基づいて、表示オブジェクトの境界を定義する矩形を返します。 | IFlexDisplayObject | |
|  | 
      このコンポーネントのスタイル参照チェーンのいずれかの場所に設定されたスタイルプロパティを取得します。 | IStyleClient | |
|  | 
     point オブジェクトをステージ(グローバル)座標から表示オブジェクトの(ローカル)座標に変換します。 | IFlexDisplayObject | |
|  | 
	EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | IEventDispatcher | |
|  | 
     表示オブジェクトの境界ボックスを評価して、obj 表示オブジェクトの境界ボックスと重複または交差するかどうかを調べます。 | IFlexDisplayObject | |
|  | 
     表示オブジェクトを評価して、x および y パラメーターで指定されたポイントと重複または交差するかどうかを調べます。 | IFlexDisplayObject | |
|  | 
      オブジェクトを初期化します。 | IUIComponent | |
| 
		 Determine if the factory that was created for design mode and is running inside the guide builder canvas. | ILayoutComponent | ||
|  | 
		 True if this is a panel containing is a document of record. | ILayoutHost | |
|  | 
		 True if this is a panel containing a PDF rendition. | ILayoutHost | |
| 
		 Return the panelItems split into arrays based on how the list has been delimited with panel breaks. | ILayoutComponent | ||
|  | 
     point オブジェクトを表示オブジェクトの(ローカル)座標からステージ(グローバル)座標に変換します。 | IFlexDisplayObject | |
| 
		 Align each child with same same child index to be the same height. | ILayoutComponent | ||
|  | 
	  このオブジェクトを指定の x および y 座標に移動します。 | IFlexDisplayObject | |
|  | 
      このコンポーネントの子にスタイルの変更を反映します。 | IStyleClient | |
|  | 
      owner プロパティのチェーンが child からこの UIComponent を指定している場合に、true を返します。 | IUIComponent | |
|  | 
      UIComponent オブジェクトを親に対して追加または削除したときに Flex によって呼び出されます。 | IUIComponent | |
|  | 
      getStyle() メソッドが機能するように、内部のスタイルキャッシュ値を設定します。 | IStyleClient | |
|  | 
      各エフェクトイベントのイベントリスナーの 1 つとして、EffectManager を登録します。 | IStyleClient | |
|  | 
	EventDispatcher オブジェクトからリスナーを削除します。 | IEventDispatcher | |
|  | 
		 Resets the fields in a container. | ILayoutHost | |
| 
		 Reset the nextTabIndex. | ILayoutComponent | ||
|  | 
	  このオブジェクトの実際のサイズを設定します。 | IFlexDisplayObject | |
|  | 
		 set the selected panel on this layout. | ILayoutHost | |
|  | 
      このコンポーネントインスタンスのスタイルプロパティを設定します。 | IStyleClient | |
|  | 
      visible プロパティが変更されたときに呼び出されます。 | IUIComponent | |
|  | 
      スタイルプロパティの値が変化したときに呼び出されます。 | ISimpleStyleClient | |
|  | 
	指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | IEventDispatcher | |
| nextTabIndex | プロパティ | 
| addItem | () | メソッド | 
 public function addItem(group:Group, itemFactory:IFactory):IPanelItem| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
instantiate the itemFactory and add it to the specified group
パラメーター
| group:Group— the group where the item is added | |
| itemFactory:IFactory— the factory to be instantiated and added | 
| IPanelItem— the panel item that was added | 
| addItemsToGroup | () | メソッド | 
 public function addItemsToGroup(group:Group, itemFactories:Array):void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
instantiate the itemFactories and add them to the specified group.
パラメーター
| group:Group— - group to add the instantiated items. | |
| itemFactories:Array— - the item factories to be instantiated. | 
| addItemsToGroups | () | メソッド | 
 public function addItemsToGroups(groups:Array, itemFactories:Array, startTabIndex:int = -1, tabIncrement:int = 0):int| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
Add items alternating between the specified groups, incremented the tab indexes. The routine returns the next tab index to be used in subsequent calls.
パラメーター
| groups:Array— where the items are alternately added. | |
| itemFactories:Array— the factories for the items to instantiated and added to the groups. | |
| startTabIndex:int(default =-1)— the starting tab index (if -1) tabIndex is not set on the items. | |
| tabIncrement:int(default =0)— the amount to offset the tabIndex between each added item. | 
| int— - the next tab index. | 
| alignHorizontalGroupContent | () | メソッド | 
 public function alignHorizontalGroupContent(outerGroup:Group):void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
Aligns each row in a multi-column layout by making each item in each row the same height.
パラメーター
| outerGroup:Group— - the outer container of a series of HGroup containers. | 
| getItemFactoriesForArea | () | メソッド | 
 public function getItemFactoriesForArea(areaIndex:int):Array| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
return the item factories for a specified area index
パラメーター
| areaIndex:int— - index of the area or group. | 
| Array— the array of panel item factories for the specified area. | 
| isDesignItem | () | メソッド | 
 public function isDesignItem(oFactory:Object):Boolean| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
Determine if the factory that was created for design mode and is running inside the guide builder canvas.
パラメーター
| oFactory:Object— Specifies the factory of the item to be introspected. | 
| Boolean— A boolean value that specifies whether or not this item or item factory is a design item. A value of true is returned when the factory was created for design mode. | 
| itemsToAreas | () | メソッド | 
 public function itemsToAreas():Array| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
Return the panelItems split into arrays based on how the list has been delimited with panel breaks. The return is an array of arrays. For example the first element of the array is an array of items for the first area.
戻り値| Array— the items broken into a series of arrays, one array for each area. | 
| makeSameHeight | () | メソッド | 
 public function makeSameHeight(oContainers:Array):void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
Align each child with same same child index to be the same height.
パラメーター
| oContainers:Array— - make each container in the array the height of the largest container. | 
| resetNextTabIndex | () | メソッド | 
 public function resetNextTabIndex():void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
Reset the nextTabIndex.
Tue Jun 12 2018, 10:34 AM Z
 継承されるパブリックプロパティを隠す
 継承されるパブリックプロパティを隠す 継承されるパブリックプロパティを表示
 継承されるパブリックプロパティを表示