public interface HasYesClickHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addYesClickHandler(YesClickHandler handler)
Handle a click on the 'yes' button of this Dialog.
|
com.google.gwt.event.shared.HandlerRegistration addYesClickHandler(YesClickHandler handler)
true
. Override to do
something elsehandler
- the yesClick handlerHandlerRegistration
used to remove this handler