|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JRParameter
| Field Summary | |
|---|---|
static java.lang.String |
IS_IGNORE_PAGINATION
Whether to use pagination. |
static java.lang.String |
REPORT_CLASS_LOADER
A java.lang.ClassLoader instance to be used during the report filling process to load resources such as images, fonts and subreport templates. |
static java.lang.String |
REPORT_CONNECTION
A java.sql.Connection needed to run the default report query. |
static java.lang.String |
REPORT_DATA_SOURCE
A JRDataSource instance representing the report data source. |
static java.lang.String |
REPORT_LOCALE
A java.util.Locale instance containing the resource bundle desired locale. |
static java.lang.String |
REPORT_MAX_COUNT
An integer allowing users to limit the datasource size. |
static java.lang.String |
REPORT_PARAMETERS_MAP
A Map containing report parameters passed by users at fill time. |
static java.lang.String |
REPORT_RESOURCE_BUNDLE
The java.util.ResourceBundle containing localized messages. |
static java.lang.String |
REPORT_SCRIPTLET
A JRAbstractScriptlet containing an instance of the report scriptlet provided by the user. |
static java.lang.String |
REPORT_VIRTUALIZER
The JRVirtualizer to be used for page virtualization. |
| Method Summary | |
|---|---|
JRExpression |
getDefaultValueExpression()
|
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
java.lang.Class |
getValueClass()
|
java.lang.String |
getValueClassName()
|
boolean |
isForPrompting()
|
boolean |
isSystemDefined()
|
void |
setDescription(java.lang.String description)
|
| Field Detail |
|---|
static final java.lang.String REPORT_PARAMETERS_MAP
static final java.lang.String REPORT_CONNECTION
static final java.lang.String REPORT_MAX_COUNT
static final java.lang.String REPORT_DATA_SOURCE
JRDataSource instance representing the report data source. JasperReports defines some convenience implementations
of JRDataSource, but users may create their own data sources for specific needs.
static final java.lang.String REPORT_SCRIPTLET
JRAbstractScriptlet containing an instance of the report scriptlet provided by the user.
static final java.lang.String REPORT_LOCALE
static final java.lang.String REPORT_RESOURCE_BUNDLE
static final java.lang.String REPORT_VIRTUALIZER
JRVirtualizer to be used for page virtualization. This parameter is optional.
static final java.lang.String REPORT_CLASS_LOADER
static final java.lang.String IS_IGNORE_PAGINATION
true the report will be generated on one long page.
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getDescription()
void setDescription(java.lang.String description)
java.lang.Class getValueClass()
java.lang.String getValueClassName()
boolean isSystemDefined()
boolean isForPrompting()
JRExpression getDefaultValueExpression()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||