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