public interface HasNoClickHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addNoClickHandler(NoClickHandler handler)
Handle a click on the 'no' button of this Dialog.
|
com.google.gwt.event.shared.HandlerRegistration addNoClickHandler(NoClickHandler handler)
false
. Override to do
something else.handler
- the noClick handlerHandlerRegistration
used to remove this handler