public interface HasOkClickHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
com.google.gwt.event.shared.HandlerRegistration | 
addOkClickHandler(OkClickHandler handler)
Handle a click on the 'ok' button of this Dialog. 
 | 
com.google.gwt.event.shared.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