Uses of Class
org.htmlunit.html.HtmlTableRow
Packages that use HtmlTableRow
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.-
Uses of HtmlTableRow in org.htmlunit.html
Methods in org.htmlunit.html that return HtmlTableRowModifier and TypeMethodDescriptionHtmlTableCell.getEnclosingRow()
Returns the table row containing this cell.HtmlTable.getRow
(int index) final HtmlTableRow
HtmlTable.getRowById
(String id) Finds and return the row with the specified id.Methods in org.htmlunit.html that return types with arguments of type HtmlTableRowModifier and TypeMethodDescriptionHtmlTable.getRows()
final List
<HtmlTableRow> TableRowGroup.getRows()
Returns a list of table rows contained in this element.