Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The DropLocation class contains information describing the drop location
for the dragged data in a drag-and-drop operation.
The DropLocation
is created by the LayoutBase
class when the List
calls the layout's
calculateDropLocation()
method in response to a dragOver
.
The DropLocation class is used by the layout for operations such as
calculating the drop indicator bounds and drag-scroll deltas.
public var dragEvent:DragEvent = null
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The DragEvent
associated with this location.
public var dropIndex:int = -1
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The drop index corresponding to the event.
public var dropPoint:Point = null
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The event point in local coordinates of the layout's target.
public function DropLocation()
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Constructor.
Wed Mar 25 2015, 07:57 PM +01:00