Interface ITableEventHandler
- All Known Implementing Classes:
TableEventAdapter
public interface ITableEventHandler
Script event handler interface for a table
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCreate
(ITableInstance table, IReportContext reportContext) Handle the onCreate eventvoid
onPageBreak
(ITableInstance table, IReportContext reportContext) Handle the onPageBreak eventvoid
onPrepare
(ITable tableHandle, IReportContext reportContext) Handle the onPrepare eventvoid
onRender
(ITableInstance table, IReportContext reportContext) Handle the onRender event
-
Method Details
-
onPrepare
Handle the onPrepare event- Throws:
ScriptException
-
onCreate
Handle the onCreate event- Throws:
ScriptException
-
onRender
Handle the onRender event- Throws:
ScriptException
-
onPageBreak
Handle the onPageBreak event- Throws:
ScriptException
-