Class Progress

    • Constructor Detail

      • Progress

        public Progress()
    • Method Detail

      • getMax

        public java.lang.Integer getMax()
        Returns the max of this progress tag.

        Notice that this attribute refers to the corresponding attribute of the HTML5 specification. Hence, it would still be rendered to client-side as a DOM attribute even if the browser doesn’t support it.

        Since:
        8.5.1
      • setMax

        public void setMax​(java.lang.Integer max)
                    throws WrongValueException
        Sets the max of this progress tag.

        Notice that this attribute refers to the corresponding attribute of the HTML5 specification. Hence, it would still be rendered to client-side as a DOM attribute even if the browser doesn’t support it.

        Throws:
        WrongValueException
        Since:
        8.5.1
      • getValue

        public java.lang.Integer getValue()
        Returns the value of this progress tag.

        Notice that this attribute refers to the corresponding attribute of the HTML5 specification. Hence, it would still be rendered to client-side as a DOM attribute even if the browser doesn’t support it.

        Since:
        8.5.1
      • setValue

        public void setValue​(java.lang.Integer value)
                      throws WrongValueException
        Sets the value of this progress tag.

        Notice that this attribute refers to the corresponding attribute of the HTML5 specification. Hence, it would still be rendered to client-side as a DOM attribute even if the browser doesn’t support it.

        Throws:
        WrongValueException
        Since:
        8.5.1