|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for the built-in Aggregate types used to display summary information.
SummaryColumn
Method Summary | |
boolean |
cacheResultData()
Indicates whether the result data is to be cached for display. |
void |
calculate(com.klg.jclass.higrid.RowNode rowNode)
Perform the aggregation. |
boolean |
done()
Determine if aggregation is done. |
Object |
getResultData()
Returns the result data as a object. |
void |
init(com.klg.jclass.higrid.SummaryColumn column)
Initialize the aggregate. |
boolean |
nextLevel(com.klg.jclass.higrid.RowNode rowNode)
Determine if the next row level should be traversed. |
Method Detail |
public void init(com.klg.jclass.higrid.SummaryColumn column)
column
- The summary column.public boolean done()
public boolean nextLevel(com.klg.jclass.higrid.RowNode rowNode)
rowNode
- The row node.
public void calculate(com.klg.jclass.higrid.RowNode rowNode)
rowNode
- The row node.public boolean cacheResultData()
public Object getResultData()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |