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