Package elemental2.dom
Class RadioNodeList<T>
- java.lang.Object
-
- elemental2.dom.NodeList<T>
-
- elemental2.dom.RadioNodeList<T>
-
- All Implemented Interfaces:
elemental2.core.JsIterable<T>
,jsinterop.base.JsArrayLike<T>
@JsType(isNative=true, namespace="<global>") public class RadioNodeList<T> extends NodeList<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class elemental2.dom.NodeList
NodeList.EntriesJsIteratorIterableTypeParameterArrayUnionType<T>, NodeList.ForEachCallbackFn<T>
-
-
Constructor Summary
Constructors Constructor Description RadioNodeList()
-