|
||||||||||
| 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)
throws ScriptException
IGridEventHandler
onPrepare in interface IGridEventHandlerScriptException
public void onCreate(IGridInstance grid,
IReportContext reportContext)
throws ScriptException
IGridEventHandler
onCreate in interface IGridEventHandlerScriptException
public void onRender(IGridInstance grid,
IReportContext reportContext)
throws ScriptException
IGridEventHandler
onRender in interface IGridEventHandlerScriptException
public void onPageBreak(IGridInstance grid,
IReportContext reportContext)
throws ScriptException
IGridEventHandler
onPageBreak in interface IGridEventHandlerScriptException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||