|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface PivotDataModel.RowMerger
An interface to merge the rows when they have the same row and column fields. We will call this method when the
original data changed and caused rows having the same row and column fields when and only when PivotDataModel.isSingleValueMode()
is true.
Method Summary | |
---|---|
void |
mergeRow(PivotDataModel dataModel,
List<?> rows,
int index)
|
Method Detail |
---|
void mergeRow(PivotDataModel dataModel, List<?> rows, int index)
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |