public class GridEventAdapter extends java.lang.Object implements IGridEventHandler
| 构造器和说明 |
|---|
GridEventAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
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
IGridEventHandleronPrepare 在接口中 IGridEventHandlerScriptExceptionpublic void onCreate(IGridInstance grid, IReportContext reportContext) throws ScriptException
IGridEventHandleronCreate 在接口中 IGridEventHandlerScriptExceptionpublic void onRender(IGridInstance grid, IReportContext reportContext) throws ScriptException
IGridEventHandleronRender 在接口中 IGridEventHandlerScriptExceptionpublic void onPageBreak(IGridInstance grid, IReportContext reportContext) throws ScriptException
IGridEventHandleronPageBreak 在接口中 IGridEventHandlerScriptExceptionCopyright © 2008 Actuate Corp. All rights reserved.