com.gargoylesoftware.htmlunit.html
Class HtmlTableDataCell

java.lang.Object
  extended by com.gargoylesoftware.htmlunit.html.DomNode
      extended by com.gargoylesoftware.htmlunit.html.DomNamespaceNode
          extended by com.gargoylesoftware.htmlunit.html.HtmlElement
              extended by com.gargoylesoftware.htmlunit.html.StyledElement
                  extended by com.gargoylesoftware.htmlunit.html.ClickableElement
                      extended by com.gargoylesoftware.htmlunit.html.HtmlTableCell
                          extended by com.gargoylesoftware.htmlunit.html.HtmlTableDataCell
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class HtmlTableDataCell
extends HtmlTableCell

Wrapper for the html element "td"

Version:
$Revision: 1.3 $
Author:
Mike Bowler, David K. Taylor, Christian Sell, Ahmed Ashour
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.gargoylesoftware.htmlunit.html.HtmlElement
HtmlElement.MapEntryWrappingIterator
 
Field Summary
static java.lang.String TAG_NAME
 the HTML tag represented by this element
 
Fields inherited from class com.gargoylesoftware.htmlunit.html.HtmlElement
ATTRIBUTE_NOT_DEFINED, ATTRIBUTE_VALUE_EMPTY
 
Fields inherited from class com.gargoylesoftware.htmlunit.html.DomNode
PROPERTY_ELEMENT, READY_STATE_COMPLETE, READY_STATE_INTERACTIVE, READY_STATE_LOADED, READY_STATE_LOADING, READY_STATE_UNINITIALIZED
 
Method Summary
 java.lang.String getAbbrAttribute()
 Return the value of the attribute "abbr".
 java.lang.String getAlignAttribute()
 Return the value of the attribute "align".
 java.lang.String getAxisAttribute()
 Return the value of the attribute "axis".
 java.lang.String getBgcolorAttribute()
 Return the value of the attribute "bgcolor".
 java.lang.String getCharAttribute()
 Return the value of the attribute "char".
 java.lang.String getCharoffAttribute()
 Return the value of the attribute "charoff".
 java.lang.String getColumnSpanAttribute()
 Return the value of the attribute "colspan".
 java.lang.String getHeadersAttribute()
 Return the value of the attribute "headers".
 java.lang.String getHeightAttribute()
 Return the value of the attribute "height".
 java.lang.String getNoWrapAttribute()
 Return the value of the attribute "nowrap".
 java.lang.String getRowSpanAttribute()
 Return the value of the attribute "rowspan".
 java.lang.String getScopeAttribute()
 Return the value of the attribute "scope".
 java.lang.String getValignAttribute()
 Return the value of the attribute "valign".
 java.lang.String getWidthAttribute()
 Return the value of the attribute "width".
 
Methods inherited from class com.gargoylesoftware.htmlunit.html.HtmlTableCell
getColumnSpan, getEnclosingRow, getRowSpan
 
Methods inherited from class com.gargoylesoftware.htmlunit.html.ClickableElement
click, click, dblClick, dblClick, getLangAttribute, getOnClickAttribute, getOnDblClickAttribute, getOnKeyDownAttribute, getOnKeyPressAttribute, getOnKeyUpAttribute, getOnMouseDownAttribute, getOnMouseMoveAttribute, getOnMouseOutAttribute, getOnMouseOverAttribute, getOnMouseUpAttribute, getTextDirectionAttribute, getXmlLangAttribute
 
Methods inherited from class com.gargoylesoftware.htmlunit.html.StyledElement
getClassAttribute, getIdAttribute, getStyleAttribute, getTitleAttribute
 
Methods inherited from class com.gargoylesoftware.htmlunit.html.HtmlElement
addHtmlAttributeChangeListener, appendChildIfNoneExists, cloneDomNode, fireEvent, fireEvent, getAttributeEntriesIterator, getAttributeValue, getChildElementsIterator, getEnclosingElement, getEnclosingForm, getEnclosingFormOrDie, getEventHandler, getHtmlElementById, getHtmlElementsByAttribute, getHtmlElementsByTagName, getHtmlElementsByTagNames, getId, getNodeName, getNodeType, getOneHtmlElementByAttribute, getTagName, hasHtmlElementWithId, isAttributeDefined, keyDown, keyDown, mouseDown, mouseDown, mouseMove, mouseMove, mouseOut, mouseOut, mouseOver, mouseOver, mouseUp, mouseUp, removeAttribute, removeChild, removeEventHandler, removeHtmlAttributeChangeListener, rightClick, rightClick, setAttributeValue, setEventHandler, setEventHandler, setId, toString
 
Methods inherited from class com.gargoylesoftware.htmlunit.html.DomNamespaceNode
getLocalName, getNamespaceURI, getPrefix, getQualifiedName, setPrefix
 
Methods inherited from class com.gargoylesoftware.htmlunit.html.DomNode
addDomChangeListener, appendDomChild, asText, asXml, getAllHtmlChildElements, getByXPath, getChildIterator, getEndColumnNumber, getEndLineNumber, getFirstDomChild, getLastDomChild, getNextDomSibling, getNodeValue, getPage, getParentDomNode, getPreviousDomSibling, getReadyState, getScriptObject, getStartColumnNumber, getStartLineNumber, insertBefore, remove, removeAllChildren, removeDomChangeListener, replace, setNodeValue, setReadyState, setScriptObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TAG_NAME

public static final java.lang.String TAG_NAME
the HTML tag represented by this element

See Also:
Constant Field Values
Method Detail

getAbbrAttribute

public final java.lang.String getAbbrAttribute()
Return the value of the attribute "abbr". Refer to the HTML 4.01 documentation for details on the use of this attribute.

Returns:
The value of the attribute "abbr" or an empty string if that attribute isn't defined.

getAlignAttribute

public final java.lang.String getAlignAttribute()
Return the value of the attribute "align". Refer to the HTML 4.01 documentation for details on the use of this attribute.

Returns:
The value of the attribute "align" or an empty string if that attribute isn't defined.

getAxisAttribute

public final java.lang.String getAxisAttribute()
Return the value of the attribute "axis". Refer to the HTML 4.01 documentation for details on the use of this attribute.

Returns:
The value of the attribute "axis" or an empty string if that attribute isn't defined.

getBgcolorAttribute

public final java.lang.String getBgcolorAttribute()
Return the value of the attribute "bgcolor". Refer to the HTML 4.01 documentation for details on the use of this attribute.

Returns:
The value of the attribute "bgcolor" or an empty string if that attribute isn't defined.

getCharAttribute

public final java.lang.String getCharAttribute()
Return the value of the attribute "char". Refer to the HTML 4.01 documentation for details on the use of this attribute.

Returns:
The value of the attribute "char" or an empty string if that attribute isn't defined.

getCharoffAttribute

public final java.lang.String getCharoffAttribute()
Return the value of the attribute "charoff". Refer to the HTML 4.01 documentation for details on the use of this attribute.

Returns:
The value of the attribute "charoff" or an empty string if that attribute isn't defined.

getColumnSpanAttribute

public final java.lang.String getColumnSpanAttribute()
Return the value of the attribute "colspan". Refer to the HTML 4.01 documentation for details on the use of this attribute.

Returns:
The value of the attribute "colspan" or an empty string if that attribute isn't defined.

getHeadersAttribute

public final java.lang.String getHeadersAttribute()
Return the value of the attribute "headers". Refer to the HTML 4.01 documentation for details on the use of this attribute.

Returns:
The value of the attribute "headers" or an empty string if that attribute isn't defined.

getHeightAttribute

public final java.lang.String getHeightAttribute()
Return the value of the attribute "height". Refer to the HTML 4.01 documentation for details on the use of this attribute.

Returns:
The value of the attribute "height" or an empty string if that attribute isn't defined.

getNoWrapAttribute

public final java.lang.String getNoWrapAttribute()
Return the value of the attribute "nowrap". Refer to the HTML 4.01 documentation for details on the use of this attribute.

Returns:
The value of the attribute "nowrap" or an empty string if that attribute isn't defined.

getRowSpanAttribute

public final java.lang.String getRowSpanAttribute()
Return the value of the attribute "rowspan". Refer to the HTML 4.01 documentation for details on the use of this attribute.

Returns:
The value of the attribute "rowspan" or an empty string if that attribute isn't defined.

getScopeAttribute

public final java.lang.String getScopeAttribute()
Return the value of the attribute "scope". Refer to the HTML 4.01 documentation for details on the use of this attribute.

Returns:
The value of the attribute "scope" or an empty string if that attribute isn't defined.

getValignAttribute

public final java.lang.String getValignAttribute()
Return the value of the attribute "valign". Refer to the HTML 4.01 documentation for details on the use of this attribute.

Returns:
The value of the attribute "valign" or an empty string if that attribute isn't defined.

getWidthAttribute

public final java.lang.String getWidthAttribute()
Return the value of the attribute "width". Refer to the HTML 4.01 documentation for details on the use of this attribute.

Returns:
The value of the attribute "width" or an empty string if that attribute isn't defined.


Copyright © 2003-2016 AppPerfect Corporation. All Rights Reserved.