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