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 StandardCalculator
TabularPivotField. DEFAULT_CALCULATOR
MarksSUM_OR_COUNT
as the default calculator.Methods in org.zkoss.pivot.impl that return StandardCalculator Modifier and Type Method Description static StandardCalculator
StandardCalculator. 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.
-