Interface HasValuesChangedHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
DynamicForm
,PropertySheet
,SearchForm
-
Method Summary
Modifier and TypeMethodDescriptionHandler fired when the entire set of values is replaced, as by a call tosetValues()
,resetValues()
oreditRecord()
.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addValuesChangedHandler
Handler fired when the entire set of values is replaced, as by a call tosetValues()
,resetValues()
oreditRecord()
.Note that it is invalid to call such methods from this handler because doing so would result in an infinite loop.
- Parameters:
handler
- the valuesChanged handler- Returns:
HandlerRegistration
used to remove this handler
-