|
||||||||||
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.RowEventAdapter
public class RowEventAdapter
Default (empty) implementation of the ITableDetailRowEventHandler interface
Constructor Summary | |
---|---|
RowEventAdapter()
|
Method Summary | |
---|---|
void |
onCreate(IRowInstance rowInstance,
IReportContext reportContext)
Handle the onCreate event |
void |
onPageBreak(IRowInstance rowInstance,
IReportContext reportContext)
Handle the onPageBreak event |
void |
onPrepare(IRow rowHandle,
IReportContext reportContext)
Handle the onPrepare event |
void |
onRender(IRowInstance rowInstance,
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 RowEventAdapter()
Method Detail |
---|
public void onPrepare(IRow rowHandle, IReportContext reportContext)
IRowEventHandler
onPrepare
in interface IRowEventHandler
public void onCreate(IRowInstance rowInstance, IReportContext reportContext)
IRowEventHandler
onCreate
in interface IRowEventHandler
public void onRender(IRowInstance rowInstance, IReportContext reportContext)
IRowEventHandler
onRender
in interface IRowEventHandler
public void onPageBreak(IRowInstance rowInstance, IReportContext reportContext)
IRowEventHandler
onPageBreak
in interface IRowEventHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |