ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.mosaic.layouts.dragAndDrop 

MosaicDropLocation  - AS3 ADEP Composite Application

Packagecom.adobe.mosaic.layouts.dragAndDrop
Classpublic class MosaicDropLocation
InheritanceMosaicDropLocation Inheritance DropLocation Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

This class extends DropLocation so that layouts and group needing row and column information, in addition to index and point, can cast the dropLocation to this class. Classes that do not need this additional information can treat instances of this class as DropLocation.



Public Properties
 PropertyDefined By
  columnIndex : int
The column index of the item.
MosaicDropLocation
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 InheriteddragEvent : DragEvent = null
The DragEvent associated with this location.
DropLocation
 InheriteddropIndex : int = -1
The drop index corresponding to the event.
DropLocation
 InheriteddropPoint : Point = null
The event point in local coordinates of the layout's target.
DropLocation
  rowIndex : int
The row index of the item.
MosaicDropLocation
Public Methods
 MethodDefined By
  
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
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

columnIndex

property
public var columnIndex:int

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The column index of the item.

rowIndex

property 
public var rowIndex:int

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The row index of the item.

Constructor Detail

MosaicDropLocation

()Constructor
public function MosaicDropLocation(source:DropLocation = null)

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Constructor The source parameter provides an easy way to create a MosaicDropLocation from a plain DropLocation.

Parameters
source:DropLocation (default = null) — The DropLocation being converted into a MosaicDropLocation.
Method Detail

clone

()method
public function clone(source:DropLocation):void

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Creates a quick copy of items to this instance.

Parameters

source:DropLocation — The DropLocation to copy.