| Package | Description |
|---|---|
| org.jboss.arquillian.graphene.component.object.api.table |
| Modifier and Type | Method and Description |
|---|---|
<T> Cell<T> |
Row.getCell(Column<T> column) |
<T> Cell<T> |
TableComponent.getCell(Row row,
Column<T> column)
Returns the particular cell, the cell with coordinations determined by given row and column.
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<Cell<T>> |
TableComponent.findCells(CellFunction<T> function) |
List<Cell<T>> |
Column.getAllCells() |
List<Cell<?>> |
Row.getAllCells() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CellFunction.accept(Cell<T> cell) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.