Uses of Class
org.htmlunit.html.HtmlTableRow
-
Packages that use HtmlTableRow Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich 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 HtmlTableRowHtmlTableCell. getEnclosingRow()Returns the table row containing this cell.HtmlTableRowHtmlTable. getRow(int index)HtmlTableRowHtmlTable. 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.
-