@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="HTMLFormControlsCollection")
public class HTMLFormControlsCollection
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
HTMLFormControlsCollection() |
| Modifier and Type | Method and Description |
|---|---|
@JsNonNull HTMLFormControl |
item(int index) |
int |
length() |
@JsNonNull HTMLFormControl |
namedItem(java.lang.String name)
The HTMLFormControlsCollection.namedItem() method returns the RadioNodeList or the Element in the collection whose name or id match the specified name, or null if no node matches.
|
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 @JsNonNull HTMLFormControl item(int index)
public @JsNonNull HTMLFormControl namedItem(@Nonnull java.lang.String name)