Pakket | com.adobe.mosaic.layouts.dragAndDrop |
Klasse | public class MosaicDropLocation |
Overerving | MosaicDropLocation DropLocation Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
columnIndex : int
The column index of the item. | MosaicDropLocation | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
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 | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
columnIndex | eigenschap |
public var columnIndex:int
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The column index of the item.
rowIndex | eigenschap |
public var rowIndex:int
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The row index of the item.
Constructordetails
MosaicDropLocation | () | Constructor |
public function MosaicDropLocation(source:DropLocation = null)
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Constructor The source parameter provides an easy way to create a MosaicDropLocation from a plain DropLocation.
Parameterssource:DropLocation (default = null ) — The DropLocation being converted into a MosaicDropLocation.
|
Methodedetails
clone | () | methode |
public function clone(source:DropLocation):void
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Creates a quick copy of items to this instance.
Parameters
source:DropLocation — The DropLocation to copy.
|
Wed Jun 13 2018, 11:42 AM Z