Interface IListEventHandler
- All Known Implementing Classes:
ListEventAdapter
public interface IListEventHandler
Script event handler interface for a list
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCreate
(IListInstance list, IReportContext reportContext) Handle the onCreate eventvoid
onPageBreak
(IListInstance list, IReportContext reportContext) Handle the onPageBreak eventvoid
onPrepare
(IList listHandle, IReportContext reportContext) Handle the onPrepare eventvoid
onRender
(IListInstance list, 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
-