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 AreaElementAreaElement. as(Element elem)Assert that the givenElementis compatible with this class and automatically typecast it.AreaElementDocument. 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.
-