public class NodeList<T> extends java.lang.Object implements JsIterable<T>, JsArrayLike<T>
Modifier and Type | Class and Description |
---|---|
static interface |
NodeList.ForEachCallbackFn<T> |
Modifier and Type | Field and Description |
---|---|
int |
length |
Constructor and Description |
---|
NodeList() |
Modifier and Type | Method and Description |
---|---|
<T> void |
forEach(NodeList.ForEachCallbackFn<T> callback) |
<T,S> void |
forEach(NodeList.ForEachCallbackFn<T> callback,
S thisobj) |
T |
item(int index) |
public <T,S> void forEach(NodeList.ForEachCallbackFn<T> callback, S thisobj)
public <T> void forEach(NodeList.ForEachCallbackFn<T> callback)
public T item(int index)