Class Validation.ValidationMethod.Open

  • Enclosing class:
    Validation.ValidationMethod

    public static final class Validation.ValidationMethod.Open
    extends Validation.ValidationMethod
    For "list-single" or "list-multi", to indicate that the user may enter a custom value (matching the datatype constraints) or choose from the predefined values.

    This validation method applies to "text-multi" differently; it hints that each value for a "text-multi" field shall be validated separately. This effectively turns "text-multi" fields into an open-ended "list-multi", with no options and all values automatically selected.

    • Constructor Detail

      • Open

        public Open()
    • Method Detail

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object