Class HTMLDetailsElement

All Implemented Interfaces:
Serializable, 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:
  • Constructor Details

    • HTMLDetailsElement

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

    • jsConstructor

      public void jsConstructor()
      JavaScript constructor.
      Overrides:
      jsConstructor in class HTMLElement
    • isOpen

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

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

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

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