Package | Description |
---|---|
com.vaadin.flow.component.grid.testbench |
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.
|
Copyright © 2019. All rights reserved.