Uses of Interface
org.zkoss.pivot.impl.TabularPivotModel.RawDataRunner
-
Packages that use TabularPivotModel.RawDataRunner Package Description org.zkoss.pivot.impl Implementation of models. -
-
Uses of TabularPivotModel.RawDataRunner in org.zkoss.pivot.impl
Classes in org.zkoss.pivot.impl that implement TabularPivotModel.RawDataRunner Modifier and Type Class Description protected static class
TabularPivotModel.CalculatorContextSpace
Methods in org.zkoss.pivot.impl with parameters of type TabularPivotModel.RawDataRunner Modifier and Type Method Description protected void
TabularPivotModel. iterateRawData(SimplePivotHeaderTree colTree, SimplePivotHeaderTree rowTree, TabularPivotModel.RawDataRunner runner)
Override this method to provide a different implementation of raw data iteration.
-