public interface HasValuesChangedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addValuesChangedHandler(ValuesChangedHandler handler)
Handler fired when the entire set of values is replaced, as by a call to
DynamicForm.setValues() , DynamicForm.resetValues() or DynamicForm.editRecord() . |
fireEvent
HandlerRegistration addValuesChangedHandler(ValuesChangedHandler handler)
DynamicForm.setValues()
, DynamicForm.resetValues()
or DynamicForm.editRecord()
. Note that it is invalid to call such methods from this handler because doing so would result in an infinite loop.
handler
- the valuesChanged handlerHandlerRegistration
used to remove this handler