Paquete | com.adobe.mosaic.layouts |
Interfaz | public interface ILayoutChild |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
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 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Creates an displayable object (eg, Image) of the
child suitable for use in a drag/drop operation as the
drag proxy. | ILayoutChild |
Información sobre propiedades
columnIndex | propiedad |
columnIndex:int
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The column index of the component.
Implementación
public function get columnIndex():int
public function set columnIndex(value:int):void
enableDrag | propiedad |
enableDrag:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Indicates if the item may be dragged. The default is false.
Implementación
public function get enableDrag():Boolean
public function set enableDrag(value:Boolean):void
rowIndex | propiedad |
rowIndex:int
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The row index of the component
Implementación
public function get rowIndex():int
public function set rowIndex(value:int):void
Información sobre métodos
createDragProxy | () | método |
public function createDragProxy():IFlexDisplayObject
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | 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.
Valor devueltoIFlexDisplayObject — A suitable drag proxy, including null, which will
cause a default image to be used.
|
Tue Jun 12 2018, 02:12 PM Z