Uses of Class
com.gargoylesoftware.htmlunit.html.HtmlTableRow
-
Packages that use HtmlTableRow Package Description com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content. -
-
Uses of HtmlTableRow in com.gargoylesoftware.htmlunit.html
Methods in com.gargoylesoftware.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 com.gargoylesoftware.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.Methods in com.gargoylesoftware.htmlunit.html with parameters of type HtmlTableRow Modifier and Type Method Description protected voidHtmlSerializer. appendTableRow(HtmlSerializer.HtmlSerializerTextBuilder builder, HtmlTableRow htmlTableRow)Deprecated.ProcessHtmlTableRow.Method parameters in com.gargoylesoftware.htmlunit.html with type arguments of type HtmlTableRow Modifier and Type Method Description protected booleanHtmlSerializer. appendTableRows(HtmlSerializer.HtmlSerializerTextBuilder builder, java.util.List<HtmlTableRow> rows, boolean first, TableRowGroup skipParent1, TableRowGroup skipParent2)Deprecated.ProcessHtmlTableRow.
-