| Package | Description |
|---|---|
| org.jboss.arquillian.graphene.component.object.api.table |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Footer
Represents the footer of the column or row.
|
interface |
Header
Represents the header of the column or row.
|
| Modifier and Type | Method and Description |
|---|---|
Row |
TableComponent.getFirstRow()
Returns the first row of the table, the header row if available, is not counted.
|
Row |
TableComponent.getLastRow()
Returns the last row of the table, the footer row if available, is not counted.
|
Row |
TableComponent.getRow(int order)
Returns the row with the order determined by given param
order. |
Row |
Cell.whichRow() |
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
TableComponent.findRow(RowFunction function) |
List<Row> |
TableComponent.getAllRows() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RowFunction.accept(Row row) |
<T> Cell<T> |
TableComponent.getCell(Row row,
Column<T> column)
Returns the particular cell, the cell with coordinations determined by given row and column.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.