Interface ValuesChangedHandler

All Superinterfaces:
EventHandler

public interface ValuesChangedHandler extends EventHandler
  • Method Details

    • onValuesChanged

      void onValuesChanged(ValuesChangedEvent event)
      Handler fired when the entire set of values is replaced, as by a call to 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.

      Parameters:
      event - the event