org.lobobrowser.html.domimpl
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, namedItem
getScriptable, setScriptable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLength, item, namedItem
public static final NodeFilter OPTION_FILTER
public HTMLOptionsCollectionImpl(HTMLElementImpl selectElement)
public void setLength(int length) throws org.w3c.dom.DOMException
HTMLOptionsCollection
setLength
in interface HTMLOptionsCollection
org.w3c.dom.DOMException
- NOT_SUPPORTED_ERR: if setting the length is not allowed by the
implementation.