Package org.zkoss.pivot
Interface Calculator
-
- All Known Subinterfaces:
ContextualCalculator<C>
- All Known Implementing Classes:
AbstractCalculator,StandardCalculator
public interface CalculatorAn abstract interface to represent the aggregation calculation in aPivotModel. The implementation depends on the implementation of PivotModel and are hence expressed in its subclasses.- Author:
- simonpai
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLabel()StringgetLabelKey()
-