public interface HasDragResizeStartHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addDragResizeStartHandler(DragResizeStartHandler handler)
Executed when resize dragging first starts.
|
fireEventHandlerRegistration addDragResizeStartHandler(DragResizeStartHandler handler)
handler - the dragResizeStart handlerHandlerRegistration used to remove this handler