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.
-
getDisabled()
- The control is unavailable in this context.
-
getLabel()
- Assigns a label to this option group.
-
setDisabled(boolean)
-
-
setLabel(String)
-
getDisabled
public abstract boolean getDisabled()
- The control is unavailable in this context. See the disabled attribute definition in HTML 4.0.
setDisabled
public abstract void setDisabled(boolean disabled)
getLabel
public abstract String getLabel()
- Assigns a label to this option group. See the label attribute definition in HTML 4.0.
setLabel
public abstract void setLabel(String label)
All Packages Class Hierarchy This Package Previous Next Index