パッケージ | 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 |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
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 | プロパティ |
メソッドの詳細
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.
|
Tue Jun 12 2018, 10:34 AM Z