Uses of Interface
org.eclipse.birt.report.engine.api.script.instance.IGridInstance

Packages that use IGridInstance
org.eclipse.birt.report.engine.api.script.eventadapter This package contains adapters for the event handler interfaces in org.eclipse.birt.report.engine.api.script.eventhandler. 
org.eclipse.birt.report.engine.api.script.eventhandler This package contains event handler interfaces for the BIRT scripting environment. 
 

Uses of IGridInstance in org.eclipse.birt.report.engine.api.script.eventadapter
 

Methods in org.eclipse.birt.report.engine.api.script.eventadapter with parameters of type IGridInstance
 void GridEventAdapter.onCreate(IGridInstance grid, IReportContext reportContext)
           
 void GridEventAdapter.onPageBreak(IGridInstance grid, IReportContext reportContext)
           
 void GridEventAdapter.onRender(IGridInstance grid, IReportContext reportContext)
           
 

Uses of IGridInstance in org.eclipse.birt.report.engine.api.script.eventhandler
 

Methods in org.eclipse.birt.report.engine.api.script.eventhandler with parameters of type IGridInstance
 void IGridEventHandler.onCreate(IGridInstance grid, IReportContext reportContext)
          Handle the onCreate event
 void IGridEventHandler.onPageBreak(IGridInstance grid, IReportContext reportContext)
          Handle the onPageBreak event
 void IGridEventHandler.onRender(IGridInstance grid, IReportContext reportContext)
          Handle the onRender event
 



Copyright © 2008 Actuate Corp. All rights reserved.