public interface IListEventHandler
Modifier and Type | Method and Description |
---|---|
void |
onCreate(IListInstance list,
IReportContext reportContext)
Handle the onCreate event
|
void |
onPageBreak(IListInstance list,
IReportContext reportContext)
Handle the onPageBreak event
|
void |
onPrepare(IList listHandle,
IReportContext reportContext)
Handle the onPrepare event
|
void |
onRender(IListInstance list,
IReportContext reportContext)
Handle the onRender event
|
void onPrepare(IList listHandle, IReportContext reportContext) throws ScriptException
ScriptException
void onCreate(IListInstance list, IReportContext reportContext) throws ScriptException
ScriptException
void onRender(IListInstance list, IReportContext reportContext) throws ScriptException
ScriptException
void onPageBreak(IListInstance list, IReportContext reportContext) throws ScriptException
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.