All Downloads are FREE. Search and download functionalities are using the official Maven repository.

def.dom.HTMLAreasCollection Maven / Gradle / Ivy

The newest version!
package def.dom;
public class HTMLAreasCollection extends HTMLCollection {
    /**
      * Adds an element to the areas, controlRange, or options collection.
      */
    native public void add(HTMLElement element, HTMLElement before);
    native public void add(HTMLElement element, double before);
    /**
      * Removes an element from the collection.
      */
    native public void remove(double index);
    public static HTMLAreasCollection prototype;
    public HTMLAreasCollection(){}
    /**
      * Adds an element to the areas, controlRange, or options collection.
      */
    native public void add(HTMLElement element);
    /**
      * Removes an element from the collection.
      */
    native public void remove();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy