| Modifier and Type | Method and Description |
|---|---|
GridColumnElement |
GridTHTDElement.getColumn()
Gets the column for this grid cell.
|
GridColumnElement |
GridElement.getColumn(String headerText)
Gets the column with the given header text.
|
| Modifier and Type | Method and Description |
|---|---|
List<GridColumnElement> |
GridElement.getAllColumns()
Gets all columns defined for the grid, including any selection checkbox
column.
|
List<GridColumnElement> |
GridElement.getVisibleColumns()
Gets the currently visible columns in the grid, including any selection
checkbox column.
|
| 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.
|
List<GridTHTDElement> |
GridTRElement.getCells(GridColumnElement... columns)
Gets the cells for the given columns in this row.
|
List<GridTHTDElement> |
GridElement.getCells(int rowIndex,
GridColumnElement... columnElements)
Gets the grid cells for the given row and column elements.
|
GridTHTDElement |
TreeGridElement.getCellWaitForRow(int rowIndex,
GridColumnElement column)
Gets the grid cell for the given row and column.
|
Copyright © 2025. All rights reserved.