Class Ol

    • Constructor Detail

      • Ol

        public Ol()
    • Method Detail

      • isReversed

        public boolean isReversed()
        Returns the reversed of this ol 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.0.3
      • setReversed

        public void setReversed​(boolean reversed)
                         throws WrongValueException
        Sets the reversed of this ol 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.0.3
      • getStart

        public java.lang.Integer getStart()
        Returns the start of this ol 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.0.3
      • setStart

        public void setStart​(java.lang.Integer start)
                      throws WrongValueException
        Sets the start of this ol 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.0.3
      • getType

        public java.lang.String getType()
        Returns the type of this ol tag.
        Since:
        8.0.3