Interface TableCellManipulator


  • public interface TableCellManipulator
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BREAK  
    • Method Detail

      • apply

        int apply​(TableCell cell,
                  int cellIndex,
                  int cellColumn,
                  int allCellIndex)
        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)
        allCellIndex - cell's index as would be at the beginning of the request, deleted cell indices skipped
        Returns:
        change to cells <0 of cells deleted, >0 number inserted, 0 no change, or BREAK to stop processing cells