Uses of Class
com.vaadin.flow.component.grid.testbench.GridTRElement
-
-
Uses of GridTRElement in com.vaadin.flow.component.grid.testbench
Methods in com.vaadin.flow.component.grid.testbench that return GridTRElement Modifier and Type Method Description GridTRElementGridElement. getRow(int rowIndex)Gets thetrelement for the given row index.GridTRElementGridTHTDElement. getRowElement()Gets the TR parent of this element.Methods in com.vaadin.flow.component.grid.testbench that return types with arguments of type GridTRElement Modifier and Type Method Description List<GridTRElement>GridElement. getRows(int firstRowIndex, int lastRowIndex)Gets the rows (present in the DOM) specified by the lower and upper row indexes.List<GridTRElement>GridElement. getVisibleRows()Gets all the currently visible rows.
-