Class HtmlSearchInput

    • Method Detail

      • isPatternSupported

        protected boolean isPatternSupported()
        Returns if the input element supports pattern validation. Refer to the HTML 5 documentation for details.
        Overrides:
        isPatternSupported in class HtmlTextInput
        Returns:
        if the input element supports pattern validation
      • isMinMaxLengthSupported

        protected boolean isMinMaxLengthSupported()
        Returns if the input element supports maxlength minlength validation. Refer to the HTML 5 documentation for details.
        Overrides:
        isMinMaxLengthSupported in class HtmlTextInput
        Returns:
        if the input element supports pattern validation