|
||||||||||
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.TableGroupEventAdapter
public class TableGroupEventAdapter
Constructor Summary | |
---|---|
TableGroupEventAdapter()
|
Method Summary | |
---|---|
void |
onCreate(IReportElementInstance tableGroup,
IReportContext context)
|
void |
onPageBreak(IReportElementInstance tableGroup,
IReportContext context)
|
void |
onPrepare(ITableGroup tableGroup,
IReportContext context)
|
void |
onRender(IReportElementInstance tableGroup,
IReportContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableGroupEventAdapter()
Method Detail |
---|
public void onPrepare(ITableGroup tableGroup, IReportContext context) throws ScriptException
onPrepare
in interface ITableGroupEventHandler
ScriptException
public void onCreate(IReportElementInstance tableGroup, IReportContext context) throws ScriptException
onCreate
in interface ITableGroupEventHandler
ScriptException
public void onRender(IReportElementInstance tableGroup, IReportContext context) throws ScriptException
onRender
in interface ITableGroupEventHandler
ScriptException
public void onPageBreak(IReportElementInstance tableGroup, IReportContext context) throws ScriptException
onPageBreak
in interface ITableGroupEventHandler
ScriptException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |