public class JsHTMLOptionsCollection extends JsHTMLCollection implements HTMLOptionsCollection
Modifier | Constructor and Description |
---|---|
protected |
JsHTMLOptionsCollection() |
Modifier and Type | Method and Description |
---|---|
int |
getSelectedIndex() |
void |
remove(int index) |
void |
setLength(int param_length) |
void |
setSelectedIndex(int param_selectedIndex) |
getLength, item, namedItem
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getLength
item, namedItem
public final void setLength(int param_length)
setLength
in interface HTMLOptionsCollection
public final int getSelectedIndex()
getSelectedIndex
in interface HTMLOptionsCollection
public final void setSelectedIndex(int param_selectedIndex)
setSelectedIndex
in interface HTMLOptionsCollection
public final void remove(int index)
remove
in interface HTMLOptionsCollection
Copyright © 2018. All rights reserved.