Class Dialog

    • Constructor Detail

      • Dialog

        public Dialog()
    • Method Detail

      • isOpen

        public boolean isOpen()
        Returns the open of this dialog 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.

      • setOpen

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