ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
com.adobe.mosaic.layouts 

ILayoutChild  - AS3 ADEP Composite Application

Pakietcom.adobe.mosaic.layouts
Interfejspublic interface ILayoutChild

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: 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.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  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
Metody publiczne
 MetodaZdefiniowane przez
  
Creates an displayable object (eg, Image) of the child suitable for use in a drag/drop operation as the drag proxy.
ILayoutChild
Szczegół właściwości

columnIndex

właściwość
columnIndex:int

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The column index of the component.



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

enableDrag

właściwość 
enableDrag:Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

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



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

rowIndex

właściwość 
rowIndex:int

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The row index of the component



Implementacja
    public function get rowIndex():int
    public function set rowIndex(value:int):void
Szczegół metody

createDragProxy

()metoda
public function createDragProxy():IFlexDisplayObject

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: 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.

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




[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.