Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
Modifier and Type | Method and Description |
---|---|
Collection<JRValidationFault> |
JasperCompileManager.verify(JasperDesign jasperDesign)
Verifies the validity and consistency of the report design object.
|
static Collection<JRValidationFault> |
JasperCompileManager.verifyDesign(JasperDesign jasperDesign) |
Modifier and Type | Method and Description |
---|---|
Collection<JRValidationFault> |
JRValidationException.getFaults()
Returns the list of
validation faults . |
protected Collection<JRValidationFault> |
JRVerifier.verifyDesign() |
static Collection<JRValidationFault> |
JRVerifier.verifyDesign(JasperDesign jasperDesign)
Validates a
report design . |
static Collection<JRValidationFault> |
JRVerifier.verifyDesign(JasperDesign jasperDesign,
JRExpressionCollector expressionCollector)
Deprecated.
|
static Collection<JRValidationFault> |
JRVerifier.verifyDesign(JasperReportsContext jasperReportsContext,
JasperDesign jasperDesign,
JRExpressionCollector expressionCollector)
Validates a
report design . |
Modifier and Type | Method and Description |
---|---|
protected static void |
JRVerifier.addBrokenRule(Collection<JRValidationFault> brokenRules,
String message,
Object source) |
protected static String |
JRValidationException.appendMessages(String header,
Collection<JRValidationFault> faults) |
static void |
JRVerifier.verifyBandHeights(Collection<JRValidationFault> brokenRules,
JRReport report,
int pageHeight,
int topMargin,
int bottomMargin)
Validates that the report band heights fit on a page of certain size.
|
Constructor and Description |
---|
JRValidationException(JRValidationFault fault)
Creates a validation exception containing a single fault.
|
Constructor and Description |
---|
JRValidationException(Collection<JRValidationFault> faults)
Create an exception.
|
JRValidationException(String message,
Collection<JRValidationFault> faults)
Create a validation exception.
|
Copyright © 2017. All rights reserved.