org.eclipse.birt.report.engine.api.script.eventhandler
Interface ILabelEventHandler

All Known Implementing Classes:
LabelEventAdapter

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

onPrepare

void onPrepare(ILabel labelHandle,
               IReportContext reportContext)
               throws ScriptException
Handle the onPrepare event

Throws:
ScriptException

onCreate

void onCreate(ILabelInstance label,
              IReportContext reportContext)
              throws ScriptException
Handle the onCreate event

Throws:
ScriptException

onRender

void onRender(ILabelInstance label,
              IReportContext reportContext)
              throws ScriptException
Handle the onRender event

Throws:
ScriptException

onPageBreak

void onPageBreak(ILabelInstance label,
                 IReportContext reportContext)
                 throws ScriptException
Handle the onPageBreak event

Throws:
ScriptException


Copyright © 2008 Actuate Corp. All rights reserved.