| Package | Description |
|---|---|
| org.teavm.jso.dom.html |
| Modifier and Type | Method and Description |
|---|---|
HTMLOptionElement |
HTMLOptionsCollection.item(int index) |
HTMLOptionElement |
HTMLOptionsCollection.namedItem(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLOptionsCollection.add(HTMLOptionElement element) |
void |
HTMLOptionsCollection.add(HTMLOptionElement element,
HTMLElement before) |
void |
HTMLOptionsCollection.add(HTMLOptionElement element,
int before) |
void |
HTMLOptionsCollection.set(int index,
HTMLOptionElement element) |
Copyright © 2015. All rights reserved.