org.w3c.dom.html2
public interface HTMLOptGroupElement extends HTMLElement
See also the Document Object Model (DOM) Level 2 HTML Specification.
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. |