public interface HasOkClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addOkClickHandler(OkClickHandler handler)
Handle a click on the 'ok' button of this Dialog.
|
fireEvent
HandlerRegistration addOkClickHandler(OkClickHandler handler)
saveData()
, hide the
Dialog, then return true
. Override to do something else.handler
- the okClick handlerHandlerRegistration
used to remove this handler