Package | Description |
---|---|
com.vaadin.flow.component.gridpro.testbench |
Modifier and Type | Method and Description |
---|---|
GridProColumnElement |
GridTHTDElement.getColumn()
Gets the column for this grid cell.
|
Modifier and Type | Method and Description |
---|---|
List<GridProColumnElement> |
GridProElement.getVisibleColumns()
Gets the currently visible columns in the grid, including any selection
checkbox column.
|
Modifier and Type | Method and Description |
---|---|
GridTHTDElement |
GridTRElement.getCell(GridProColumnElement column)
Gets the cell for the given column in this row.
|
GridTHTDElement |
GridProElement.getCell(int rowIndex,
GridProColumnElement column)
Gets the grid cell for the given row and column.
|
Copyright © 2019. All rights reserved.