| Package | Description |
|---|---|
| com.vaadin.flow.component.grid.testbench |
| 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 |
GridTRElement.getDetailsRow()
Gets the details container for this row.
|
GridTHTDElement |
GridColumnElement.getFooterCell()
Gets the footer cell for this column.
|
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.
|
Copyright © 2018. All rights reserved.