public class Td extends HTMLTagWithCoreEvents
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
Td() |
Td(HTMLNode inContent) |
Td(HTMLNode inContent,
Align inAlign) |
Td(String inContent) |
Td(String inContent,
Align inAlign) |
Td(XMLNode inXMLNode) |
appendToOnClick, appendToOnDblClick, appendToOnKeyDown, appendToOnKeyPress, appendToOnKeyUp, appendToOnMouseDown, appendToOnMouseMove, appendToOnMouseUp, getOnClick, getOnDblClick, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp
applyColorSpec, clone, getClassAttribute, getDraggable, getId, getStyle, initFromXMLNode, removeClass, removeStyleProperty, setAttribute, setAttribute, setDraggable, 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 Td()
public ImageMap addImageMap()
public void addImageMap(ImageMap inValue)
public Link addLink(CharSequence inURL)
public Link addLink(CharSequence inURL, String inContent)
public Link addLink(CharSequence inURL, HTMLTag inContent)
public Ul addUnorderedList()
public InputButton addButton()
public InputButton addButton(String inName, String inValue)
public InputSubmit addSubmit()
public InputSubmit addSubmit(String inName, String inValue)
public Textarea addTextarea()
public Textarea addTextarea(String inName, String inValue)
public InputText addTextInput()
public InputText addTextInput(String inName, String inValue)
public InputPassword addPasswordInput()
public InputPassword addPasswordInput(String inName, String inValue)
public InputCheckbox addCheckbox(String inName, String inValue)
public InputCheckbox addCheckbox(String inName, String inValue, boolean checked)
public InputRadio addRadio(String inName, String inValue)
public InputRadio addRadio(String inName, String inValue, boolean checked)
public InputReset addReset()
public InputFile addFileInput()
public InputFile addFileInput(String inName)
public InputFile addFileInput(String inName, String inValue)
public Td setColSpan(int inValue)
public String getColSpan()
public Td setRowSpan(int inValue)
public String getRowSpan()
public Td setBackgroundColor(HTMLColor inValue)
public Td setBackgroundColor(Color inValue)
public Td setBackgroundColor(String inValue)
public String getBackgroundColor()
public void hr()
public Td setStyle(CharSequence inValue)
public Td setOnClick(String inValue)
setOnClick
in class HTMLTagWithCoreEvents
public Td setOnDblClick(String inValue)
setOnDblClick
in class HTMLTagWithCoreEvents
public Td setOnMouseDown(String inValue)
setOnMouseDown
in class HTMLTagWithCoreEvents
public Td setOnMouseMove(String inValue)
setOnMouseMove
in class HTMLTagWithCoreEvents
public Td appendToOnMouseOut(String inValue)
appendToOnMouseOut
in class HTMLTagWithCoreEvents
public Td setOnMouseOut(String inValue)
setOnMouseOut
in class HTMLTagWithCoreEvents
public Td appendToOnMouseOver(String inValue)
appendToOnMouseOver
in class HTMLTagWithCoreEvents
public Td setOnMouseOver(String inValue)
setOnMouseOver
in class HTMLTagWithCoreEvents
public Td setOnMouseUp(String inValue)
setOnMouseUp
in class HTMLTagWithCoreEvents
public Td setOnKeyDown(String inValue)
setOnKeyDown
in class HTMLTagWithCoreEvents
public Td setOnKeyPress(String inValue)
setOnKeyPress
in class HTMLTagWithCoreEvents
public Td setOnKeyUp(String inValue)
setOnKeyUp
in class HTMLTagWithCoreEvents
jataylor@hairyfatguy.com