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) |
itemclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic T namedItem(java.lang.String name)
namedItem in class HTMLCollection<T>