Uses of Class
com.vaadin.flow.component.grid.testbench.GridColumnElement
-
-
Uses of GridColumnElement in com.vaadin.flow.component.grid.testbench
Methods in com.vaadin.flow.component.grid.testbench that return GridColumnElement Modifier and Type Method Description GridColumnElementGridElement. getColumn(String headerText)Gets the column with the given header text.GridColumnElementGridTHTDElement. getColumn()Gets the column for this grid cell.Methods in com.vaadin.flow.component.grid.testbench that return types with arguments of type GridColumnElement Modifier and Type Method 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.Methods in com.vaadin.flow.component.grid.testbench with parameters of type GridColumnElement Modifier and Type Method Description GridTHTDElementGridElement. getCell(int rowIndex, GridColumnElement column)Gets the grid cell for the given row and column.GridTHTDElementGridTRElement. getCell(GridColumnElement column)Gets the cell for the given column in this row.List<GridTHTDElement>GridElement. getCells(int rowIndex, GridColumnElement... columnElements)Gets the grid cells for the given row and column elements.List<GridTHTDElement>GridTRElement. getCells(GridColumnElement... columns)Gets the cells for the given columns in this row.GridTHTDElementTreeGridElement. getCellWaitForRow(int rowIndex, GridColumnElement column)Gets the grid cell for the given row and column.
-