Interface DragRepositionMoveHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Executed every time the mouse moves while drag-repositioning.
-
Method Details
-
onDragRepositionMove
Executed every time the mouse moves while drag-repositioning. If this method does not CallDragRepositionMoveEvent.cancel()
from withinonDragRepositionMove(com.smartgwt.client.widgets.events.DragRepositionMoveEvent)
, thedragTarget
(or outline ifdragAppearance
is set to "outline") will automatically be moved as appropriate whenever the mouse moves.- Parameters:
event
- the event
-