Class DwtDragSource
Application developers instantiate DwtDragSource and register it with the control which is to be draggable (via DwtControl.setDragSource). The application should then register a listener with the DwtDragSource. This way when drag events occur the application will be notified and may act on them accordingly Defined in: DwtDragSource.js.
Class Detail
DwtDragSource(supportedOps)
Author: Ross Dargahi.
Method Detail
addDragListener(dragSourceListener)
Registers a listener for DwtDragEvent events.
removeDragListener(dragSourceListener)
Removes a registered event listener.
{string}
toString()
Returns a string representation of this object.
|
||||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:26 GMT-0400 (EDT)
|