Interface PropertyFieldValidator

    • Method Detail

      • validate

        boolean validate​(Object value)
        Validate a field new value
        Parameters:
        value - The value to be validated
        Returns:
        true if valid, false otherwise
      • getValidatorErrorMessage

        String getValidatorErrorMessage()
        Error message used in property editor.
        Returns: