Class HTMLFormControlsCollection

java.lang.Object
org.htmlunit.corejs.javascript.ScriptableObject
All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.Callable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.ExternalArrayData, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class HTMLFormControlsCollection extends HTMLCollection
A JavaScript object for HTMLFormControlsCollection.
See Also:
  • Constructor Details

    • HTMLFormControlsCollection

      public HTMLFormControlsCollection()
      Creates an instance.
  • Method Details