Uses of Class
com.vaadin.flow.component.grid.testbench.GridTRElement
Packages that use GridTRElement
-
Uses of GridTRElement in com.vaadin.flow.component.grid.testbench
Methods in com.vaadin.flow.component.grid.testbench that return GridTRElementModifier and TypeMethodDescriptionGridElement.getRow
(int rowIndex) Gets thetr
element for the given row index.GridTHTDElement.getRowElement()
Gets the TR parent of this element.Methods in com.vaadin.flow.component.grid.testbench that return types with arguments of type GridTRElementModifier and TypeMethodDescriptionGridElement.getRows
(int firstRowIndex, int lastRowIndex) Gets the rows (present in the DOM) specified by the lower and upper row indexes.GridElement.getVisibleRows()
Gets all the currently visible rows.