public class

AreaElement

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.AreaElement

Class Overview

Client-side image map area definition.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.dom.client.Node
Protected Constructors
AreaElement()
Public Methods
static AreaElement as(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
final String getAccessKey()
A single character access key to give access to the form control.
final String getAlt()
Alternate text for user agents not rendering the normal content of this element.
final String getCoords()
Comma-separated list of lengths, defining an active region geometry.
final String getHref()
The URI of the linked resource.
final String getShape()
The shape of the active area.
final String getTarget()
Frame to render the resource in.
final void setAccessKey(String accessKey)
A single character access key to give access to the form control.
final void setAlt(String alt)
Alternate text for user agents not rendering the normal content of this element.
final void setCoords(String coords)
Comma-separated list of lengths, defining an active region geometry.
final void setHref(String href)
The URI of the linked resource.
final void setShape(String shape)
The shape of the active area.
final void setTarget(String target)
Frame to render the resource in.
[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 AreaElement ()

Public Methods

public static AreaElement as (Element elem)

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

public final String getAccessKey ()

A single character access key to give access to the form control.

public final String getAlt ()

Alternate text for user agents not rendering the normal content of this element.

public final String getCoords ()

Comma-separated list of lengths, defining an active region geometry. See also shape for the shape of the region.

public final String getHref ()

The URI of the linked resource.

public final String getShape ()

The shape of the active area. The coordinates are given by coords.

public final String getTarget ()

Frame to render the resource in.

public final void setAccessKey (String accessKey)

A single character access key to give access to the form control.

public final void setAlt (String alt)

Alternate text for user agents not rendering the normal content of this element.

public final void setCoords (String coords)

Comma-separated list of lengths, defining an active region geometry. See also shape for the shape of the region.

public final void setHref (String href)

The URI of the linked resource.

public final void setShape (String shape)

The shape of the active area. The coordinates are given by coords.

public final void setTarget (String target)

Frame to render the resource in.