|
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||||
Represents HTML table row (tr element).
| Method Summary | |
TableCell |
cell(int cellIndex)
Returns cell by its index. |
TableCell |
cellByText(java.lang.String textInCell)
Returns cell in this row having specified text. |
TableCell[] |
cells()
Returns cells within this row. |
int |
cellsNum()
Returns number of cells in this row. |
int |
rowNum()
Returns this row number in a table. |
| Methods inherited from interface com.actimind.actiwate.testing.html.objects.BaseElement |
element, id |
| Methods inherited from interface com.actimind.actiwate.testing.logging.Loggable |
getLogDesc |
| Method Detail |
public TableCell[] cells()
public TableCell cell(int cellIndex)
throws LookupException
cellIndex - number of cell in this row
LookupException - if cell does not exist
public TableCell cellByText(java.lang.String textInCell)
throws LookupException
textInCell - text contained in a cell
LookupException - if there are no cells having specified text.public int cellsNum()
public int rowNum()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||