|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICellEventHandler
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 |
---|
void onPrepare(ICell cell, IReportContext reportContext)
void onCreate(ICellInstance cellInstance, IReportContext reportContext)
void onRender(ICellInstance cellInstance, IReportContext reportContext)
void onPageBreak(ICellInstance cellInstance, IReportContext reportContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |