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