public interface ITableEventHandler
Modifier and Type | Method and Description |
---|---|
void |
onCreate(ITableInstance table,
IReportContext reportContext)
Handle the onCreate event
|
void |
onPageBreak(ITableInstance table,
IReportContext reportContext)
Handle the onPageBreak event
|
void |
onPrepare(ITable tableHandle,
IReportContext reportContext)
Handle the onPrepare event
|
void |
onRender(ITableInstance table,
IReportContext reportContext)
Handle the onRender event
|
void onPrepare(ITable tableHandle, IReportContext reportContext) throws ScriptException
ScriptException
void onCreate(ITableInstance table, IReportContext reportContext) throws ScriptException
ScriptException
void onRender(ITableInstance table, IReportContext reportContext) throws ScriptException
ScriptException
void onPageBreak(ITableInstance table, IReportContext reportContext) throws ScriptException
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.