public interface HasChangedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addChangedHandler(ChangedHandler handler)
Called when a FormItem's value has been changed as the result of user interaction.
|
fireEventHandlerRegistration addChangedHandler(ChangedHandler handler)
handler - the changed handlerHandlerRegistration used to remove this handler