|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRowEventHandler
Script event handler interface for a detail row
Method Summary | |
---|---|
void |
onCreate(IRowInstance rowInstance,
IReportContext reportContext)
Handle the onCreate event |
void |
onPageBreak(IRowInstance rowInstance,
IReportContext reportContext)
Handle the onPageBreak event |
void |
onPrepare(IRow rowHandle,
IReportContext reportContext)
Handle the onPrepare event |
void |
onRender(IRowInstance rowInstance,
IReportContext reportContext)
Handle the onRender event |
Method Detail |
---|
void onPrepare(IRow rowHandle, IReportContext reportContext)
void onCreate(IRowInstance rowInstance, IReportContext reportContext)
void onRender(IRowInstance rowInstance, IReportContext reportContext)
void onPageBreak(IRowInstance rowInstance, IReportContext reportContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |