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

All Known Implementing Classes:
TableGroupEventAdapter

public interface ITableGroupEventHandler


Method Summary
 void onCreate(IReportElementInstance tableGroup, IReportContext context)
           
 void onPageBreak(IReportElementInstance tableGroup, IReportContext context)
           
 void onPrepare(ITableGroup tableGroup, IReportContext context)
           
 void onRender(IReportElementInstance tableGroup, IReportContext context)
           
 

Method Detail

onPrepare

void onPrepare(ITableGroup tableGroup,
               IReportContext context)

onCreate

void onCreate(IReportElementInstance tableGroup,
              IReportContext context)

onRender

void onRender(IReportElementInstance tableGroup,
              IReportContext context)

onPageBreak

void onPageBreak(IReportElementInstance tableGroup,
                 IReportContext context)


Copyright © 2008 Actuate Corp. All rights reserved.