|
||||||||||
| 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.AutoTextEventAdapter
public class AutoTextEventAdapter
Default (empty) implementation of the IAutoTextEventHandler interface
| Constructor Summary | |
|---|---|
AutoTextEventAdapter()
|
|
| Method Summary | |
|---|---|
void |
onCreate(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
Handle the onCreate event |
void |
onPageBreak(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
Handle the onPageBreak event |
void |
onPrepare(IAutoText autoText,
IReportContext reportContext)
Handle the onPrepare event |
void |
onRender(IAutoTextInstance autoTextInstance,
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 AutoTextEventAdapter()
| Method Detail |
|---|
public void onCreate(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
throws ScriptException
IAutoTextEventHandler
onCreate in interface IAutoTextEventHandlerScriptException
public void onPageBreak(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
throws ScriptException
IAutoTextEventHandler
onPageBreak in interface IAutoTextEventHandlerScriptException
public void onPrepare(IAutoText autoText,
IReportContext reportContext)
throws ScriptException
IAutoTextEventHandler
onPrepare in interface IAutoTextEventHandlerScriptException
public void onRender(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
throws ScriptException
IAutoTextEventHandler
onRender in interface IAutoTextEventHandlerScriptException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||