public interface HasDragResizeMoveHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
| com.google.gwt.event.shared.HandlerRegistration | addDragResizeMoveHandler(DragResizeMoveHandler handler)Executed every time the mouse moves while drag-resizing. | 
com.google.gwt.event.shared.HandlerRegistration addDragResizeMoveHandler(DragResizeMoveHandler handler)
DragResizeMoveEvent.cancel() from within DragResizeMoveHandler.onDragResizeMove(com.smartgwt.client.widgets.events.DragResizeMoveEvent), the dragTarget (or outline if dragAppearance is set to "outline") will automatically be moved as
 appropriate whenever the mouse moves.handler - the dragResizeMove handlerHandlerRegistration used to remove this handler