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.
|
fireEventHandlerRegistration addCancelClickHandler(CancelClickHandler handler)
handler - the cancelClick handlerHandlerRegistration used to remove this handler