|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.Node
org.kde.koala.Element
org.kde.koala.HTMLElement
org.kde.koala.HTMLAreaElement
public class HTMLAreaElement
Client-side image map area definition. See the AREA element definition in HTML 4.0.
Constructor Summary | |
---|---|
|
HTMLAreaElement()
|
protected |
HTMLAreaElement(java.lang.Class dummy)
|
|
HTMLAreaElement(HTMLAreaElement other)
|
|
HTMLAreaElement(Node other)
|
Method Summary | |
---|---|
java.lang.String |
accessKey()
A single character access key to give access to the form control. |
java.lang.String |
alt()
Alternate text for user agents not rendering the normal content of this element. |
java.lang.String |
coords()
Comma-separated list of lengths, defining an active region geometry. |
java.lang.String |
href()
The URI of the linked resource. |
boolean |
noHref()
Specifies that this area is inactive, i.e., has no associated action. |
void |
setAccessKey(java.lang.String arg1)
see accessKey |
void |
setAlt(java.lang.String arg1)
see alt |
void |
setCoords(java.lang.String arg1)
see coords |
void |
setHref(java.lang.String arg1)
see href |
void |
setNoHref(boolean arg1)
see noHref |
void |
setShape(java.lang.String arg1)
see shape |
void |
setTabIndex(long arg1)
see tabIndex |
void |
setTarget(java.lang.String arg1)
see target |
java.lang.String |
shape()
The shape of the active area. |
long |
tabIndex()
Index that represents the element's position in the tabbing order. |
java.lang.String |
target()
Frame to render the resource in. |
Methods inherited from class org.kde.koala.HTMLElement |
---|
addCSSProperty, all, assignOther, children, className, dir, id, innerHTML, innerText, lang, removeCSSProperty, setClassName, setDir, setId, setInnerHTML, setInnerText, setLang, setTitle, title |
Methods inherited from class org.kde.koala.Node |
---|
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected HTMLAreaElement(java.lang.Class dummy)
public HTMLAreaElement()
public HTMLAreaElement(HTMLAreaElement other)
public HTMLAreaElement(Node other)
Method Detail |
---|
public java.lang.String accessKey()
public void setAccessKey(java.lang.String arg1)
public java.lang.String alt()
public void setAlt(java.lang.String arg1)
public java.lang.String coords()
shape
for the shape of the
region. See the
coords attribute definition in HTML 4.0.
public void setCoords(java.lang.String arg1)
public java.lang.String href()
public void setHref(java.lang.String arg1)
public boolean noHref()
public void setNoHref(boolean arg1)
public java.lang.String shape()
coords
. See the
shape attribute definition in HTML 4.0.
public void setShape(java.lang.String arg1)
public long tabIndex()
public void setTabIndex(long arg1)
public java.lang.String target()
public void setTarget(java.lang.String arg1)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |