Uses of Class
org.zkoss.pivot.impl.StandardCalculator
-
Packages that use StandardCalculator Package Description org.zkoss.pivot.impl Implementation of models. -
-
Uses of StandardCalculator in org.zkoss.pivot.impl
Fields in org.zkoss.pivot.impl declared as StandardCalculator Modifier and Type Field Description static StandardCalculatorTabularPivotField. DEFAULT_CALCULATORMarksSUM_OR_COUNTas the default calculator.Methods in org.zkoss.pivot.impl that return StandardCalculator Modifier and Type Method Description static StandardCalculatorStandardCalculator. valueOf(String name)Returns the enum constant of this type with the specified name.static StandardCalculator[]StandardCalculator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-