org.eclipse.birt.report.engine.api.script.eventadapter
Class TableGroupEventAdapter

java.lang.Object
  extended by org.eclipse.birt.report.engine.api.script.eventadapter.TableGroupEventAdapter
All Implemented Interfaces:
ITableGroupEventHandler

public class TableGroupEventAdapter
extends java.lang.Object
implements ITableGroupEventHandler


Constructor Summary
TableGroupEventAdapter()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableGroupEventAdapter

public TableGroupEventAdapter()
Method Detail

onPrepare

public void onPrepare(ITableGroup tableGroup,
                      IReportContext context)
Specified by:
onPrepare in interface ITableGroupEventHandler

onCreate

public void onCreate(IReportElementInstance tableGroup,
                     IReportContext context)
Specified by:
onCreate in interface ITableGroupEventHandler

onRender

public void onRender(IReportElementInstance tableGroup,
                     IReportContext context)
Specified by:
onRender in interface ITableGroupEventHandler

onPageBreak

public void onPageBreak(IReportElementInstance tableGroup,
                        IReportContext context)
Specified by:
onPageBreak in interface ITableGroupEventHandler


Copyright © 2008 Actuate Corp. All rights reserved.