|
||||||||||
| 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.LabelEventAdapter
public class LabelEventAdapter
Default (empty) implementation of the ILabelEventHandler interface
| Constructor Summary | |
|---|---|
LabelEventAdapter()
|
|
| Method Summary | |
|---|---|
void |
onCreate(ILabelInstance label,
IReportContext reportContext)
Handle the onCreate event |
void |
onPageBreak(ILabelInstance label,
IReportContext reportContext)
Handle the onPageBreak event |
void |
onPrepare(ILabel labelHandle,
IReportContext reportContext)
Handle the onPrepare event |
void |
onRender(ILabelInstance label,
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 LabelEventAdapter()
| Method Detail |
|---|
public void onPrepare(ILabel labelHandle,
IReportContext reportContext)
throws ScriptException
ILabelEventHandler
onPrepare in interface ILabelEventHandlerScriptException
public void onCreate(ILabelInstance label,
IReportContext reportContext)
throws ScriptException
ILabelEventHandler
onCreate in interface ILabelEventHandlerScriptException
public void onRender(ILabelInstance label,
IReportContext reportContext)
throws ScriptException
ILabelEventHandler
onRender in interface ILabelEventHandlerScriptException
public void onPageBreak(ILabelInstance label,
IReportContext reportContext)
throws ScriptException
ILabelEventHandler
onPageBreak in interface ILabelEventHandlerScriptException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||