Uses of Enum
net.sf.jasperreports.engine.type.WhenResourceMissingTypeEnum
Packages that use WhenResourceMissingTypeEnum
Package
Description
Contains fill time implementations for Table component related interfaces.
Contains classes to be used at report filling time for the Crosstab report element.
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.
Contains base implementations for the library's main interfaces.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains
enum types used by the library's main classes.-
Uses of WhenResourceMissingTypeEnum in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return WhenResourceMissingTypeEnumModifier and TypeMethodDescriptionTableReport.getWhenResourceMissingType()TableReportDataset.getWhenResourceMissingType()Methods in net.sf.jasperreports.components.table.fill with parameters of type WhenResourceMissingTypeEnumModifier and TypeMethodDescriptionvoidTableReport.SummaryGroupFooterPrintWhenEvaluator.init(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType) voidTableReport.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType) voidTableReportDataset.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType) -
Uses of WhenResourceMissingTypeEnum in net.sf.jasperreports.crosstabs.fill
Methods in net.sf.jasperreports.crosstabs.fill with parameters of type WhenResourceMissingTypeEnumModifier and TypeMethodDescriptionvoidJRCrosstabExpressionEvaluator.init(Map<String, JRFillParameter> parametersMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum whenResourceMissingType, boolean ignoreNPE) -
Uses of WhenResourceMissingTypeEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return WhenResourceMissingTypeEnumModifier and TypeMethodDescriptionJRDataset.getWhenResourceMissingType()Returns the resource missing handling type.JRReport.getWhenResourceMissingType()Returns the resource missing handling type.Methods in net.sf.jasperreports.engine with parameters of type WhenResourceMissingTypeEnumModifier and TypeMethodDescriptionvoidJRDataset.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType) Sets the resource missing handling type.voidJRReport.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType) Sets the resource missing handling type. -
Uses of WhenResourceMissingTypeEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as WhenResourceMissingTypeEnumModifier and TypeFieldDescriptionprotected WhenResourceMissingTypeEnumJRBaseDataset.whenResourceMissingTypeMethods in net.sf.jasperreports.engine.base that return WhenResourceMissingTypeEnumModifier and TypeMethodDescriptionJRBaseDataset.getWhenResourceMissingType()JRBaseReport.getWhenResourceMissingType()Methods in net.sf.jasperreports.engine.base with parameters of type WhenResourceMissingTypeEnumModifier and TypeMethodDescriptionvoidJRBaseDataset.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType) voidJRBaseReport.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType) -
Uses of WhenResourceMissingTypeEnum in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as WhenResourceMissingTypeEnumModifier and TypeFieldDescriptionprotected WhenResourceMissingTypeEnumJRFillDataset.whenResourceMissingTypeThe resource missing handle type.Methods in net.sf.jasperreports.engine.fill that return WhenResourceMissingTypeEnumModifier and TypeMethodDescriptionprotected WhenResourceMissingTypeEnumJRBaseFiller.getWhenResourceMissingType()JRFillDataset.getWhenResourceMissingType()Methods in net.sf.jasperreports.engine.fill with parameters of type WhenResourceMissingTypeEnumModifier and TypeMethodDescriptionvoidBuiltinExpressionEvaluator.init(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType) voidBuiltinExpressionEvaluatorDecorator.init(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType, boolean ignoreNPE) voidConstantBuiltinExpression.init(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType) voidDatasetExpressionEvaluator.init(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType, boolean ignoreNPE) voidFillExpressionEvaluatorDatasetAdapter.init(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType, boolean ignoreNPE) voidJREvaluator.init(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType, boolean ignoreNPE) Initializes the evaluator by setting the parameter, field and variable objects.voidJRFillDataset.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType) -
Uses of WhenResourceMissingTypeEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return WhenResourceMissingTypeEnumModifier and TypeMethodDescriptionstatic WhenResourceMissingTypeEnumWhenResourceMissingTypeEnum.getDefault()static WhenResourceMissingTypeEnumWhenResourceMissingTypeEnum.getValueOrDefault(WhenResourceMissingTypeEnum value) static WhenResourceMissingTypeEnumReturns 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.Methods in net.sf.jasperreports.engine.type with parameters of type WhenResourceMissingTypeEnumModifier and TypeMethodDescriptionstatic WhenResourceMissingTypeEnumWhenResourceMissingTypeEnum.getValueOrDefault(WhenResourceMissingTypeEnum value)