Package org.zkoss.pivot
Interface Calculator
-
- All Known Subinterfaces:
ContextualCalculator<C>
- All Known Implementing Classes:
AbstractCalculator
,StandardCalculator
public interface Calculator
An 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 String
getLabel()
String
getLabelKey()
-