Uses of Class
com.vaadin.flow.component.gridpro.testbench.GridProColumnElement
Packages that use GridProColumnElement
-
Uses of GridProColumnElement in com.vaadin.flow.component.gridpro.testbench
Methods in com.vaadin.flow.component.gridpro.testbench that return GridProColumnElementModifier and TypeMethodDescriptionGridTHTDElement.getColumn()
Gets the column for this grid cell.Methods in com.vaadin.flow.component.gridpro.testbench that return types with arguments of type GridProColumnElementModifier and TypeMethodDescriptionGridProElement.getVisibleColumns()
Gets the currently visible columns in the grid, including any selection checkbox column.Methods in com.vaadin.flow.component.gridpro.testbench with parameters of type GridProColumnElementModifier and TypeMethodDescriptionGridProElement.getCell
(int rowIndex, GridProColumnElement column) Gets the grid cell for the given row and column.GridTRElement.getCell
(GridProColumnElement column) Gets the cell for the given column in this row.