public class Hr extends HTMLTagWithCoreEvents
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
Hr() |
Modifier and Type | Method and Description |
---|---|
Hr |
addClass(java.lang.String inValue) |
Hr |
addStyle(java.lang.String inValue) |
Hr |
appendToOnMouseOut(java.lang.String inValue) |
Hr |
appendToOnMouseOver(java.lang.String inValue) |
Hr |
setClass(java.lang.String inValue) |
Hr |
setId(java.lang.String inValue) |
Hr |
setOnClick(java.lang.String inValue) |
Hr |
setOnDblClick(java.lang.String inValue) |
Hr |
setOnKeyDown(java.lang.String inValue) |
Hr |
setOnKeyPress(java.lang.String inValue) |
Hr |
setOnKeyUp(java.lang.String inValue) |
Hr |
setOnMouseDown(java.lang.String inValue) |
Hr |
setOnMouseMove(java.lang.String inValue) |
Hr |
setOnMouseOut(java.lang.String inValue) |
Hr |
setOnMouseOver(java.lang.String inValue) |
Hr |
setOnMouseUp(java.lang.String inValue) |
Hr |
setSize(int inValue) |
Hr |
setStyle(java.lang.CharSequence inValue) |
Hr |
setWidth(int inValue) |
Hr |
setWidth(java.lang.String inValue) |
appendToOnClick, appendToOnDblClick, appendToOnKeyDown, appendToOnKeyPress, appendToOnKeyUp, appendToOnMouseDown, appendToOnMouseMove, appendToOnMouseUp, getOnClick, getOnDblClick, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp
applyColorSpec, clone, getClassAttribute, getDraggable, getId, getStyle, removeClass, setDraggable, setStyleColor, toHTML, toHTML, toHTML, toIndentedHTML, toIndentedHTML, toIndentedHTML, toText
addSubtag, addSubtag, addXMLNamespaceDeclaration, findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getEndTag, getNamespace, getQualifiedTagName, getStartTag, getTagName, hasAttribute, hasAttribute, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttribute, setAttributes, setContent, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toIndentedXML, toString, toXML, toXML, toXML, toXML, useDoubleQuotes, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getContentPlusSubtagList, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagByName, getRequiredSubtagByName, getSubtagByAttribute, getSubtagByAttribute, getSubtags, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByClass, getSubtagsByClass, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, hasContentOrSubtags, indexOf, innerHTML, removeSubtag, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByClass, removeSubtagsByClass, removeSubtagsByName, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getNamespace, getTagName, hasAttribute, hasAttribute, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttribute, setAttributes, setNamespace, setTagName, toIndentedXML, 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 Hr()
public Hr setOnClick(java.lang.String inValue)
setOnClick
in class HTMLTagWithCoreEvents
public Hr setOnDblClick(java.lang.String inValue)
setOnDblClick
in class HTMLTagWithCoreEvents
public Hr setOnMouseDown(java.lang.String inValue)
setOnMouseDown
in class HTMLTagWithCoreEvents
public Hr setOnMouseMove(java.lang.String inValue)
setOnMouseMove
in class HTMLTagWithCoreEvents
public Hr appendToOnMouseOut(java.lang.String inValue)
appendToOnMouseOut
in class HTMLTagWithCoreEvents
public Hr setOnMouseOut(java.lang.String inValue)
setOnMouseOut
in class HTMLTagWithCoreEvents
public Hr appendToOnMouseOver(java.lang.String inValue)
appendToOnMouseOver
in class HTMLTagWithCoreEvents
public Hr setOnMouseOver(java.lang.String inValue)
setOnMouseOver
in class HTMLTagWithCoreEvents
public Hr setOnMouseUp(java.lang.String inValue)
setOnMouseUp
in class HTMLTagWithCoreEvents
public Hr setOnKeyDown(java.lang.String inValue)
setOnKeyDown
in class HTMLTagWithCoreEvents
public Hr setOnKeyPress(java.lang.String inValue)
setOnKeyPress
in class HTMLTagWithCoreEvents
public Hr setOnKeyUp(java.lang.String inValue)
setOnKeyUp
in class HTMLTagWithCoreEvents
[email protected]