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.gridpro.testbench.GridTHTDElement
Packages that use GridTHTDElement
-
Uses of GridTHTDElement in com.vaadin.flow.component.gridpro.testbench
Methods in com.vaadin.flow.component.gridpro.testbench that return GridTHTDElementModifier and TypeMethodDescriptionGridProElement.getCell
(int rowIndex, int colIndex) Gets the grid cell for the given row and column index.
GridProElement.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.
GridProColumnElement.getHeaderCell()
Gets the header cell for this column.
GridProElement.getHeaderCell
(int columnIndex) Gets the header cell for the given visible column index.