Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
com.adobe.mosaic.layouts 

ILayoutChild  - AS3 ADEP Composite Application

Pacotecom.adobe.mosaic.layouts
Interfacepublic 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

Components that are used with the SmartGridLayout, SmartColumnLayout, and SmartRowLayout, should implement this interface. Components that are allowed to be dragged and are used within a DragDropGroup should also implement this interface.



Propriedades públicas
 PropriedadeDefinido 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étodoDefinido 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.

Retorna
IFlexDisplayObject — A suitable drag proxy, including null, which will cause a default image to be used.




[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.