org.kde.koala

Class HTMLAreaElement

public class HTMLAreaElement extends HTMLElement

Client-side image map area definition. See the AREA element definition in HTML 4.0.

UNKNOWN: Client-side image map area definition.

Constructor Summary
protected HTMLAreaElement(Class dummy)
HTMLAreaElement()
HTMLAreaElement(HTMLAreaElement other)
HTMLAreaElement(Node other)
Method Summary
StringaccessKey()
A single character access key to give access to the form control.
Stringalt()
Alternate text for user agents not rendering the normal content of this element.
Stringcoords()
Comma-separated list of lengths, defining an active region geometry.
Stringhref()
The URI of the linked resource.
booleannoHref()
Specifies that this area is inactive, i.e., has no associated action.
voidsetAccessKey(String arg1)
see accessKey
voidsetAlt(String arg1)
see alt
voidsetCoords(String arg1)
see coords
voidsetHref(String arg1)
see href
voidsetNoHref(boolean arg1)
see noHref
voidsetShape(String arg1)
see shape
voidsetTabIndex(long arg1)
see tabIndex
voidsetTarget(String arg1)
see target
Stringshape()
The shape of the active area.
longtabIndex()
Index that represents the element's position in the tabbing order.
Stringtarget()
Frame to render the resource in.

Constructor Detail

HTMLAreaElement

protected HTMLAreaElement(Class dummy)

HTMLAreaElement

public HTMLAreaElement()

HTMLAreaElement

public HTMLAreaElement(HTMLAreaElement other)

HTMLAreaElement

public HTMLAreaElement(Node other)

Method Detail

accessKey

public String accessKey()
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0.

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

alt

public String alt()
Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.0.

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

coords

public String coords()
Comma-separated list of lengths, defining an active region geometry. See also shape for the shape of the region. See the coords attribute definition in HTML 4.0.

UNKNOWN: Comma-separated list of lengths, defining an active region geometry.

href

public String href()
The URI of the linked resource. See the href attribute definition in HTML 4.0.

UNKNOWN: The URI of the linked resource.

noHref

public boolean noHref()
Specifies that this area is inactive, i.e., has no associated action. See the nohref attribute definition in HTML 4.0.

UNKNOWN: Specifies that this area is inactive, i.

setAccessKey

public void setAccessKey(String arg1)
see accessKey

UNKNOWN: see accessKey

setAlt

public void setAlt(String arg1)
see alt

UNKNOWN: see alt

setCoords

public void setCoords(String arg1)
see coords

UNKNOWN: see coords

setHref

public void setHref(String arg1)
see href

UNKNOWN: see href

setNoHref

public void setNoHref(boolean arg1)
see noHref

UNKNOWN: see noHref

setShape

public void setShape(String arg1)
see shape

UNKNOWN: see shape

setTabIndex

public void setTabIndex(long arg1)
see tabIndex

UNKNOWN: see tabIndex

setTarget

public void setTarget(String arg1)
see target

UNKNOWN: see target

shape

public String shape()
The shape of the active area. The coordinates are given by coords . See the shape attribute definition in HTML 4.0.

UNKNOWN: The shape of the active area.

tabIndex

public long tabIndex()
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.0.

UNKNOWN: Index that represents the element's position in the tabbing order.

target

public String target()
Frame to render the resource in. See the target attribute definition in HTML 4.0.

UNKNOWN: Frame to render the resource in.