Package | Description |
---|---|
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.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<JRValidationFault> |
JasperCompileManager.verifyDesign(JasperDesign jasperDesign)
Verifies the validity and consistency of the report design object.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<JRValidationFault> |
JRValidationException.getFaults()
Returns the list of
validation faults . |
protected java.util.Collection<JRValidationFault> |
JRVerifier.verifyDesign() |
static java.util.Collection<JRValidationFault> |
JRVerifier.verifyDesign(JasperDesign jasperDesign)
Validates a
report design . |
static java.util.Collection<JRValidationFault> |
JRVerifier.verifyDesign(JasperDesign jasperDesign,
JRExpressionCollector expressionCollector)
Validates a
report design . |
Modifier and Type | Method and Description |
---|---|
protected static void |
JRVerifier.addBrokenRule(java.util.Collection<JRValidationFault> brokenRules,
java.lang.String message,
java.lang.Object source) |
protected static java.lang.String |
JRValidationException.appendMessages(java.lang.String header,
java.util.Collection<JRValidationFault> faults) |
static void |
JRVerifier.verifyBandHeights(java.util.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(java.util.Collection<JRValidationFault> faults)
Create an exception.
|
JRValidationException(java.lang.String message,
java.util.Collection<JRValidationFault> faults)
Create a validation exception.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com