public interface

HTMLOptGroupElement

implements HTMLElement
org.w3c.dom.html.HTMLOptGroupElement

Class Overview

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

See also the Document Object Model (DOM) Level 2 Specification.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract boolean getDisabled()
The control is unavailable in this context.
abstract String getLabel()
Assigns a label to this option group.
abstract void setDisabled(boolean disabled)
abstract void setLabel(String label)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract boolean getDisabled ()

The control is unavailable in this context. See the disabled attribute definition in HTML 4.0.

public abstract String getLabel ()

Assigns a label to this option group. See the label attribute definition in HTML 4.0.

public abstract void setDisabled (boolean disabled)

public abstract void setLabel (String label)