Class DwtDragBox
Application developers instantiate DwtDragBox and register it with the control which is to be draggable (via DwtControl.setDragBox). The application should then register a listener with the DwtDragBox. This way when drag events occur the application will be notified and may act on them accordingly. Defined in: DwtDragBox.js.
Method Detail
addDragListener(dragBoxListener)
Registers a listener for DwtDragEvent events.
removeDragListener(dragBoxListener)
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:25 GMT-0400 (EDT)
|