We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 the
tr
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.