Class HTMLDetailsElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

    public class HTMLDetailsElement
    extends HTMLElement
    The JavaScript object HTMLDetailsElement.
    See Also:
    Serialized Form
    • Constructor Detail

      • HTMLDetailsElement

        public HTMLDetailsElement()
        Creates a new instance.
    • Method Detail

      • isOpen

        public boolean isOpen()
        Returns the open property.
        Returns:
        the open property
      • setOpen

        public void setOpen​(java.lang.Object newValue)
        Sets the open attribute.
        Parameters:
        newValue - the new value to set
      • getName

        public java.lang.String getName()
        Returns the name property.
        Overrides:
        getName in class HTMLElement
        Returns:
        the name property
      • setName

        public void setName​(java.lang.String newValue)
        Sets the name attribute.
        Overrides:
        setName in class HTMLElement
        Parameters:
        newValue - the new value to set