|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.report.engine.api.script.eventadapter.ListEventAdapter
public class ListEventAdapter
Default (empty) implementation of the IListEventHandler interface
| Constructor Summary | |
|---|---|
ListEventAdapter()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListEventAdapter()
| Method Detail |
|---|
public void onPrepare(IList listHandle,
IReportContext reportContext)
throws ScriptException
IListEventHandler
onPrepare in interface IListEventHandlerScriptException
public void onCreate(IListInstance list,
IReportContext reportContext)
throws ScriptException
IListEventHandler
onCreate in interface IListEventHandlerScriptException
public void onRender(IListInstance list,
IReportContext reportContext)
throws ScriptException
IListEventHandler
onRender in interface IListEventHandlerScriptException
public void onPageBreak(IListInstance list,
IReportContext reportContext)
throws ScriptException
IListEventHandler
onPageBreak in interface IListEventHandlerScriptException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||