| Package | Description |
|---|---|
| com.vaadin.flow.component.gridpro.testbench |
| 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.
|
GridTHTDElement |
GridProElement.getCell(int rowIndex,
int colIndex)
Gets the grid cell for the given row and column index.
|
Copyright © 2019. All rights reserved.