Class JSHTMLOptionsCollection
- java.lang.Object
-
- org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLOptionsCollection
-
- All Implemented Interfaces:
JSObjectFunctions,JS5ObjectFunctions
public abstract class JSHTMLOptionsCollection extends java.lang.Object implements JS5ObjectFunctions
-
-
Field Summary
Fields Modifier and Type Field Description protected JSFunctionconstructorproperty constructorJSHTMLOptionsCollectionprotypeproperty prototype
-
Constructor Summary
Constructors Constructor Description JSHTMLOptionsCollection()Object HTMLOptionsCollection() See also the Document Object Model (DOM) Level 2 Specification
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
-
-
-
Field Detail
-
protype
public JSHTMLOptionsCollection protype
property prototype- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
-
constructor
protected JSFunction constructor
property constructor- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
Function
-
-
Constructor Detail
-
JSHTMLOptionsCollection
public JSHTMLOptionsCollection()
Object HTMLOptionsCollection() See also the Document Object Model (DOM) Level 2 Specification- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
-
-