public interface IGridEventHandler
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
|
void onPrepare(IGrid grid, IReportContext reportContext) throws ScriptException
ScriptException
void onCreate(IGridInstance grid, IReportContext reportContext) throws ScriptException
ScriptException
void onRender(IGridInstance grid, IReportContext reportContext) throws ScriptException
ScriptException
void onPageBreak(IGridInstance grid, IReportContext reportContext) throws ScriptException
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.