GridTHTDElement |
GridElement.getCell(int rowIndex,
int colIndex) |
Gets the grid cell for the given row and column index.
|
GridTHTDElement |
GridElement.getCell(int rowIndex,
GridColumnElement column) |
Gets the grid cell for the given row and column.
|
GridTHTDElement |
GridElement.getCell(String contents) |
Finds the first cell inside the rendered range with a text content
matching the given string.
|
GridTHTDElement |
GridTRElement.getCell(GridColumnElement column) |
Gets the cell for the given column in this row.
|
GridTHTDElement |
TreeGridElement.getCellWaitForRow(int rowIndex,
int colIndex) |
Gets the grid cell for the given row and column index.
|
GridTHTDElement |
TreeGridElement.getCellWaitForRow(int rowIndex,
GridColumnElement column) |
Gets the grid cell for the given row and column.
|
GridTHTDElement |
GridTRElement.getDetails() |
Gets the row details for this row.
|
GridTHTDElement |
GridTRElement.getDetailsRow() |
Gets the details container for this row.
|
GridTHTDElement |
GridColumnElement.getFooterCell() |
Gets the footer cell for this column.
|
GridTHTDElement |
GridElement.getFooterCell(int columnIndex) |
Gets the footer cell for the given visible column index.
|
GridTHTDElement |
GridColumnElement.getHeaderCell() |
Gets the header cell for this column.
|
GridTHTDElement |
GridElement.getHeaderCell(int columnIndex) |
Gets the header cell for the given visible column index.
|