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