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 type
Y - item type
All Implemented Interfaces:
Clickable<T>

public class GridProTester<T extends GridPro<Y>,Y> extends GridTester<T,Y>
Tester for GridPro components.
  • Constructor Details

    • GridProTester

      public GridProTester(T component)
      Wrap gridpro for testing.
      Parameters:
      component - target gridpro
  • Method Details

    • setValue

      public void setValue(int rowIndex, int columnIndex, Object value)
      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 row
      columnIndex - the index of the column
      value - the value to set