Uses of Class
com.vaadin.flow.component.grid.testbench.GridColumnElement
Packages that use GridColumnElement
-
Uses of GridColumnElement in com.vaadin.flow.component.grid.testbench
Methods in com.vaadin.flow.component.grid.testbench that return GridColumnElementModifier and TypeMethodDescriptionGets the column with the given header text.GridTHTDElement.getColumn()
Gets the column for this grid cell.Methods in com.vaadin.flow.component.grid.testbench that return types with arguments of type GridColumnElementModifier and TypeMethodDescriptionGridElement.getAllColumns()
Gets all columns defined for the grid, including any selection checkbox column.GridElement.getVisibleColumns()
Gets the currently visible columns in the grid, including any selection checkbox column.Methods in com.vaadin.flow.component.grid.testbench with parameters of type GridColumnElementModifier and TypeMethodDescriptionGridElement.getCell
(int rowIndex, GridColumnElement column) Gets the grid cell for the given row and column.GridTRElement.getCell
(GridColumnElement column) Gets the cell for the given column in this row.GridElement.getCells
(int rowIndex, GridColumnElement... columnElements) Gets the grid cells for the given row and column elements.GridTRElement.getCells
(GridColumnElement... columns) Gets the cells for the given columns in this row.TreeGridElement.getCellWaitForRow
(int rowIndex, GridColumnElement column) Gets the grid cell for the given row and column.