JIDE 3.5.15

com.jidesoft.pivot
Interface PivotDataModel.RowMerger

Enclosing class:
PivotDataModel

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

mergeRow

void mergeRow(PivotDataModel dataModel,
              List<?> rows,
              int index)

JIDE 3.5.15