|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.engine.api.script.eventadapter.TableEventAdapter
public class TableEventAdapter
Default (empty) implementation of the ITableEventHandler interface
Constructor Summary | |
---|---|
TableEventAdapter()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableEventAdapter()
Method Detail |
---|
public void onPrepare(ITable tableHandle, IReportContext reportContext) throws ScriptException
ITableEventHandler
onPrepare
in interface ITableEventHandler
ScriptException
public void onCreate(ITableInstance table, IReportContext reportContext) throws ScriptException
ITableEventHandler
onCreate
in interface ITableEventHandler
ScriptException
public void onRender(ITableInstance table, IReportContext reportContext) throws ScriptException
ITableEventHandler
onRender
in interface ITableEventHandler
ScriptException
public void onPageBreak(ITableInstance table, IReportContext reportContext) throws ScriptException
ITableEventHandler
onPageBreak
in interface ITableEventHandler
ScriptException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |