Class GridProTester<T extends GridPro<Y>,Y>
java.lang.Object
com.vaadin.browserless.ComponentTester<T>
com.vaadin.flow.component.grid.GridTester<T,Y>
com.vaadin.flow.component.gridpro.GridProTester<T,Y>
- Type Parameters:
T- component typeY- item type
- All Implemented Interfaces:
Clickable<T>
Tester for GridPro components.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.grid.GridTester
clickRow, clickRow, clickRow, clickRow, doubleClickRow, doubleClickRow, doubleClickRow, doubleClickRow, getCellComponent, getCellComponent, getCellText, getColumn, getColumnPosition, getColumns, getFooterCell, getHeaderCell, getLitRendererPropertyValue, getLitRendererPropertyValue, getRow, getSelected, getSortDirection, getSortDirection, invokeLitRendererFunction, invokeLitRendererFunction, invokeLitRendererFunction, invokeLitRendererFunction, isColumnSortable, isColumnSortable, select, selectAll, size, sortByColumn, sortByColumn, sortByColumn, sortByColumnMethods inherited from class com.vaadin.browserless.ComponentTester
ensureComponentIsUsable, ensureComponentIsUsable, ensureVisible, ensureVisible, find, findAllByQuery, findByQuery, fireDomEvent, fireDomEvent, fireDomEvent, getComponent, getField, getField, getMethod, getMethod, isComponentReadOnly, isUsable, isUsable, notUsableReasons, notUsableReasons, roundTrip, setModal, setValueAsUserMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.browserless.Clickable
click, click, click, middleClick, middleClick, rightClick, rightClick
-
Constructor Details
-
GridProTester
Wrap gridpro for testing.- Parameters:
component- target gridpro
-
-
Method Details
-
setValue
Set value for the cell at the given row and column index. The column must be an EditColumn. The indexes for row and column are 0 based.- Parameters:
rowIndex- the index of the rowcolumnIndex- the index of the columnvalue- the value to set
-