Uses of Interface
org.teavm.jso.dom.html.HTMLOptionElement
Packages that use HTMLOptionElement
-
Uses of HTMLOptionElement in org.teavm.jso.dom.html
Methods in org.teavm.jso.dom.html that return HTMLOptionElementMethods in org.teavm.jso.dom.html with parameters of type HTMLOptionElementModifier and TypeMethodDescriptionvoid
HTMLOptionsCollection.add(HTMLOptionElement element)
void
HTMLOptionsCollection.add(HTMLOptionElement element, int before)
void
HTMLOptionsCollection.add(HTMLOptionElement element, HTMLElement before)
void
HTMLOptionsCollection.set(int index, HTMLOptionElement element)