Class HtmlRangeInput

    • Method Detail

      • getMinNumeric

        public double getMinNumeric()
        Returns:
        the min as double
      • getMaxNumeric

        public double getMaxNumeric()
        Returns:
        the max as double
      • getStepNumeric

        public double getStepNumeric()
        Returns:
        the max as double
      • setValueAttribute

        public void setValueAttribute​(java.lang.String newValue)
        Sets the content of the value attribute.
        Overrides:
        setValueAttribute in class HtmlInput
        Parameters:
        newValue - the new value
      • isRequiredSupported

        protected boolean isRequiredSupported()
        Returns whether this element supports the required constraint.
        Overrides:
        isRequiredSupported in class HtmlInput
        Returns:
        whether this element supports the required constraint
      • isValid

        public boolean isValid()
        Returns whether this element satisfies all form validation constraints set.
        Overrides:
        isValid in class HtmlInput
        Returns:
        whether this element satisfies all form validation constraints set