|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.zkoss.pivot.Calculators
public class Calculators
Built-in Calculators
Field Summary | |
---|---|
static Calculator |
AVERAGE
Calculates the arithmetic average of data. |
static Calculator |
COUNT
Returns the count of data. |
static Calculator |
MAX
Calculates the maximum of data. |
static Calculator |
MIN
Calculates the minimum of data. |
static Calculator |
SUM
Returns the arithmetic sum of data. |
Constructor Summary | |
---|---|
Calculators()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Calculator SUM
public static final Calculator COUNT
public static final Calculator MAX
public static final Calculator MIN
public static final Calculator AVERAGE
Constructor Detail |
---|
public Calculators()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |