public abstract class AbstractScriptlet extends Object implements DRIScriptlet
Abstract AbstractScriptlet class.
Constructor and Description |
---|
AbstractScriptlet()
Constructor for AbstractScriptlet.
|
AbstractScriptlet(String name)
Constructor for AbstractScriptlet.
|
Modifier and Type | Method and Description |
---|---|
void |
afterColumnInit(ReportParameters reportParameters)
Called after each column is initialized.
|
void |
afterDetailEval(ReportParameters reportParameters)
Called after evaluating each detail.
|
void |
afterGroupInit(String groupName,
ReportParameters reportParameters)
Called after a group is initialized.
|
void |
afterPageInit(ReportParameters reportParameters)
Called after each page is initialized.
|
void |
afterReportInit(ReportParameters reportParameters)
Called after the report is initialized.
|
void |
beforeColumnInit(ReportParameters reportParameters)
Called before each column is initialized.
|
void |
beforeDetailEval(ReportParameters reportParameters)
Called before evaluating each detail.
|
void |
beforeGroupInit(String groupName,
ReportParameters reportParameters)
Called before a group is initialized.
|
void |
beforePageInit(ReportParameters reportParameters)
Called before each page is initialized.
|
void |
beforeReportInit(ReportParameters reportParameters)
Called before the report is initialized.
|
String |
getName()
getName.
|
public String getName()
getName.
getName
in interface DRIScriptlet
String
object.public void afterColumnInit(ReportParameters reportParameters)
afterColumnInit
in interface DRIScriptlet
reportParameters
- a ReportParameters
object.public void afterDetailEval(ReportParameters reportParameters)
afterDetailEval
in interface DRIScriptlet
reportParameters
- a ReportParameters
object.public void afterGroupInit(String groupName, ReportParameters reportParameters)
afterGroupInit
in interface DRIScriptlet
groupName
- the group namereportParameters
- a ReportParameters
object.public void afterPageInit(ReportParameters reportParameters)
afterPageInit
in interface DRIScriptlet
reportParameters
- a ReportParameters
object.public void afterReportInit(ReportParameters reportParameters)
afterReportInit
in interface DRIScriptlet
reportParameters
- a ReportParameters
object.public void beforeColumnInit(ReportParameters reportParameters)
beforeColumnInit
in interface DRIScriptlet
reportParameters
- a ReportParameters
object.public void beforeDetailEval(ReportParameters reportParameters)
beforeDetailEval
in interface DRIScriptlet
reportParameters
- a ReportParameters
object.public void beforeGroupInit(String groupName, ReportParameters reportParameters)
beforeGroupInit
in interface DRIScriptlet
groupName
- the group namereportParameters
- a ReportParameters
object.public void beforePageInit(ReportParameters reportParameters)
beforePageInit
in interface DRIScriptlet
reportParameters
- a ReportParameters
object.public void beforeReportInit(ReportParameters reportParameters)
beforeReportInit
in interface DRIScriptlet
reportParameters
- a ReportParameters
object.Copyright © 2010–2021. All rights reserved.