Paket | com.adobe.mosaic.layouts.dragAndDrop |
Klasse | public class MosaicDropLocation |
Vererbung | MosaicDropLocation DropLocation Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
columnIndex : int
The column index of the item. | MosaicDropLocation | ||
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | ||
dragEvent : DragEvent = null
Das mit dieser Position verknüpfte DragEvent. | DropLocation | ||
dropIndex : int = -1
Die Ablageindexposition, die dem Ereignis entspricht. | DropLocation | ||
dropPoint : Point = null
Der Ereignispunkt in lokalen Koordinaten des Layoutziels. | DropLocation | ||
rowIndex : int
The row index of the item. | MosaicDropLocation |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
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 | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Eigenschaftendetails
columnIndex | Eigenschaft |
public var 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 item.
rowIndex | Eigenschaft |
public var 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 item.
Konstruktordetails
MosaicDropLocation | () | Konstruktor |
public function MosaicDropLocation(source:DropLocation = null)
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Constructor The source parameter provides an easy way to create a MosaicDropLocation from a plain DropLocation.
Parametersource:DropLocation (default = null ) — The DropLocation being converted into a MosaicDropLocation.
|
Methodendetails
clone | () | Methode |
public function clone(source:DropLocation):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Creates a quick copy of items to this instance.
Parameter
source:DropLocation — The DropLocation to copy.
|
Tue Jun 12 2018, 10:04 AM Z