|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextualCalculator<C extends Context<C>>
The interface for Calculator
that uses Context
to compute an
aggregation summary.
Method Summary | |
---|---|
ContextType<C> |
getContextType()
Get the ContextType . |
java.lang.Number |
getResult(C context)
Retrieve the aggregation result from the context. |
Methods inherited from interface org.zkoss.pivot.Calculator |
---|
getLabel, getLabelKey |
Method Detail |
---|
java.lang.Number getResult(C context)
ContextType<C> getContextType()
ContextType
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |