Pacote | com.adobe.mosaic.layouts |
Interface | public interface ILayoutChild |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Propriedades públicas
Propriedade | 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 |
Detalhes da propriedade
columnIndex | propriedade |
columnIndex:int
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The column index of the component.
Implementação
public function get columnIndex():int
public function set columnIndex(value:int):void
enableDrag | propriedade |
enableDrag:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Indicates if the item may be dragged. The default is false.
Implementação
public function get enableDrag():Boolean
public function set enableDrag(value:Boolean):void
rowIndex | propriedade |
rowIndex:int
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The row index of the component
Implementação
public function get rowIndex():int
public function set rowIndex(value:int):void
Detalhes do método
createDragProxy | () | método |
public function createDragProxy():IFlexDisplayObject
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | 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.
RetornaIFlexDisplayObject — A suitable drag proxy, including null, which will
cause a default image to be used.
|
Wed Jun 13 2018, 11:10 AM Z