|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectice.storm.DynamicObject
ice.pilots.html4.DNode
ice.pilots.html4.DElement
ice.pilots.html4.DHrefElement
ice.pilots.html4.DAreaElement
| 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.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 |
protected DAreaElement(DDocument doc,
int id)
| Method Detail |
public String getAccessKey()
HTMLAreaElement
getAccessKey in interface HTMLAreaElementpublic void setAccessKey(String accessKey)
setAccessKey in interface HTMLAreaElementpublic String getAlt()
HTMLAreaElement
getAlt in interface HTMLAreaElementpublic void setAlt(String alt)
setAlt in interface HTMLAreaElementpublic String getCoords()
HTMLAreaElementshape for the shape of the region. See the
coords attribute definition in HTML 4.0.
getCoords in interface HTMLAreaElementpublic void setCoords(String coords)
setCoords in interface HTMLAreaElementpublic boolean getNoHref()
HTMLAreaElement
getNoHref in interface HTMLAreaElementpublic void setNoHref(boolean noHref)
setNoHref in interface HTMLAreaElementpublic String getShape()
HTMLAreaElementcoords. See the shape attribute definition in HTML 4.0.
getShape in interface HTMLAreaElementpublic void setShape(String shape)
setShape in interface HTMLAreaElementpublic int getTabIndex()
HTMLAreaElement
getTabIndex in interface HTMLAreaElementpublic void setTabIndex(int tabIndex)
setTabIndex in interface HTMLAreaElementpublic String getTarget()
HTMLAreaElement
getTarget in interface HTMLAreaElementpublic void setTarget(String target)
setTarget in interface HTMLAreaElement
public Object getDynamicValue(String name,
DynEnv env)
DynamicObject
getDynamicValue in class DHrefElement
public int setDynamicValue(String name,
Object value,
DynEnv env)
DynamicObject
setDynamicValue in class DHrefElement
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||