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