|
||||||||||
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.CellEventAdapter
public class CellEventAdapter
Default (empty) implementation of the ICellEventHandler interface
Constructor Summary | |
---|---|
CellEventAdapter()
|
Method Summary | |
---|---|
void |
onCreate(ICellInstance cellInstance,
IReportContext reportContext)
Handle the onCreate event |
void |
onPageBreak(ICellInstance cellInstance,
IReportContext reportContext)
Handle the onPageBreak event |
void |
onPrepare(ICell cell,
IReportContext reportContext)
Handle the onPrepare event |
void |
onRender(ICellInstance cellInstance,
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 CellEventAdapter()
Method Detail |
---|
public void onPrepare(ICell cell, IReportContext reportContext) throws ScriptException
ICellEventHandler
onPrepare
in interface ICellEventHandler
ScriptException
public void onCreate(ICellInstance cellInstance, IReportContext reportContext) throws ScriptException
ICellEventHandler
onCreate
in interface ICellEventHandler
ScriptException
public void onRender(ICellInstance cellInstance, IReportContext reportContext) throws ScriptException
ICellEventHandler
onRender
in interface ICellEventHandler
ScriptException
public void onPageBreak(ICellInstance cellInstance, IReportContext reportContext) throws ScriptException
ICellEventHandler
onPageBreak
in interface ICellEventHandler
ScriptException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |