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

All Known Implementing Classes:
GridEventAdapter

public interface IGridEventHandler

Script event handler interface for a grid


Method Summary
 void onCreate(IGridInstance grid, IReportContext reportContext)
          Handle the onCreate event
 void onPageBreak(IGridInstance grid, IReportContext reportContext)
          Handle the onPageBreak event
 void onPrepare(IGrid grid, IReportContext reportContext)
          Handle the onPrepare event
 void onRender(IGridInstance grid, IReportContext reportContext)
          Handle the onRender event
 

Method Detail

onPrepare

public void onPrepare(IGrid grid,
                      IReportContext reportContext)
Handle the onPrepare event


onCreate

public void onCreate(IGridInstance grid,
                     IReportContext reportContext)
Handle the onCreate event


onRender

public void onRender(IGridInstance grid,
                     IReportContext reportContext)
Handle the onRender event


onPageBreak

public void onPageBreak(IGridInstance grid,
                        IReportContext reportContext)
Handle the onPageBreak event



Copyright © 2005 Actuate Corp. All rights reserved.