Package org.zkoss.pivot.impl
Interface TabularPivotModel.RawDataRunner
-
- All Known Implementing Classes:
TabularPivotModel.CalculatorContextSpace
- Enclosing class:
- TabularPivotModel
protected static interface TabularPivotModel.RawDataRunner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(List<?> row, SimplePivotHeaderTree rowTree, SimplePivotHeaderTree colTree)
-
-
-
Method Detail
-
run
void run(List<?> row, SimplePivotHeaderTree rowTree, SimplePivotHeaderTree colTree)
-
-