public class

MapElement

extends Element
java.lang.Object
   ↳ com.google.gwt.core.client.JavaScriptObject
     ↳ com.google.gwt.dom.client.Node
       ↳ com.google.gwt.dom.client.Element
         ↳ com.google.gwt.dom.client.MapElement

Class Overview

Client-side image map.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.dom.client.Node
Protected Constructors
MapElement()
Public Methods
static MapElement as(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
final NodeList<AreaElement> getAreas()
The list of areas defined for the image map.
final String getName()
Names the map (for use with usemap).
final void setName(String name)
Names the map (for use with usemap).
[Expand]
Inherited Methods
From class com.google.gwt.dom.client.Element
From class com.google.gwt.dom.client.Node
From class com.google.gwt.core.client.JavaScriptObject
From class java.lang.Object

Protected Constructors

protected MapElement ()

Public Methods

public static MapElement as (Element elem)

Assert that the given Element is compatible with this class and automatically typecast it.

public final NodeList<AreaElement> getAreas ()

The list of areas defined for the image map.

public final String getName ()

Names the map (for use with usemap).

public final void setName (String name)

Names the map (for use with usemap).