@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="HTMLAllCollection")
public class HTMLAllCollection
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
HTMLAllCollection() |
| Modifier and Type | Method and Description |
|---|---|
@JsNonNull Element |
getAt(int index) |
@JsNullable HTMLAllCollectionItem |
item() |
@JsNullable HTMLAllCollectionItem |
item(java.lang.String nameOrIndex) |
int |
length() |
@JsNullable HTMLAllCollectionItem |
namedItem(java.lang.String name) |
assign, 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_, values@JsProperty(name="length") public int length()
public @JsNullable HTMLAllCollectionItem item(@Nonnull java.lang.String nameOrIndex)
public @JsNullable HTMLAllCollectionItem item()
public @JsNullable HTMLAllCollectionItem namedItem(@Nonnull java.lang.String name)
@JsOverlay public final @JsNonNull Element getAt(int index)