public interface ILabelEventHandler
Modifier and Type | Method and Description |
---|---|
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
|
void onPrepare(ILabel labelHandle, IReportContext reportContext) throws ScriptException
ScriptException
void onCreate(ILabelInstance label, IReportContext reportContext) throws ScriptException
ScriptException
void onRender(ILabelInstance label, IReportContext reportContext) throws ScriptException
ScriptException
void onPageBreak(ILabelInstance label, IReportContext reportContext) throws ScriptException
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.