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>
  • Constructor Details

    • HTMLFormControlsCollection

      public HTMLFormControlsCollection()
  • Method Details