public class HTMLAreasCollection extends HTMLCollection
Objs.Constructor<T extends Objs>, Objs.Property<T>
length
Modifier | Constructor and Description |
---|---|
protected |
HTMLAreasCollection(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static HTMLAreasCollection |
$as(Object obj) |
void |
add(HTMLElement element)
Adds an element to the areas, controlRange, or options collection.
|
void |
add(HTMLElement element,
double before)
Adds an element to the areas, controlRange, or options collection.
|
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.
|
$get, item, item, item, length, namedItem
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
protected HTMLAreasCollection(Objs.Constructor<?> c, Object js)
public static HTMLAreasCollection $as(Object obj)
public void add(HTMLElement element, HTMLElement before)
public void add(HTMLElement element, double before)
public void add(HTMLElement element)
public void remove(double index)
public void remove()
Copyright © 2018. All rights reserved.