Interface ITableGroupEventHandler
- All Known Implementing Classes:
TableGroupEventAdapter
public interface ITableGroupEventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCreate
(IReportElementInstance tableGroup, IReportContext context) void
onPageBreak
(IReportElementInstance tableGroup, IReportContext context) void
onPrepare
(ITableGroup tableGroup, IReportContext context) void
onRender
(IReportElementInstance tableGroup, IReportContext context)
-
Method Details
-
onPrepare
- Throws:
ScriptException
-
onCreate
- Throws:
ScriptException
-
onRender
- Throws:
ScriptException
-
onPageBreak
- Throws:
ScriptException
-