|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HtmlTableRow | |
---|---|
com.gargoylesoftware.htmlunit.html | Classes specific to HTML pages, particularly the HtmlPage which 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 | |
---|---|
HtmlTableRow |
HtmlTableCell.getEnclosingRow()
Returns the table row containing this cell. |
HtmlTableRow |
HtmlTable.getRow(int index)
|
HtmlTableRow |
HtmlTable.getRowById(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 | |
---|---|
List<HtmlTableRow> |
TableRowGroup.getRows()
Returns a list of table rows contained in this element. |
List<HtmlTableRow> |
HtmlTable.getRows()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |