|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Summary
A summary interface to calculate a custom summary. This class is used by PivotField.setCustomSummary(Summary)
. When PivotField.getSummaryType()
equals SUMMARY_CUSTOM, the Summary in
setCustomSummary will be used to compute the summary.
Method Summary | |
---|---|
String |
getName()
The name of the summary. |
Object |
getResult(Object[] values)
Gets the summary result. |
Method Detail |
---|
String getName()
Object getResult(Object[] values)
values
- the input value. It's an array of data.
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |