Paket | com.adobe.mosaic.layouts.dragAndDrop |
Klass | public class MosaicDropLocation |
Arv | MosaicDropLocation DropLocation Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
columnIndex : int
The column index of the item. | MosaicDropLocation | ||
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
dragEvent : DragEvent = null
The DragEvent associated with this location. | DropLocation | ||
dropIndex : int = -1
The drop index corresponding to the event. | DropLocation | ||
dropPoint : Point = null
The event point in local coordinates of the layout's target. | DropLocation | ||
rowIndex : int
The row index of the item. | MosaicDropLocation |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
MosaicDropLocation(source:DropLocation = null)
Constructor
The source parameter provides an easy way to create a MosaicDropLocation
from a plain DropLocation. | MosaicDropLocation | ||
Creates a quick copy of items to this instance. | MosaicDropLocation | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Egenskapsdetaljer
columnIndex | egenskap |
public var columnIndex:int
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The column index of the item.
rowIndex | egenskap |
public var rowIndex:int
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The row index of the item.
Konstruktordetaljer
MosaicDropLocation | () | Konstruktor |
public function MosaicDropLocation(source:DropLocation = null)
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Constructor The source parameter provides an easy way to create a MosaicDropLocation from a plain DropLocation.
Parametrarsource:DropLocation (default = null ) — The DropLocation being converted into a MosaicDropLocation.
|
Metoddetaljer
clone | () | metod |
public function clone(source:DropLocation):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Creates a quick copy of items to this instance.
Parametrar
source:DropLocation — The DropLocation to copy.
|
Tue Jun 12 2018, 01:40 PM Z