public class CellEventAdapter extends java.lang.Object implements ICellEventHandler
Constructor and Description |
---|
CellEventAdapter() |
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
|
public void onPrepare(ICell cell, IReportContext reportContext) throws ScriptException
ICellEventHandler
onPrepare
in interface ICellEventHandler
ScriptException
public void onCreate(ICellInstance cellInstance, IReportContext reportContext) throws ScriptException
ICellEventHandler
onCreate
in interface ICellEventHandler
ScriptException
public void onRender(ICellInstance cellInstance, IReportContext reportContext) throws ScriptException
ICellEventHandler
onRender
in interface ICellEventHandler
ScriptException
public void onPageBreak(ICellInstance cellInstance, IReportContext reportContext) throws ScriptException
ICellEventHandler
onPageBreak
in interface ICellEventHandler
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.