public class HTMLOptionsCollectionImpl extends DescendentHTMLCollection implements HTMLOptionsCollection
| Modifier and Type | Field and Description |
|---|---|
static NodeFilter |
OPTION_FILTER |
| Constructor and Description |
|---|
HTMLOptionsCollectionImpl(HTMLElementImpl selectElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
setLength(int length)
This attribute specifies the length or size of the list.
|
getLength, indexOf, item, namedItemgetScriptable, setScriptableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLength, item, namedItempublic static final NodeFilter OPTION_FILTER
public HTMLOptionsCollectionImpl(HTMLElementImpl selectElement)
public void setLength(int length)
throws org.w3c.dom.DOMException
HTMLOptionsCollectionsetLength in interface HTMLOptionsCollectionorg.w3c.dom.DOMException - NOT_SUPPORTED_ERR: if setting the length is not allowed by the
implementation.