Interface DragResizeMoveHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidExecuted every time the mouse moves while drag-resizing.
- 
Method Details- 
onDragResizeMoveExecuted 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 ifdragAppearanceis set to "outline") will automatically be moved as appropriate whenever the mouse moves.- Parameters:
- event- the event
 
 
-