| Pacchetto | com.adobe.mosaic.layouts |
| Interfaccia | public interface ILayoutChild |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| 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 | ||
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Creates an displayable object (eg, Image) of the
child suitable for use in a drag/drop operation as the
drag proxy. | ILayoutChild | ||
Descrizione delle proprietà
columnIndex | proprietà |
columnIndex:int| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The column index of the component.
Implementazione
public function get columnIndex():int public function set columnIndex(value:int):voidenableDrag | proprietà |
enableDrag:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Indicates if the item may be dragged. The default is false.
Implementazione
public function get enableDrag():Boolean public function set enableDrag(value:Boolean):voidrowIndex | proprietà |
rowIndex:int| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The row index of the component
Implementazione
public function get rowIndex():int public function set rowIndex(value:int):voidDescrizione dei metodi
createDragProxy | () | metodo |
public function createDragProxy():IFlexDisplayObject| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni 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.
RestituisceIFlexDisplayObject — A suitable drag proxy, including null, which will
cause a default image to be used.
|
Tue Jun 12 2018, 02:44 PM Z