ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.mosaic.layouts 

ILayoutChild  - AS3 ADEP Composite Application

Paketcom.adobe.mosaic.layouts
Schnittstellepublic interface ILayoutChild

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: 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.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  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
Öffentliche Methoden
 MethodeDefiniert von
  
Creates an displayable object (eg, Image) of the child suitable for use in a drag/drop operation as the drag proxy.
ILayoutChild
Eigenschaftendetails

columnIndex

Eigenschaft
columnIndex:int

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The column index of the component.



Implementierung
    public function get columnIndex():int
    public function set columnIndex(value:int):void

enableDrag

Eigenschaft 
enableDrag:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

Indicates if the item may be dragged. The default is false.



Implementierung
    public function get enableDrag():Boolean
    public function set enableDrag(value:Boolean):void

rowIndex

Eigenschaft 
rowIndex:int

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The row index of the component



Implementierung
    public function get rowIndex():int
    public function set rowIndex(value:int):void
Methodendetails

createDragProxy

()Methode
public function createDragProxy():IFlexDisplayObject

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: 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.

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




[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.