public class HTMLFormControlsCollection<T> extends HTMLCollection<T>
length| Constructor and Description |
|---|
HTMLFormControlsCollection() |
| Modifier and Type | Method and Description |
|---|---|
T |
namedItem(java.lang.String name) |
itempublic T namedItem(java.lang.String name)
namedItem in class HTMLCollection<T>