public interface HasEditCompleteHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addEditCompleteHandler(EditCompleteHandler handler)
Notification fired when the okButton is clicked.
|
fireEvent
HandlerRegistration addEditCompleteHandler(EditCompleteHandler handler)
handler
- the editComplete handlerHandlerRegistration
used to remove this handler