org.w3c.dom.html
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) |
| void | setLabel(String label) |