public class Area extends HTMLTagWithCoreEvents
XMLContainerImpl.sMode
mContentAndSubtagList
Modifier and Type | Method and Description |
---|---|
Area |
setAlt(String inValue) |
Area |
setCoords(String inValue) |
Area |
setHref(String inValue) |
Area |
setOnClick(String inValue) |
Area |
setOnDblClick(String inValue) |
Area |
setOnKeyDown(String inValue) |
Area |
setOnKeyPress(String inValue) |
Area |
setOnKeyUp(String inValue) |
Area |
setOnMouseDown(String inValue) |
Area |
setOnMouseMove(String inValue) |
Area |
setOnMouseOut(String inValue) |
Area |
setOnMouseOver(String inValue) |
Area |
setOnMouseUp(String inValue) |
Area |
setShape(Shape inValue) |
Area |
setTarget(String inValue) |
Area |
setTitle(String inValue) |
appendToOnClick, appendToOnDblClick, appendToOnKeyDown, appendToOnKeyPress, appendToOnKeyUp, appendToOnMouseDown, appendToOnMouseMove, appendToOnMouseOut, appendToOnMouseOver, appendToOnMouseUp, getOnClick, getOnDblClick, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp
addClass, addStyle, applyColorSpec, clone, getClassAttribute, getDraggable, getId, getStyle, initFromXMLNode, removeClass, removeStyleProperty, setAttribute, setAttribute, setClass, setDraggable, setId, setStyle, setStyleColor, toHTML, toHTML, toHTML, toIndentedHTML, toIndentedHTML, toIndentedHTML, toText
addSubtag, addSubtag, addXMLNamespaceDeclaration, compareTo, equals, findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getEndTag, getNamespace, getQualifiedTagName, getStartTag, getTagName, hasAttribute, hasAttribute, hasAttributes, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttributes, setContent, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toIndentedXML, toString, toXML, toXML, toXML, toXML, useDoubleQuotes, verifyTagName, verifyTagName, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getContentPlusSubtagList, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagById, getRequiredSubtagById, getRequiredSubtagByName, getRequiredSubtagByName, getSubtagByAttribute, getSubtagByAttribute, getSubtags, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByClass, getSubtagsByClass, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, hasContentOrSubtags, indexOf, innerHTML, removeSubtag, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByClass, removeSubtagsByClass, removeSubtagsByName, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getNamespace, getTagName, hasAttribute, hasAttribute, hasAttributes, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttributes, setNamespace, setTagName, setTagName, toIndentedXML, verifyTagName, verifyTagName, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagByName, getRequiredSubtagByName, getSubtags, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, indexOf, removeSubtag, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
toIndentedXML, toIndentedXML, toIndentedXML, toXML, toXML, toXML
public Area setOnClick(String inValue)
setOnClick
in class HTMLTagWithCoreEvents
public Area setOnDblClick(String inValue)
setOnDblClick
in class HTMLTagWithCoreEvents
public Area setOnMouseDown(String inValue)
setOnMouseDown
in class HTMLTagWithCoreEvents
public Area setOnMouseMove(String inValue)
setOnMouseMove
in class HTMLTagWithCoreEvents
public Area setOnMouseOut(String inValue)
setOnMouseOut
in class HTMLTagWithCoreEvents
public Area setOnMouseOver(String inValue)
setOnMouseOver
in class HTMLTagWithCoreEvents
public Area setOnMouseUp(String inValue)
setOnMouseUp
in class HTMLTagWithCoreEvents
public Area setOnKeyDown(String inValue)
setOnKeyDown
in class HTMLTagWithCoreEvents
public Area setOnKeyPress(String inValue)
setOnKeyPress
in class HTMLTagWithCoreEvents
public Area setOnKeyUp(String inValue)
setOnKeyUp
in class HTMLTagWithCoreEvents
jataylor@hairyfatguy.com