Module jdk.xml.dom

Interface HTMLOptGroupElement

    • Method Detail

      • getDisabled

        boolean getDisabled()
        The control is unavailable in this context. See the disabled attribute definition in HTML 4.0.
      • setDisabled

        void setDisabled​(boolean disabled)
      • getLabel

        String getLabel()
        Assigns a label to this option group. See the label attribute definition in HTML 4.0.
      • setLabel

        void setLabel​(String label)