Uses of Class
org.htmlunit.html.HtmlTableRow
-
Packages that use HtmlTableRow Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
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 HtmlTableRow Modifier and Type Method Description HtmlTableRow
HtmlTableCell. getEnclosingRow()
Returns the table row containing this cell.HtmlTableRow
HtmlTable. getRow(int index)
HtmlTableRow
HtmlTable. getRowById(java.lang.String id)
Finds and return the row with the specified id.Methods in org.htmlunit.html that return types with arguments of type HtmlTableRow Modifier and Type Method Description java.util.List<HtmlTableRow>
HtmlTable. getRows()
java.util.List<HtmlTableRow>
TableRowGroup. getRows()
Returns a list of table rows contained in this element.
-