Class Details

    • Constructor Detail

      • Details

        public Details()
    • Method Detail

      • isOpen

        public boolean isOpen()
        Returns the open of this details 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
      • setOpen

        public void setOpen​(boolean open)
                     throws WrongValueException
        Sets the open of this details 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