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