public interface ValuesChangedHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onValuesChanged(ValuesChangedEvent event)
Handler fired when the entire set of values is replaced, as by a call to
DynamicForm.setValues , DynamicForm.resetValues or DynamicForm.editRecord . |
void onValuesChanged(ValuesChangedEvent event)
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.
event
- the event