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 class
AbstractCalculator<C extends Context<C>>
The skeleton to implementContextualCalculator
.class
StandardCalculator
The 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 void
TabularPivotModel. addSupportedCalculator(ContextualCalculator<?> cal)
Register a customCalculator
supported in this model.void
TabularPivotModel. removeSupportedCalculator(ContextualCalculator<?> cal)
Unregister a customCalculator
supported in this model.
-