public class HTMLFormControlsCollection<T> extends HTMLCollection<T> implements JsArrayLike<T>
length
Constructor and Description |
---|
HTMLFormControlsCollection() |
Modifier and Type | Method and Description |
---|---|
T |
namedItem(java.lang.String name) |
item
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public T namedItem(java.lang.String name)
namedItem
in class HTMLCollection<T>