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