Class ReferenceValidator

    • Constructor Detail

      • ReferenceValidator

        public ReferenceValidator​(String regexp,
                                  boolean mandatory)
        Manual constructor
        Parameters:
        regexp - The regexp to check or null
        mandatory - Is the value mandatory
      • ReferenceValidator

        public ReferenceValidator​(String regexp,
                                  I18nizableText invalidText,
                                  boolean mandatory)
        Manual constructor
        Parameters:
        regexp - The regexp to check or null
        invalidText - The error text to display
        mandatory - Is the value mandatory
    • Method Detail