public class GridEventAdapter extends java.lang.Object implements IGridEventHandler
Constructor and Description |
---|
GridEventAdapter() |
Modifier and Type | Method and Description |
---|---|
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
|
public void onPrepare(IGrid grid, IReportContext reportContext) throws ScriptException
IGridEventHandler
onPrepare
in interface IGridEventHandler
ScriptException
public void onCreate(IGridInstance grid, IReportContext reportContext) throws ScriptException
IGridEventHandler
onCreate
in interface IGridEventHandler
ScriptException
public void onRender(IGridInstance grid, IReportContext reportContext) throws ScriptException
IGridEventHandler
onRender
in interface IGridEventHandler
ScriptException
public void onPageBreak(IGridInstance grid, IReportContext reportContext) throws ScriptException
IGridEventHandler
onPageBreak
in interface IGridEventHandler
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.