public class HTMLAreasCollection extends HTMLCollection
Modifier and Type | Field and Description |
---|---|
static HTMLAreasCollection |
prototype |
length
constructor
Constructor and Description |
---|
HTMLAreasCollection() |
Modifier and Type | Method and Description |
---|---|
void |
add(HTMLElement element)
Adds an element to the areas, controlRange, or options collection.
|
void |
add(HTMLElement element,
double before) |
void |
add(HTMLElement element,
HTMLElement before)
Adds an element to the areas, controlRange, or options collection.
|
void |
remove()
Removes an element from the collection.
|
void |
remove(double index)
Removes an element from the collection.
|
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static HTMLAreasCollection prototype
public void add(HTMLElement element, HTMLElement before)
public void add(HTMLElement element, double before)
public void remove(double index)
public void add(HTMLElement element)
public void remove()