|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILabelEventHandler
Script event handler interface for a label
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 |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |