A display object that can accept data dropped by the drag and drop
manager.
public function dispatchEvent(event:Event ):void
Parameters
public function dispatchEventWith(type:String, bubbles:Boolean = false, data:Object = null):void
Parameters
type :String bubbles :Boolean (default = false) data :Object (default = null)
Event Object Type: feathers.events.DragDropEventDragDropEvent.type property = =feathers.events.DragDropEvent.DRAG_DROP
Dispatched when an accepted drag is dropped on the target. Will
not be dispatched if the drop target hasn't accepted the
drag.
Event Object Type: feathers.events.DragDropEventDragDropEvent.type property = =feathers.events.DragDropEvent.DRAG_ENTER
Dispatched when the touch enters the drop target's bounds. Call
acceptDrag() on the drag and drop manager to allow
the drag to the be dropped on the target.
Event Object Type: feathers.events.DragDropEventDragDropEvent.type property = =feathers.events.DragDropEvent.DRAG_EXIT
Dispatched when the touch exits the drop target's bounds or when
the drag is cancelled while the touch is within the drop target's
bounds. Will not be dispatched if the drop target hasn't
accepted the drag.
Event Object Type: feathers.events.DragDropEventDragDropEvent.type property = =feathers.events.DragDropEvent.DRAG_MOVE
Dispatched when the touch moves within the drop target's bounds.
Information on this site is by default visible to everyone within GODPAPER. Please ensure you apply appropriate access controls when posting GODPAPER Confidential information.Copyright © by GODPAPER. All material on this collaboration platform is the property of GODPAPER. Thu Jan 16 2014, 01:11 PM +08:00