public interface HasCancelClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addCancelClickHandler(CancelClickHandler handler)
Handle a click on the 'cancel' button of this Dialog.
|
fireEvent
HandlerRegistration addCancelClickHandler(CancelClickHandler handler)
handler
- the cancelClick handlerHandlerRegistration
used to remove this handler