Class HTMLOptGroupElementImpl

All Implemented Interfaces:
Cloneable, Element, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLOptGroupElement, Node, NodeList, TypeInfo

public class HTMLOptGroupElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLOptGroupElement
See Also:
  • Constructor Details

    • HTMLOptGroupElementImpl

      public HTMLOptGroupElementImpl(HTMLDocumentImpl owner, String name)
      Constructor requires owner document.
      Parameters:
      owner - The owner HTML document
  • Method Details

    • getDisabled

      public boolean getDisabled()
      Specified by:
      getDisabled in interface org.w3c.dom.html.HTMLOptGroupElement
    • setDisabled

      public void setDisabled(boolean disabled)
      Specified by:
      setDisabled in interface org.w3c.dom.html.HTMLOptGroupElement
    • getLabel

      public String getLabel()
      Specified by:
      getLabel in interface org.w3c.dom.html.HTMLOptGroupElement
    • setLabel

      public void setLabel(String label)
      Specified by:
      setLabel in interface org.w3c.dom.html.HTMLOptGroupElement