|
||||||||||
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)
ICellEventHandler
onPrepare
in interface ICellEventHandler
public void onCreate(ICellInstance cellInstance, IReportContext reportContext)
ICellEventHandler
onCreate
in interface ICellEventHandler
public void onRender(ICellInstance cellInstance, IReportContext reportContext)
ICellEventHandler
onRender
in interface ICellEventHandler
public void onPageBreak(ICellInstance cellInstance, IReportContext reportContext)
ICellEventHandler
onPageBreak
in interface ICellEventHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |