ice.pilots.html4
Class DAreaElement

java.lang.Object
  extended byice.storm.DynamicObject
      extended byice.pilots.html4.DNode
          extended byice.pilots.html4.DElement
              extended byice.pilots.html4.DHrefElement
                  extended byice.pilots.html4.DAreaElement
All Implemented Interfaces:
Cloneable, Element, ElementCSSInlineStyle, EventTarget, HTMLAreaElement, HTMLElement, Node

public class DAreaElement
extends DHrefElement
implements HTMLAreaElement


Field Summary
 
Fields inherited from class ice.pilots.html4.DNode
doc, first, last, next, parent, prev
 
Fields inherited from class ice.storm.DynamicObject
NOT_FOUND, SETD_IGNORE, SETD_NOT_FOUND, SETD_OK
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Constructor Summary
protected DAreaElement(DDocument doc, int id)
           
 
Method Summary
 String getAccessKey()
          A single character access key to give access to the form control.
 String getAlt()
          Alternate text for user agents not rendering the normal content of this element.
 String getCoords()
          Comma-separated list of lengths, defining an active region geometry.
 Object getDynamicValue(String name, DynEnv env)
          Returns the `key' field or Defs.NOT_FOUND if `name' does not exist.
 boolean getNoHref()
          Specifies that this area is inactive, i.e., has no associated action.
 String getShape()
          The shape of the active area.
 int getTabIndex()
          Index that represents the element's position in the tabbing order.
 String getTarget()
          Frame to render the resource in.
 void setAccessKey(String accessKey)
           
 void setAlt(String alt)
           
 void setCoords(String coords)
           
 int setDynamicValue(String name, Object value, DynEnv env)
          Set field `name' to `value'.
 void setNoHref(boolean noHref)
           
 void setShape(String shape)
           
 void setTabIndex(int tabIndex)
           
 void setTarget(String target)
           
 
Methods inherited from class ice.pilots.html4.DHrefElement
getHref, script_toString, setHref
 
Methods inherited from class ice.pilots.html4.DElement
afterClone, attrNameToId, execDynamicMethod, getAttribute, getAttribute, getAttributeAsInt, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getBgColor, getChildViewport, getClassName, getClientLeft, getClientTop, getClientWidth, getColor, getDir, getElementsByTagName, getElementsByTagNameNS, getEmbeddedDocument, getEmbeddedViewHolder, getId, getInnerHTML, getLang, getLocalName, getName, getNamespaceURI, getNodeName, getNodeType, getOuterHTML, getPrefix, getStyle, getSynthetic, getTagName, getTitle, hasAttribute, hasAttributeNS, insertAdjacentHTML, onDAttrValueChange, removeAttribute, removeAttributeNode, removeAttributeNS, removeNode, setAttribute, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setBgColor, setClassName, setColor, setCols, setDir, setId, setInnerHTML, setLang, setName, setOuterHTML, setRows, setTitle, swapDNode, swapNode, toString
 
Methods inherited from class ice.pilots.html4.DNode
addEventListener, appendChild, appendDChild, clone, clone, cloneNode, contains, deleteSlot, dispatchEvent, getAll, getChildNodes, getDAttr, getDAttrCount, getDAttrFromIndex, getDAttrListHead, getDAttrValueOrNull, getDParent, getDynamicScopeParent, getFirstChild, getFirstDChild, getInnerText, getLastChild, getLastDChild, getNameId, getNextDSibling, getNextSibling, getNodeValue, getOuterText, getOwnerDDocument, getOwnerDocument, getParentDNode, getParentNode, getPilot, getPreviousDSibling, getPreviousSibling, getRootDNode, getRootNode, getSlot, hasAttributes, hasChildNodes, hasSlot, insertBefore, insertDChildBefore, isSupported, normalize, removeAllDAttrs, removeChild, removeDAttr, removeDAttr, removeDChild, removeEventListener, replaceChild, replaceDChild, setDAttr, setDAttr, setInnerText, setNodeValue, setOuterText, setParent, setPrefix, setSlot, unlinkAllSlots
 
Methods inherited from class ice.storm.DynamicObject
deleteSlot, getEnumeratableIds, getMethodPropertySource, getScriptDataLock, getScriptWrapper, getSlot, hasSlot, javaReflectionTarget, readOnlySlots, script_toSource, setScriptWrapperIfAbsent, setSlot
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.w3c.dom.html.HTMLAreaElement
getHref, setHref
 
Methods inherited from interface org.w3c.dom.html.HTMLElement
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle
 
Methods inherited from interface org.w3c.dom.Element
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS
 
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix
 

Constructor Detail

DAreaElement

protected DAreaElement(DDocument doc,
                       int id)
Method Detail

getAccessKey

public String getAccessKey()
Description copied from interface: HTMLAreaElement
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0.

Specified by:
getAccessKey in interface HTMLAreaElement

setAccessKey

public void setAccessKey(String accessKey)
Specified by:
setAccessKey in interface HTMLAreaElement

getAlt

public String getAlt()
Description copied from interface: HTMLAreaElement
Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.0.

Specified by:
getAlt in interface HTMLAreaElement

setAlt

public void setAlt(String alt)
Specified by:
setAlt in interface HTMLAreaElement

getCoords

public String getCoords()
Description copied from interface: HTMLAreaElement
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.

Specified by:
getCoords in interface HTMLAreaElement

setCoords

public void setCoords(String coords)
Specified by:
setCoords in interface HTMLAreaElement

getNoHref

public boolean getNoHref()
Description copied from interface: HTMLAreaElement
Specifies that this area is inactive, i.e., has no associated action. See the nohref attribute definition in HTML 4.0.

Specified by:
getNoHref in interface HTMLAreaElement

setNoHref

public void setNoHref(boolean noHref)
Specified by:
setNoHref in interface HTMLAreaElement

getShape

public String getShape()
Description copied from interface: HTMLAreaElement
The shape of the active area. The coordinates are given by coords. See the shape attribute definition in HTML 4.0.

Specified by:
getShape in interface HTMLAreaElement

setShape

public void setShape(String shape)
Specified by:
setShape in interface HTMLAreaElement

getTabIndex

public int getTabIndex()
Description copied from interface: HTMLAreaElement
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.0.

Specified by:
getTabIndex in interface HTMLAreaElement

setTabIndex

public void setTabIndex(int tabIndex)
Specified by:
setTabIndex in interface HTMLAreaElement

getTarget

public String getTarget()
Description copied from interface: HTMLAreaElement
Frame to render the resource in. See the target attribute definition in HTML 4.0.

Specified by:
getTarget in interface HTMLAreaElement

setTarget

public void setTarget(String target)
Specified by:
setTarget in interface HTMLAreaElement

getDynamicValue

public Object getDynamicValue(String name,
                              DynEnv env)
Description copied from class: DynamicObject
Returns the `key' field or Defs.NOT_FOUND if `name' does not exist. Returns `FUNCTION_MARK' if `name' represent a function that can be invoke via execDynamicMethod. Note that returned `null' indicates that value is present but set to null.

Overrides:
getDynamicValue in class DHrefElement

setDynamicValue

public int setDynamicValue(String name,
                           Object value,
                           DynEnv env)
Description copied from class: DynamicObject
Set field `name' to `value'. Use `env' to unwrap `value' to a particular type or store it as is

Overrides:
setDynamicValue in class DHrefElement