| Package | com.adobe.mosaic.layouts |
| Interface | public interface ILayoutChild |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| 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éthodes publiques
| Méthode | Défini par | ||
|---|---|---|---|
Creates an displayable object (eg, Image) of the
child suitable for use in a drag/drop operation as the
drag proxy. | ILayoutChild | ||
Détails de la propriété
columnIndex | propriété |
columnIndex:int| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The column index of the component.
Implémentation
public function get columnIndex():int public function set columnIndex(value:int):voidenableDrag | propriété |
enableDrag:Boolean| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Indicates if the item may be dragged. The default is false.
Implémentation
public function get enableDrag():Boolean public function set enableDrag(value:Boolean):voidrowIndex | propriété |
rowIndex:int| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The row index of the component
Implémentation
public function get rowIndex():int public function set rowIndex(value:int):voidDétails de la méthode
createDragProxy | () | méthode |
public function createDragProxy():IFlexDisplayObject| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | 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.
Valeur renvoyéeIFlexDisplayObject — A suitable drag proxy, including null, which will
cause a default image to be used.
|
Tue Jun 12 2018, 09:30 AM Z