public class HTMLOptionsCollectionImpl extends HTMLCollectionImpl
| Constructor and Description |
|---|
HTMLOptionsCollectionImpl(long peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.w3c.dom.html.HTMLOptionElement option,
int index) |
(package private) static void |
addImpl(long peer,
long option,
int index) |
(package private) static HTMLOptionsCollectionImpl |
getImpl(long peer) |
int |
getLength() |
(package private) static int |
getLengthImpl(long peer) |
int |
getSelectedIndex() |
(package private) static int |
getSelectedIndexImpl(long peer) |
org.w3c.dom.Node |
item(int index) |
(package private) static long |
itemImpl(long peer,
int index) |
org.w3c.dom.Node |
namedItem(java.lang.String name) |
(package private) static long |
namedItemImpl(long peer,
java.lang.String name) |
void |
setLength(int value) |
(package private) static void |
setLengthImpl(long peer,
int value) |
void |
setSelectedIndex(int value) |
(package private) static void |
setSelectedIndexImpl(long peer,
int value) |
static HTMLOptionsCollectionImpl getImpl(long peer)
public int getSelectedIndex()
static int getSelectedIndexImpl(long peer)
public void setSelectedIndex(int value)
static void setSelectedIndexImpl(long peer,
int value)
public int getLength()
getLength in interface org.w3c.dom.html.HTMLCollectiongetLength in class HTMLCollectionImplstatic int getLengthImpl(long peer)
public void setLength(int value)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionstatic void setLengthImpl(long peer,
int value)
public org.w3c.dom.Node namedItem(java.lang.String name)
namedItem in interface org.w3c.dom.html.HTMLCollectionnamedItem in class HTMLCollectionImplstatic long namedItemImpl(long peer,
java.lang.String name)
public void add(org.w3c.dom.html.HTMLOptionElement option,
int index)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionstatic void addImpl(long peer,
long option,
int index)
public org.w3c.dom.Node item(int index)
item in interface org.w3c.dom.html.HTMLCollectionitem in class HTMLCollectionImplstatic long itemImpl(long peer,
int index)