org.kde.koala
Class HTMLAreaElement

java.lang.Object
  extended by org.kde.koala.Node
      extended by org.kde.koala.Element
          extended by org.kde.koala.HTMLElement
              extended by org.kde.koala.HTMLAreaElement
All Implemented Interfaces:
org.kde.qt.QtSupport

public class HTMLAreaElement
extends HTMLElement

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.Element
contentEditable, form, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, isHTMLElement, khtmlMalformedPrefix, khtmlMalformedQualifiedName, khtmlValidAttrName, khtmlValidPrefix, khtmlValidQualifiedName, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setContentEditable, style, tagName
 
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

HTMLAreaElement

protected HTMLAreaElement(java.lang.Class dummy)

HTMLAreaElement

public HTMLAreaElement()

HTMLAreaElement

public HTMLAreaElement(HTMLAreaElement other)

HTMLAreaElement

public HTMLAreaElement(Node other)
Method Detail

accessKey

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


setAccessKey

public void setAccessKey(java.lang.String arg1)
see accessKey


alt

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


setAlt

public void setAlt(java.lang.String arg1)
see alt


coords

public java.lang.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.


setCoords

public void setCoords(java.lang.String arg1)
see coords


href

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


setHref

public void setHref(java.lang.String arg1)
see href


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.


setNoHref

public void setNoHref(boolean arg1)
see noHref


shape

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


setShape

public void setShape(java.lang.String arg1)
see shape


tabIndex

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


setTabIndex

public void setTabIndex(long arg1)
see tabIndex


target

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


setTarget

public void setTarget(java.lang.String arg1)
see target