public class ListEventAdapter extends java.lang.Object implements IListEventHandler
Constructor and Description |
---|
ListEventAdapter() |
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
|
public void onPrepare(IList listHandle, IReportContext reportContext) throws ScriptException
IListEventHandler
onPrepare
in interface IListEventHandler
ScriptException
public void onCreate(IListInstance list, IReportContext reportContext) throws ScriptException
IListEventHandler
onCreate
in interface IListEventHandler
ScriptException
public void onRender(IListInstance list, IReportContext reportContext) throws ScriptException
IListEventHandler
onRender
in interface IListEventHandler
ScriptException
public void onPageBreak(IListInstance list, IReportContext reportContext) throws ScriptException
IListEventHandler
onPageBreak
in interface IListEventHandler
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.