|
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||||
Represents an HTML table.
| Method Summary | |
TableCell |
cell(int rowIndex,
int cellIndex)
Returns table cell by row and cell index. |
TableCell |
cellByText(java.lang.String textInCell)
Returns table cell having specified text. |
TableRow |
row(int rowIndex)
Returns table row by index. |
TableRow[] |
rows()
Returns table rows. |
int |
rowsNum()
Returns number of rows in this 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 TableRow[] rows()
public TableRow row(int rowIndex)
throws LookupException
rowIndex - index of a row in table, starting from zero
LookupException - if row does not exist
public TableCell cell(int rowIndex,
int cellIndex)
rowIndex - index of a row in table, starting from zerocellIndex - index of a cell in table, starting from zero
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 rowsNum()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||