Package elemental2.dom
Class HTMLFormControlsCollection<T>
- java.lang.Object
-
- elemental2.dom.HTMLCollection<T>
-
- elemental2.dom.HTMLFormControlsCollection<T>
-
- All Implemented Interfaces:
elemental2.core.JsIterable<T>
,jsinterop.base.JsArrayLike<T>
,jsinterop.base.JsPropertyMap<T>
@JsType(isNative=true, namespace="<global>") public class HTMLFormControlsCollection<T> extends HTMLCollection<T> implements jsinterop.base.JsArrayLike<T>
-
-
Field Summary
-
Fields inherited from class elemental2.dom.HTMLCollection
length
-
-
Constructor Summary
Constructors Constructor Description HTMLFormControlsCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
namedItem(java.lang.String name)
-
Methods inherited from class elemental2.dom.HTMLCollection
item
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
namedItem
public T namedItem(java.lang.String name)
- Overrides:
namedItem
in classHTMLCollection<T>
-
-