public interface JRGroupListener
| Modifier and Type | Method and Description | 
|---|---|
void | 
fetchNewRecord(Record record)
When binding UDO Display Value with a field or a group, 
user needs to do some preparations after fetching every piece of record. The method will be called when fetching each new record.  | 
void | 
finishFetchRecords()
When binding UDO Display Value with a field or a group, 
user needs to do some preparations after fetching the last record. The method will be called after you fetched the last record.  | 
void | 
prepareFetchRecords()
When binding UDO Display Value with a field or a group, 
user needs to do some preparations before fetching the first record. The method will be called before fetching the first record.  | 
void | 
setTemplate(JRObjectTemplate rptobj)
Sets the UDO's template. 
 | 
void setTemplate(JRObjectTemplate rptobj)
rptobj - The template of the UDO.JRObjectTemplatevoid prepareFetchRecords()
void finishFetchRecords()
void fetchNewRecord(Record record)
record - jet.connect.Record Current record.Record