Interface SetValueByDisplayValueCallback


public interface SetValueByDisplayValueCallback
  • Method Details

    • execute

      void execute(boolean success, Object value)
      Callback fired when FormItem.setValueByDisplayValue() completes.
      Parameters:
      success - True if the value was successfully set, false otherwise
      value - If success is true, contains the mapped value that was set. If success is false, contains an error message string.