Uses of Class
com.vaadin.flow.component.board.testbench.RowElement
-
-
Uses of RowElement in com.vaadin.flow.component.board.testbench
Methods in com.vaadin.flow.component.board.testbench that return RowElement Modifier and Type Method Description RowElementBoardElement. getRow(int rowIndex)Gets the row element at the given index.Methods in com.vaadin.flow.component.board.testbench that return types with arguments of type RowElement Modifier and Type Method Description List<RowElement>BoardElement. getRows()Gets all rows from the board.
-