|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Script event handler interface for a cell
Method Summary | |
void |
onCreate(ICellInstance cellInstance,
IReportContext reportContext)
Handle the onCreate event |
void |
onPageBreak(ICellInstance cellInstance,
IReportContext reportContext)
Handle the onPageBreak event |
void |
onPrepare(ICell cell,
IReportContext reportContext)
Handle the onPrepare event |
void |
onRender(ICellInstance cellInstance,
IReportContext reportContext)
Handle the onRender event |
Method Detail |
public void onPrepare(ICell cell, IReportContext reportContext)
public void onCreate(ICellInstance cellInstance, IReportContext reportContext)
public void onRender(ICellInstance cellInstance, IReportContext reportContext)
public void onPageBreak(ICellInstance cellInstance, IReportContext reportContext)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |