com.vaadin.flow.component.board.testbench.

Class BoardElement

    • Constructor Detail

      • BoardElement

        public BoardElement()
    • Method Detail

      • getRow

        public RowElement getRow(int rowIndex)

        Gets the row element at the given index.

        Parameters:

        rowIndex - index of target row

        Returns:

        the row at the given index

      • getRows

        public List<RowElement> getRows()

        Gets all rows from the board. Inner rows are not included.

        Returns:

        all row elements