Uses of Interface
org.zkoss.pivot.impl.calc.ContextualCalculator
-
Packages that use ContextualCalculator Package Description org.zkoss.pivot.impl Implementation of models. -
-
Uses of ContextualCalculator in org.zkoss.pivot.impl
Classes in org.zkoss.pivot.impl that implement ContextualCalculator Modifier and Type Class Description classAbstractCalculator<C extends Context<C>>The skeleton to implementContextualCalculator.classStandardCalculatorThe built-in Calculator set forTabularPivotModel.Methods in org.zkoss.pivot.impl that return ContextualCalculator Modifier and Type Method Description protected ContextualCalculator<?>TabularPivotModel. cast(Calculator calc)protected ContextualCalculator<?>TabularPivotModel. getCalculator(SimplePivotHeaderNode rowNode, int rowCalIndex, SimplePivotHeaderNode colNode, int colCalIndex, int dataIndex)Methods in org.zkoss.pivot.impl with parameters of type ContextualCalculator Modifier and Type Method Description voidTabularPivotModel. addSupportedCalculator(ContextualCalculator<?> cal)Register a customCalculatorsupported in this model.voidTabularPivotModel. removeSupportedCalculator(ContextualCalculator<?> cal)Unregister a customCalculatorsupported in this model.
-