Pakket | com.adobe.mosaic.layouts |
Interface | public interface ILayoutChild |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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 |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Creates an displayable object (eg, Image) of the
child suitable for use in a drag/drop operation as the
drag proxy. | ILayoutChild |
Eigenschapdetails
columnIndex | eigenschap |
columnIndex:int
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The column index of the component.
Implementatie
public function get columnIndex():int
public function set columnIndex(value:int):void
enableDrag | eigenschap |
enableDrag:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Indicates if the item may be dragged. The default is false.
Implementatie
public function get enableDrag():Boolean
public function set enableDrag(value:Boolean):void
rowIndex | eigenschap |
rowIndex:int
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The row index of the component
Implementatie
public function get rowIndex():int
public function set rowIndex(value:int):void
Methodedetails
createDragProxy | () | methode |
public function createDragProxy():IFlexDisplayObject
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | 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.
Geretourneerde waardeIFlexDisplayObject — A suitable drag proxy, including null, which will
cause a default image to be used.
|
Wed Jun 13 2018, 11:42 AM Z