org.kde.koala

Class HTMLOptGroupElement

public class HTMLOptGroupElement extends HTMLElement

Group options together in logical subdivisions. See the OPTGROUP element definition in HTML 4.0.

UNKNOWN: Group options together in logical subdivisions.

Constructor Summary
protected HTMLOptGroupElement(Class dummy)
HTMLOptGroupElement()
HTMLOptGroupElement(HTMLOptGroupElement other)
HTMLOptGroupElement(Node other)
Method Summary
booleandisabled()
The control is unavailable in this context.
Stringlabel()
Assigns a label to this option group.
voidsetDisabled(boolean arg1)
see disabled
voidsetLabel(String arg1)
see label

Constructor Detail

HTMLOptGroupElement

protected HTMLOptGroupElement(Class dummy)

HTMLOptGroupElement

public HTMLOptGroupElement()

HTMLOptGroupElement

public HTMLOptGroupElement(HTMLOptGroupElement other)

HTMLOptGroupElement

public HTMLOptGroupElement(Node other)

Method Detail

disabled

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

UNKNOWN: The control is unavailable in this context.

label

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

UNKNOWN: Assigns a label to this option group.

setDisabled

public void setDisabled(boolean arg1)
see disabled

UNKNOWN: see disabled

setLabel

public void setLabel(String arg1)
see label

UNKNOWN: see label