Package | Description |
---|---|
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
Modifier and Type | Method and Description |
---|---|
static AreaElement |
AreaElement.as(Element elem)
Assert that the given
Element is compatible with this class and
automatically typecast it. |
AreaElement |
Document.createAreaElement()
Creates an <area> element.
|
Modifier and Type | Method and Description |
---|---|
NodeList<AreaElement> |
MapElement.getAreas()
The list of areas defined for the image map.
|