|
||||||||||
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.GridEventAdapter
public class GridEventAdapter
Default (empty) implementation of the IGridEventHandler interface
Constructor Summary | |
---|---|
GridEventAdapter()
|
Method Summary | |
---|---|
void |
onCreate(IGridInstance grid,
IReportContext reportContext)
Handle the onCreate event |
void |
onPageBreak(IGridInstance grid,
IReportContext reportContext)
Handle the onPageBreak event |
void |
onPrepare(IGrid grid,
IReportContext reportContext)
Handle the onPrepare event |
void |
onRender(IGridInstance grid,
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 GridEventAdapter()
Method Detail |
---|
public void onPrepare(IGrid grid, IReportContext reportContext)
IGridEventHandler
onPrepare
in interface IGridEventHandler
public void onCreate(IGridInstance grid, IReportContext reportContext)
IGridEventHandler
onCreate
in interface IGridEventHandler
public void onRender(IGridInstance grid, IReportContext reportContext)
IGridEventHandler
onRender
in interface IGridEventHandler
public void onPageBreak(IGridInstance grid, IReportContext reportContext)
IGridEventHandler
onPageBreak
in interface IGridEventHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |