|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JRGroupListener
The interface for objects which will need a group of records when paging process. For example, a crosstab placed in group header need the records of current group for calculating its aggregation functions.
| Method Summary | |
|---|---|
void |
fetchNewRecord(Record record)
This method will be called each record. |
void |
finishFetchRecords()
This method will be called after the last record. |
void |
prepareFetchRecords()
This method will be called before the first record. |
void |
setTemplate(JRObjectTemplate rptobj)
|
| Method Detail |
|---|
void setTemplate(JRObjectTemplate rptobj)
void prepareFetchRecords()
void finishFetchRecords()
void fetchNewRecord(Record record)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||