public class Th extends HTMLTagWithCoreEvents
XMLContainerImpl.sModemContentAndSubtagList| Constructor and Description |
|---|
Th() |
Th(HTMLTag inContent) |
Th(HTMLTag inContent,
Align inAlign) |
Th(String inContent) |
Th(String inContent,
Align inAlign) |
Th(XMLNode inXMLNode) |
appendToOnKeyDown, appendToOnKeyPress, appendToOnKeyUp, appendToOnMouseDown, appendToOnMouseMove, appendToOnMouseUp, getOnClick, getOnDblClick, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUpapplyColorSpec, clone, getClassAttribute, getDraggable, getId, getStyle, initFromXMLNode, removeClass, removeStyleProperty, setAttribute, setAttribute, setDraggable, setStyleColor, toHTML, toHTML, toHTML, toIndentedHTML, toIndentedHTML, toIndentedHTML, toTextaddSubtag, 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, verifyTagNameaddContent, 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, setSubtagsfinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getNamespace, getTagName, hasAttribute, hasAttribute, hasAttributes, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttributes, setNamespace, setTagName, setTagName, toIndentedXML, verifyTagName, verifyTagName, verifyTagName, verifyTagNameaddContent, 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, setSubtagstoIndentedXML, toIndentedXML, toIndentedXML, toXML, toXML, toXMLpublic Th()
public Link addLink(CharSequence inURL)
public Link addLink(CharSequence inURL, String inContent)
public Ul addUnorderedList()
public Th setColSpan(int inValue)
public String getColSpan()
public Th setRowSpan(int inValue)
public String getRowSpan()
public Th setBackgroundColor(HTMLColor inValue)
public Th setBackgroundColor(String inValue)
public Th setBackgroundColor(Color inValue)
public String getBackgroundColor()
public void hr()
public Th setStyle(CharSequence inValue)
public Th setOnClick(String inValue)
setOnClick in class HTMLTagWithCoreEventspublic Th appendToOnClick(String inValue)
appendToOnClick in class HTMLTagWithCoreEventspublic Th setOnDblClick(String inValue)
setOnDblClick in class HTMLTagWithCoreEventspublic Th appendToOnDblClick(String inValue)
appendToOnDblClick in class HTMLTagWithCoreEventspublic Th setOnMouseDown(String inValue)
setOnMouseDown in class HTMLTagWithCoreEventspublic Th setOnMouseMove(String inValue)
setOnMouseMove in class HTMLTagWithCoreEventspublic Th appendToOnMouseOut(String inValue)
appendToOnMouseOut in class HTMLTagWithCoreEventspublic Th setOnMouseOut(String inValue)
setOnMouseOut in class HTMLTagWithCoreEventspublic Th appendToOnMouseOver(String inValue)
appendToOnMouseOver in class HTMLTagWithCoreEventspublic Th setOnMouseOver(String inValue)
setOnMouseOver in class HTMLTagWithCoreEventspublic Th setOnMouseUp(String inValue)
setOnMouseUp in class HTMLTagWithCoreEventspublic Th setOnKeyDown(String inValue)
setOnKeyDown in class HTMLTagWithCoreEventspublic Th setOnKeyPress(String inValue)
setOnKeyPress in class HTMLTagWithCoreEventspublic Th setOnKeyUp(String inValue)
setOnKeyUp in class HTMLTagWithCoreEvents
jataylor@hairyfatguy.com