@JsType(isNative=true, name="HTMLOptionsCollection", namespace="<global>") public class HTMLOptionsCollection extends HTMLCollection<HTMLOptionElement>
Constructor and Description |
---|
HTMLOptionsCollection() |
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
HTMLOptionElement |
item(int index) |
HTMLOptionElement |
namedItem(String name) |
@JsProperty public int getLength()
getLength
in class HTMLCollection<HTMLOptionElement>
public HTMLOptionElement item(int index)
item
in class HTMLCollection<HTMLOptionElement>
public HTMLOptionElement namedItem(String name)
namedItem
in class HTMLCollection<HTMLOptionElement>
Copyright © 2018 Xalys. All rights reserved.