|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableEventHandler
Script event handler interface for a table
Method Summary | |
---|---|
void |
onCreate(ITableInstance table,
IReportContext reportContext)
Handle the onCreate event |
void |
onPageBreak(ITableInstance table,
IReportContext reportContext)
Handle the onPageBreak event |
void |
onPrepare(ITable tableHandle,
IReportContext reportContext)
Handle the onPrepare event |
void |
onRender(ITableInstance table,
IReportContext reportContext)
Handle the onRender event |
Method Detail |
---|
void onPrepare(ITable tableHandle, IReportContext reportContext) throws ScriptException
ScriptException
void onCreate(ITableInstance table, IReportContext reportContext) throws ScriptException
ScriptException
void onRender(ITableInstance table, IReportContext reportContext) throws ScriptException
ScriptException
void onPageBreak(ITableInstance table, IReportContext reportContext) throws ScriptException
ScriptException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |