org.lobobrowser.html.domimpl

Class HTMLOptionsCollectionImpl

Implemented Interfaces:
HTMLCollection, HTMLOptionsCollection, ScriptableDelegate

public class HTMLOptionsCollectionImpl
extends DescendentHTMLCollection
implements HTMLOptionsCollection

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

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