Class DwtDropEvent
Field Detail
action
Action being performed. One of:
{boolean}
doIt
Whether the DnD framework should perform the operation. The application is
responsible for setting this value based on whatever business logic it is
implementing.
<static>
DwtDropEvent.DRAG_DROP
A draggable object has been dropped on the drag target.
<static>
DwtDropEvent.DRAG_ENTER
A draggable object has entered the drop target.
<static>
DwtDropEvent.DRAG_LEAVE
A draggable object has left the drop target.
<static>
DwtDropEvent.DRAG_OP_CHANGED
Drag operation has changed e.g. from move to copy.
operation
Type of drag operation. One of:
srcData
Drag source data. This is the application data associated with the item being dragged.
{DwtControl}
targetControl
Drop target control.
|
||||||||||||||||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:26 GMT-0400 (EDT)
|