All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.html.HTMLOptGroupElement

public interface HTMLOptGroupElement
extends HTMLElement
Group options together in logical subdivisions. See the OPTGROUP element definition in HTML 4.0.


Method Index

 o getDisabled()
The control is unavailable in this context.
 o getLabel()
Assigns a label to this option group.
 o setDisabled(boolean)
 o setLabel(String)

Methods

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

 o setDisabled
 public abstract void setDisabled(boolean disabled)
 o getLabel
 public abstract String getLabel()
Assigns a label to this option group. See the label attribute definition in HTML 4.0.

 o setLabel
 public abstract void setLabel(String label)

All Packages  Class Hierarchy  This Package  Previous  Next  Index