|
||||||||||
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) throws ScriptException
ScriptException
void onCreate(IRowInstance rowInstance, IReportContext reportContext) throws ScriptException
ScriptException
void onRender(IRowInstance rowInstance, IReportContext reportContext) throws ScriptException
ScriptException
void onPageBreak(IRowInstance rowInstance, IReportContext reportContext) throws ScriptException
ScriptException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |