Interface ValuesChangedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Handler fired when the entire set of values is replaced, as by a call tosetValues()
,resetValues()
oreditRecord()
.
-
Method Details
-
onValuesChanged
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:
event
- the event
-