public interface HasItemChangedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addItemChangedHandler(ItemChangedHandler handler)
Handler fired when there is a changed() event fired on a FormItem within this form.
|
fireEvent
HandlerRegistration addItemChangedHandler(ItemChangedHandler handler)
Fires after the change() handler on the FormItem itself, and only if the item did not cancel the change event and chooses to allow it to propagate to the form as a whole.
handler
- the itemChanged handlerHandlerRegistration
used to remove this handler