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