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

All Known Implementing Classes:
CellEventAdapter

public interface ICellEventHandler

Script event handler interface for a cell


Method Summary
 void onCreate(ICellInstance cellInstance, IReportContext reportContext)
          Handle the onCreate event
 void onPageBreak(ICellInstance cellInstance, IReportContext reportContext)
          Handle the onPageBreak event
 void onPrepare(ICell cell, IReportContext reportContext)
          Handle the onPrepare event
 void onRender(ICellInstance cellInstance, IReportContext reportContext)
          Handle the onRender event
 

Method Detail

onPrepare

void onPrepare(ICell cell,
               IReportContext reportContext)
Handle the onPrepare event


onCreate

void onCreate(ICellInstance cellInstance,
              IReportContext reportContext)
Handle the onCreate event


onRender

void onRender(ICellInstance cellInstance,
              IReportContext reportContext)
Handle the onRender event


onPageBreak

void onPageBreak(ICellInstance cellInstance,
                 IReportContext reportContext)
Handle the onPageBreak event



Copyright © 2008 Actuate Corp. All rights reserved.