Uses of Class
net.sf.jasperreports.engine.design.JRValidationFault
-
Packages that use JRValidationFault 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. -
-
Uses of JRValidationFault in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return types with arguments of type JRValidationFault Modifier and Type Method Description 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 Modifier and Type Method Description Collection<JRValidationFault>
JRValidationException. getFaults()
Returns the list ofvalidation faults
.protected Collection<JRValidationFault>
JRVerifier. verifyDesign()
static Collection<JRValidationFault>
JRVerifier. verifyDesign(JasperDesign jasperDesign)
Validates areport design
.static Collection<JRValidationFault>
JRVerifier. verifyDesign(JasperReportsContext jasperReportsContext, JasperDesign jasperDesign, JRExpressionCollector expressionCollector)
Validates areport design
.Method parameters in net.sf.jasperreports.engine.design with type arguments of type JRValidationFault Modifier and Type Method 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.static void
JRVerifier. verifyExpression(JRExpression expression, Map<String,? extends JRParameter> parametersMap, Map<String,JRField> fieldsMap, Map<String,JRVariable> variablesMap, Collection<JRValidationFault> brokenRules)
Constructors in net.sf.jasperreports.engine.design with parameters of type JRValidationFault Constructor Description 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 Constructor Description JRValidationException(String message, Collection<JRValidationFault> faults)
Create a validation exception.JRValidationException(Collection<JRValidationFault> faults)
Create an exception.
-