public interface TableRowManipulator
| Modifier and Type | Field and Description |
|---|---|
static int |
BREAK |
| Modifier and Type | Method and Description |
|---|---|
int |
apply(TableRow row,
int allRowsIndex,
ArrayList<TableRow> sectionRows,
int sectionRowIndex)
manipulate rows in a table
|
static final int BREAK
int apply(TableRow row, int allRowsIndex, ArrayList<TableRow> sectionRows, int sectionRowIndex)
row - row for the operationallRowsIndex - row's index in all rows of the request reflects indices at time of
request, when rows are deleted those rows will not be processed and
their indices will skippedsectionRows - rows for the section of the rowsectionRowIndex - index for the row in the section's rowsCopyright © 2019. All rights reserved.