Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.mosaic.layouts 

ILayoutChild  - AS3 ADEP Composite Application

Paquetecom.adobe.mosaic.layouts
Interfazpublic 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

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.



Propiedades públicas
 PropiedadDefinido 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
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 devuelto
IFlexDisplayObject — A suitable drag proxy, including null, which will cause a default image to be used.




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.