패키지 | 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 | 속성 |
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, 03:17 PM Z