public class TableGroupEventAdapter extends java.lang.Object implements ITableGroupEventHandler
Constructor and Description |
---|
TableGroupEventAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
onCreate(IReportElementInstance tableGroup,
IReportContext context) |
void |
onPageBreak(IReportElementInstance tableGroup,
IReportContext context) |
void |
onPrepare(ITableGroup tableGroup,
IReportContext context) |
void |
onRender(IReportElementInstance tableGroup,
IReportContext context) |
public void onPrepare(ITableGroup tableGroup, IReportContext context) throws ScriptException
onPrepare
in interface ITableGroupEventHandler
ScriptException
public void onCreate(IReportElementInstance tableGroup, IReportContext context) throws ScriptException
onCreate
in interface ITableGroupEventHandler
ScriptException
public void onRender(IReportElementInstance tableGroup, IReportContext context) throws ScriptException
onRender
in interface ITableGroupEventHandler
ScriptException
public void onPageBreak(IReportElementInstance tableGroup, IReportContext context) throws ScriptException
onPageBreak
in interface ITableGroupEventHandler
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.