|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JRValidationFault | |
|---|---|
| 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. |
| Uses of JRValidationFault in net.sf.jasperreports.engine |
|---|
| Methods in net.sf.jasperreports.engine that return types with arguments of type JRValidationFault | |
|---|---|
Collection<JRValidationFault> |
JasperCompileManager.verify(JasperDesign jasperDesign)
Verifies the validity and consistency of the report design object. |
static Collection<JRValidationFault> |
JasperCompileManager.verifyDesign(JasperDesign jasperDesign)
|
| Uses of JRValidationFault in net.sf.jasperreports.engine.design |
|---|
| Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRValidationFault | |
|---|---|
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. Replaced by JRVerifier.verifyDesign(JasperReportsContext, JasperDesign, JRExpressionCollector). |
static Collection<JRValidationFault> |
JRVerifier.verifyDesign(JasperReportsContext jasperReportsContext,
JasperDesign jasperDesign,
JRExpressionCollector expressionCollector)
Validates a report design. |
| Method parameters in net.sf.jasperreports.engine.design with type arguments of type JRValidationFault | |
|---|---|
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. |
| Constructors in net.sf.jasperreports.engine.design with parameters of type JRValidationFault | |
|---|---|
JRValidationException(JRValidationFault fault)
Creates a validation exception containing a single fault. |
|
| Constructor parameters in net.sf.jasperreports.engine.design with type arguments of type JRValidationFault | |
|---|---|
JRValidationException(Collection<JRValidationFault> faults)
Create an exception. |
|
JRValidationException(String message,
Collection<JRValidationFault> faults)
Create a validation exception. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||