| Paket | com.adobe.mosaic.layouts |
| Gränssnitt | public interface ILayoutChild |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Publika egenskaper
| Egenskap | Definieras med | ||
|---|---|---|---|
| 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 | ||
Publika metoder
| Metod | Definieras med | ||
|---|---|---|---|
Creates an displayable object (eg, Image) of the
child suitable for use in a drag/drop operation as the
drag proxy. | ILayoutChild | ||
Egenskapsdetaljer
columnIndex | egenskap |
columnIndex:int| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The column index of the component.
Implementering
public function get columnIndex():int public function set columnIndex(value:int):voidenableDrag | egenskap |
enableDrag:Boolean| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Indicates if the item may be dragged. The default is false.
Implementering
public function get enableDrag():Boolean public function set enableDrag(value:Boolean):voidrowIndex | egenskap |
rowIndex:int| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The row index of the component
Implementering
public function get rowIndex():int public function set rowIndex(value:int):voidMetoddetaljer
createDragProxy | () | metod |
public function createDragProxy():IFlexDisplayObject| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | 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.
ReturnerarIFlexDisplayObject — A suitable drag proxy, including null, which will
cause a default image to be used.
|
Tue Jun 12 2018, 01:40 PM Z