@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="HTMLFormControlsCollection")
public class HTMLFormControlsCollection
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
HTMLFormControlsCollection() |
| Modifier and Type | Method and Description |
|---|---|
RadioNodeListOrElementUnion |
item(int index) |
int |
length() |
RadioNodeListOrElementUnion |
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.
|
@JsProperty(name="length") public int length()
@Nullable public RadioNodeListOrElementUnion item(int index)
@Nullable public RadioNodeListOrElementUnion namedItem(@Nonnull java.lang.String name)