public class RowEventAdapter extends java.lang.Object implements IRowEventHandler
| 构造器和说明 |
|---|
RowEventAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onCreate(IRowInstance rowInstance,
IReportContext reportContext)
Handle the onCreate event
|
void |
onPageBreak(IRowInstance rowInstance,
IReportContext reportContext)
Handle the onPageBreak event
|
void |
onPrepare(IRow rowHandle,
IReportContext reportContext)
Handle the onPrepare event
|
void |
onRender(IRowInstance rowInstance,
IReportContext reportContext)
Handle the onRender event
|
public void onPrepare(IRow rowHandle, IReportContext reportContext) throws ScriptException
IRowEventHandleronPrepare 在接口中 IRowEventHandlerScriptExceptionpublic void onCreate(IRowInstance rowInstance, IReportContext reportContext) throws ScriptException
IRowEventHandleronCreate 在接口中 IRowEventHandlerScriptExceptionpublic void onRender(IRowInstance rowInstance, IReportContext reportContext) throws ScriptException
IRowEventHandleronRender 在接口中 IRowEventHandlerScriptExceptionpublic void onPageBreak(IRowInstance rowInstance, IReportContext reportContext) throws ScriptException
IRowEventHandleronPageBreak 在接口中 IRowEventHandlerScriptExceptionCopyright © 2008 Actuate Corp. All rights reserved.