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