Class ListEventAdapter
java.lang.Object
org.eclipse.birt.report.engine.api.script.eventadapter.ListEventAdapter
- All Implemented Interfaces:
IListEventHandler
Default (empty) implementation of the IListEventHandler interface
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
ListEventAdapter
public ListEventAdapter()
-
-
Method Details
-
onPrepare
Description copied from interface:IListEventHandler
Handle the onPrepare event- Specified by:
onPrepare
in interfaceIListEventHandler
- Throws:
ScriptException
-
onCreate
Description copied from interface:IListEventHandler
Handle the onCreate event- Specified by:
onCreate
in interfaceIListEventHandler
- Throws:
ScriptException
-
onRender
Description copied from interface:IListEventHandler
Handle the onRender event- Specified by:
onRender
in interfaceIListEventHandler
- Throws:
ScriptException
-
onPageBreak
Description copied from interface:IListEventHandler
Handle the onPageBreak event- Specified by:
onPageBreak
in interfaceIListEventHandler
- Throws:
ScriptException
-