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 DRIScriptletString object.public void afterColumnInit(ReportParameters reportParameters)
afterColumnInit in interface DRIScriptletreportParameters - a ReportParameters object.public void afterDetailEval(ReportParameters reportParameters)
afterDetailEval in interface DRIScriptletreportParameters - a ReportParameters object.public void afterGroupInit(String groupName, ReportParameters reportParameters)
afterGroupInit in interface DRIScriptletgroupName - the group namereportParameters - a ReportParameters object.public void afterPageInit(ReportParameters reportParameters)
afterPageInit in interface DRIScriptletreportParameters - a ReportParameters object.public void afterReportInit(ReportParameters reportParameters)
afterReportInit in interface DRIScriptletreportParameters - a ReportParameters object.public void beforeColumnInit(ReportParameters reportParameters)
beforeColumnInit in interface DRIScriptletreportParameters - a ReportParameters object.public void beforeDetailEval(ReportParameters reportParameters)
beforeDetailEval in interface DRIScriptletreportParameters - a ReportParameters object.public void beforeGroupInit(String groupName, ReportParameters reportParameters)
beforeGroupInit in interface DRIScriptletgroupName - the group namereportParameters - a ReportParameters object.public void beforePageInit(ReportParameters reportParameters)
beforePageInit in interface DRIScriptletreportParameters - a ReportParameters object.public void beforeReportInit(ReportParameters reportParameters)
beforeReportInit in interface DRIScriptletreportParameters - a ReportParameters object.Copyright © 2010–2021. All rights reserved.