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