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

ILayoutChild  - AS3 ADEP Composite Application

パッケージcom.adobe.mosaic.layouts
インターフェイスpublic interface ILayoutChild

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Components that are used with the SmartGridLayout, SmartColumnLayout, and SmartRowLayout, should implement this interface. Components that are allowed to be dragged and are used within a DragDropGroup should also implement this interface.



パブリックプロパティ
 プロパティ定義元
  columnIndex : int
The column index of the component.
ILayoutChild
  enableDrag : Boolean
Indicates if the item may be dragged.
ILayoutChild
  rowIndex : int
The row index of the component
ILayoutChild
パブリックメソッド
 メソッド定義元
  
Creates an displayable object (eg, Image) of the child suitable for use in a drag/drop operation as the drag proxy.
ILayoutChild
プロパティの詳細

columnIndex

プロパティ
columnIndex:int

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The column index of the component.



実装
    public function get columnIndex():int
    public function set columnIndex(value:int):void

enableDrag

プロパティ 
enableDrag:Boolean

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Indicates if the item may be dragged. The default is false.



実装
    public function get enableDrag():Boolean
    public function set enableDrag(value:Boolean):void

rowIndex

プロパティ 
rowIndex:int

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The row index of the component



実装
    public function get rowIndex():int
    public function set rowIndex(value:int):void
メソッドの詳細

createDragProxy

()メソッド
public function createDragProxy():IFlexDisplayObject

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Creates an displayable object (eg, Image) of the child suitable for use in a drag/drop operation as the drag proxy.

戻り値
IFlexDisplayObject — A suitable drag proxy, including null, which will cause a default image to be used.




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

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