org.lobobrowser.html.domimpl

Class HTMLOptionsCollectionImpl

Implemented Interfaces:
HTMLCollection, HTMLOptionsCollection, ScriptableDelegate

public class HTMLOptionsCollectionImpl
extends DescendentHTMLCollection
implements HTMLOptionsCollection

Field Summary

static NodeFilter
OPTION_FILTER

Constructor Summary

HTMLOptionsCollectionImpl(HTMLElementImpl selectElement)

Method Summary

void
setLength(int length)
This attribute specifies the length or size of the list.

Methods inherited from class org.lobobrowser.html.domimpl.DescendentHTMLCollection

getLength, indexOf, item, namedItem

Methods inherited from class org.lobobrowser.js.AbstractScriptableDelegate

getScriptable, setScriptable

Field Details

OPTION_FILTER

public static final NodeFilter OPTION_FILTER

Constructor Details

HTMLOptionsCollectionImpl

public HTMLOptionsCollectionImpl(HTMLElementImpl selectElement)

Method Details

setLength

public void setLength(int length)
            throws DOMException
This attribute specifies the length or size of the list.
Specified by:
setLength in interface HTMLOptionsCollection