public interface TableCellManipulator
| Modifier and Type | Field and Description |
|---|---|
static int |
BREAK |
| Modifier and Type | Method and Description |
|---|---|
int |
apply(TableCell cell,
int cellIndex,
int cellColumn,
int allCellIndex)
loop over table row cells
|
static final int BREAK
int apply(TableCell cell, int cellIndex, int cellColumn, int allCellIndex)
cell - cellcellIndex - cell's index in row cellscellColumn - 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 skippedCopyright © 2019. All rights reserved.