| Modifier and Type | Method and Description |
|---|---|
GridTHTDElement |
GridTRElement.getCell(GridColumnElement column)
Gets the cell for the given column in this row.
|
GridTHTDElement |
GridElement.getCell(int rowIndex,
GridColumnElement column)
Gets the grid cell for the given row and column.
|
GridTHTDElement |
GridElement.getCell(int rowIndex,
int colIndex)
Gets the grid cell for the given row and column index.
|
GridTHTDElement |
GridElement.getCell(String contents)
Finds the first cell inside the rendered range with a text content
matching the given string.
|
GridTHTDElement |
TreeGridElement.getCellWaitForRow(int rowIndex,
GridColumnElement column)
Gets the grid cell for the given row and column.
|
GridTHTDElement |
TreeGridElement.getCellWaitForRow(int rowIndex,
int colIndex)
Gets the grid cell for the given row and column index.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<GridTHTDElement> |
GridTRElement.getCells(GridColumnElement... columns)
Gets the cells for the given columns in this row.
|
List<GridTHTDElement> |
GridElement.getCells(int rowIndex)
Gets the grid cells for the given row.
|
List<GridTHTDElement> |
GridElement.getCells(int rowIndex,
GridColumnElement... columnElements)
Gets the grid cells for the given row and column elements.
|
Copyright © 2025. All rights reserved.