org.kde.koala
public class HTMLOptGroupElement extends HTMLElement
UNKNOWN: Group options together in logical subdivisions.
| Constructor Summary | |
|---|---|
| protected | HTMLOptGroupElement(Class dummy) |
| HTMLOptGroupElement() | |
| HTMLOptGroupElement(HTMLOptGroupElement other) | |
| HTMLOptGroupElement(Node other) | |
| Method Summary | |
|---|---|
| boolean | disabled()
The control is unavailable in this context. |
| String | label()
Assigns a label to this option group. |
| void | setDisabled(boolean arg1)
see disabled |
| void | setLabel(String arg1)
see label |
UNKNOWN: The control is unavailable in this context.
UNKNOWN: Assigns a label to this option group.
UNKNOWN: see disabled
UNKNOWN: see label