com.gargoylesoftware.htmlunit.html
Class TableRowGroup
java.lang.Object
com.gargoylesoftware.htmlunit.html.DomNode
com.gargoylesoftware.htmlunit.html.DomNamespaceNode
com.gargoylesoftware.htmlunit.html.HtmlElement
com.gargoylesoftware.htmlunit.html.StyledElement
com.gargoylesoftware.htmlunit.html.ClickableElement
com.gargoylesoftware.htmlunit.html.TableRowGroup
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
- Direct Known Subclasses:
- HtmlTableBody, HtmlTableFooter, HtmlTableHeader
public abstract class TableRowGroup
- extends ClickableElement
Wrapper for the html element "tfoot".
- Version:
- $Revision: 1.3 $
- Author:
- Mike Bowler, David K. Taylor, Christian Sell, Ahmed Ashour
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getAlignAttribute()
Return the value of the attribute "align". |
java.lang.String |
getCharAttribute()
Return the value of the attribute "char". |
java.lang.String |
getCharoffAttribute()
Return the value of the attribute "charoff". |
java.util.List |
getRows()
Return a list of table rows contained in this element |
java.lang.String |
getValignAttribute()
Return the value of the attribute "valign". |
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.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.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 |
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.
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.
getRows
public final java.util.List getRows()
- Return a list of table rows contained in this element
- Returns:
- a list of table rows
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.
Copyright © 2003-2009 AppPerfect Corporation. All Rights Reserved.