@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="HTMLCollection")
public class HTMLReadOnlyOptionsCollection
extends HTMLCollection
| Modifier | Constructor and Description |
|---|---|
protected |
HTMLReadOnlyOptionsCollection() |
| Modifier and Type | Method and Description |
|---|---|
@JsNullable HTMLOptionElement |
item(int index)
The HTMLCollection method item() returns the node located at the specified offset into the collection.
|
@JsNullable HTMLOptionElement |
namedItem(java.lang.String name) |
lengthassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic @JsNullable HTMLOptionElement item(int index)
HTMLCollectionitem in class HTMLCollectionpublic @JsNullable HTMLOptionElement namedItem(@Nonnull java.lang.String name)
namedItem in class HTMLCollection