- All Superinterfaces:
HTMLCollection,JSArrayReader<Element>,JSObject
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(HTMLOptionElement element) voidadd(HTMLOptionElement element, int before) voidadd(HTMLOptionElement element, HTMLElement before) intitem(int index) voidremove(int index) voidset(int index, HTMLOptionElement element) voidsetSelectedIndex(int selectedIndex) Methods inherited from interface org.teavm.jso.core.JSArrayReader
get, getLength
-
Method Details
-
item
- Specified by:
itemin interfaceHTMLCollection
-
namedItem
- Specified by:
namedItemin interfaceHTMLCollection
-
set
-
add
-
add
-
add
-
remove
void remove(int index) -
getSelectedIndex
int getSelectedIndex() -
setSelectedIndex
void setSelectedIndex(int selectedIndex)
-