public interface ICellEventHandler
Modifier and Type | Method and Description |
---|---|
void |
onCreate(ICellInstance cellInstance,
IReportContext reportContext)
Handle the onCreate event
|
void |
onPageBreak(ICellInstance cellInstance,
IReportContext reportContext)
Handle the onPageBreak event
|
void |
onPrepare(ICell cell,
IReportContext reportContext)
Handle the onPrepare event
|
void |
onRender(ICellInstance cellInstance,
IReportContext reportContext)
Handle the onRender event
|
void onPrepare(ICell cell, IReportContext reportContext) throws ScriptException
ScriptException
void onCreate(ICellInstance cellInstance, IReportContext reportContext) throws ScriptException
ScriptException
void onRender(ICellInstance cellInstance, IReportContext reportContext) throws ScriptException
ScriptException
void onPageBreak(ICellInstance cellInstance, IReportContext reportContext) throws ScriptException
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.