GWT 2.7.0

Uses of Class
com.google.gwt.dom.client.AreaElement

Packages that use AreaElement
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
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.
 

Methods in com.google.gwt.dom.client that return types with arguments of type AreaElement
 NodeList<AreaElement> MapElement.getAreas()
          The list of areas defined for the image map.
 


GWT 2.7.0