Guide de référence ActionScript® 3.0 pour la plate-forme Adobe® Flash®
Accueil  |  Masquer la liste des packages et des classes |  Packages  |  Classes  |  Nouveautés  |  Index  |  Annexes  |  Pourquoi existe-t-il du contenu en anglais ?
Filtres : Récupération des données du serveur...
Récupération des données du serveur...
com.adobe.mosaic.layouts 

ILayoutChild  - AS3 ADEP Composite Application

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

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.



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éthodeDé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):void

enableDrag

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):void

rowIndex

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):void
Dé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ée
IFlexDisplayObject — A suitable drag proxy, including null, which will cause a default image to be used.




[ X ]Pourquoi existe-t-il du contenu en anglais ?
Certaines parties du Guide de référence ActionScript 3.0 sont en anglais

Tout le contenu du Guide de référence ActionScript 3.0 n’a pas été traduit dans toutes les langues. Si un élément de langage n’est pas traduit, il s’affiche en anglais. Par exemple, la classe ga.controls.HelpBox n’est traduite dans aucune langue. Ainsi, dans la version française du guide de référence, la classe ga.controls.HelpBox apparaît en anglais.