org.w3c.dom.html2
Interface HTMLOptGroupElement
public
interface
HTMLOptGroupElement
extends HTMLElement
Method Summary |
boolean | getDisabled()
The control is unavailable in this context. |
String | getLabel()
Assigns a label to this option group. |
void | setDisabled(boolean disabled)
The control is unavailable in this context. |
void | setLabel(String label)
Assigns a label to this option group. |
public boolean getDisabled()
The control is unavailable in this context. See the disabled attribute
definition in HTML 4.01.
public String getLabel()
Assigns a label to this option group. See the label attribute definition
in HTML 4.01.
public void setDisabled(boolean disabled)
The control is unavailable in this context. See the disabled attribute
definition in HTML 4.01.
public void setLabel(String label)
Assigns a label to this option group. See the label attribute definition
in HTML 4.01.