Package | Description |
---|---|
net.sf.jasperreports.components.table.fill | |
net.sf.jasperreports.crosstabs.fill | |
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).
|
net.sf.jasperreports.engine.type |
Modifier and Type | Method and Description |
---|---|
WhenResourceMissingTypeEnum |
TableReport.getWhenResourceMissingTypeValue() |
WhenResourceMissingTypeEnum |
TableReportDataset.getWhenResourceMissingTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
BuiltinExpressionEvaluatorDecorator.init(java.util.Map parametersMap,
java.util.Map fieldsMap,
java.util.Map variablesMap,
WhenResourceMissingTypeEnum resourceMissingType) |
void |
BuiltinExpressionEvaluator.init(java.util.Map parametersMap,
java.util.Map fieldsMap,
java.util.Map variablesMap,
WhenResourceMissingTypeEnum resourceMissingType) |
void |
TableReport.SummaryGroupFooterPrintWhenEvaluator.init(java.util.Map parametersMap,
java.util.Map fieldsMap,
java.util.Map variablesMap,
WhenResourceMissingTypeEnum resourceMissingType) |
void |
TableReport.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType) |
void |
TableReportDataset.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType) |
Modifier and Type | Method and Description |
---|---|
void |
JRCrosstabExpressionEvaluator.init(java.util.Map parametersMap,
java.util.Map variablesMap,
WhenResourceMissingTypeEnum whenResourceMissingType) |
Modifier and Type | Method and Description |
---|---|
WhenResourceMissingTypeEnum |
JRReport.getWhenResourceMissingTypeValue()
Returns the resource missing handling type.
|
WhenResourceMissingTypeEnum |
JRDataset.getWhenResourceMissingTypeValue()
Returns the resource missing handling type.
|
Modifier and Type | Method and Description |
---|---|
void |
JRReport.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType)
Sets the resource missing handling type.
|
void |
JRDataset.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType)
Sets the resource missing handling type.
|
Modifier and Type | Field and Description |
---|---|
protected WhenResourceMissingTypeEnum |
JRBaseDataset.whenResourceMissingTypeValue |
Modifier and Type | Method and Description |
---|---|
WhenResourceMissingTypeEnum |
JRBaseReport.getWhenResourceMissingTypeValue() |
WhenResourceMissingTypeEnum |
JRBaseDataset.getWhenResourceMissingTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseReport.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType) |
void |
JRBaseDataset.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingTypeValue) |
Modifier and Type | Field and Description |
---|---|
protected WhenResourceMissingTypeEnum |
JRFillDataset.whenResourceMissingType
The resource missing handle type.
|
protected WhenResourceMissingTypeEnum |
JRBaseFiller.whenResourceMissingType
the resource missing handling type
|
Modifier and Type | Method and Description |
---|---|
protected WhenResourceMissingTypeEnum |
JRBaseFiller.getWhenResourceMissingType() |
WhenResourceMissingTypeEnum |
JRFillDataset.getWhenResourceMissingTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
DatasetExpressionEvaluator.init(java.util.Map parametersMap,
java.util.Map fieldsMap,
java.util.Map variablesMap,
WhenResourceMissingTypeEnum resourceMissingType) |
void |
JREvaluator.init(java.util.Map parametersMap,
java.util.Map fieldsMap,
java.util.Map variablesMap,
WhenResourceMissingTypeEnum resourceMissingType)
Initializes the evaluator by setting the parameter, field and variable objects.
|
void |
JRFillDataset.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType) |
Modifier and Type | Method and Description |
---|---|
static WhenResourceMissingTypeEnum |
WhenResourceMissingTypeEnum.getByName(java.lang.String name) |
static WhenResourceMissingTypeEnum |
WhenResourceMissingTypeEnum.getByValue(byte value) |
static WhenResourceMissingTypeEnum |
WhenResourceMissingTypeEnum.getByValue(java.lang.Byte value) |
static WhenResourceMissingTypeEnum |
WhenResourceMissingTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WhenResourceMissingTypeEnum[] |
WhenResourceMissingTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com