Class HTMLOptGroupElementImpl

    • Constructor Detail

      • HTMLOptGroupElementImpl

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

      • 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