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