Interface TableCellConsumer


  • public interface TableCellConsumer
    • Method Detail

      • accept

        void accept​(TableCell cell,
                    int cellIndex,
                    int cellColumn)
        loop over table row cells
        Parameters:
        cell - cell
        cellIndex - cell's index in row cells
        cellColumn - cell's starting column (if previous cells had column spans not same as cell index)