Uses of Class
net.sf.jasperreports.engine.type.WhenResourceMissingTypeEnum

Packages that use WhenResourceMissingTypeEnum
net.sf.jasperreports.components.table.fill   
net.sf.jasperreports.crosstabs.fill   
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.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
net.sf.jasperreports.engine.type   
 

Uses of WhenResourceMissingTypeEnum in net.sf.jasperreports.components.table.fill
 

Methods in net.sf.jasperreports.components.table.fill that return WhenResourceMissingTypeEnum
 WhenResourceMissingTypeEnum TableReportDataset.getWhenResourceMissingTypeValue()
           
 WhenResourceMissingTypeEnum TableReport.getWhenResourceMissingTypeValue()
           
 

Methods in net.sf.jasperreports.components.table.fill with parameters of type WhenResourceMissingTypeEnum
 void BuiltinExpressionEvaluator.init(java.util.Map parametersMap, java.util.Map fieldsMap, java.util.Map variablesMap, WhenResourceMissingTypeEnum resourceMissingType)
           
 void TableReport.SummaryGroupFooterPrintWhenEvaluator.init(java.util.Map parametersMap, java.util.Map fieldsMap, java.util.Map variablesMap, WhenResourceMissingTypeEnum resourceMissingType)
           
 void BuiltinExpressionEvaluatorDecorator.init(java.util.Map parametersMap, java.util.Map fieldsMap, java.util.Map variablesMap, WhenResourceMissingTypeEnum resourceMissingType)
           
 void TableReportDataset.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType)
           
 void TableReport.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType)
           
 

Uses of WhenResourceMissingTypeEnum in net.sf.jasperreports.crosstabs.fill
 

Methods in net.sf.jasperreports.crosstabs.fill with parameters of type WhenResourceMissingTypeEnum
 void JRCrosstabExpressionEvaluator.init(java.util.Map parametersMap, java.util.Map variablesMap, WhenResourceMissingTypeEnum whenResourceMissingType)
           
 

Uses of WhenResourceMissingTypeEnum in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return WhenResourceMissingTypeEnum
 WhenResourceMissingTypeEnum JRReport.getWhenResourceMissingTypeValue()
          Returns the resource missing handling type.
 WhenResourceMissingTypeEnum JRDataset.getWhenResourceMissingTypeValue()
          Returns the resource missing handling type.
 

Methods in net.sf.jasperreports.engine with parameters of type WhenResourceMissingTypeEnum
 void JRReport.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType)
          Sets the resource missing handling type.
 void JRDataset.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 WhenResourceMissingTypeEnum
protected  WhenResourceMissingTypeEnum JRBaseDataset.whenResourceMissingTypeValue
           
 

Methods in net.sf.jasperreports.engine.base that return WhenResourceMissingTypeEnum
 WhenResourceMissingTypeEnum JRBaseReport.getWhenResourceMissingTypeValue()
           
 WhenResourceMissingTypeEnum JRBaseDataset.getWhenResourceMissingTypeValue()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type WhenResourceMissingTypeEnum
 void JRBaseReport.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType)
           
 void JRBaseDataset.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingTypeValue)
           
 

Uses of WhenResourceMissingTypeEnum in net.sf.jasperreports.engine.fill
 

Fields in net.sf.jasperreports.engine.fill declared as WhenResourceMissingTypeEnum
protected  WhenResourceMissingTypeEnum JRBaseFiller.whenResourceMissingType
          the resource missing handling type
protected  WhenResourceMissingTypeEnum JRFillDataset.whenResourceMissingType
          The resource missing handle type.
 

Methods in net.sf.jasperreports.engine.fill that return WhenResourceMissingTypeEnum
protected  WhenResourceMissingTypeEnum JRBaseFiller.getWhenResourceMissingType()
           
 WhenResourceMissingTypeEnum JRFillDataset.getWhenResourceMissingTypeValue()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type WhenResourceMissingTypeEnum
 void JREvaluator.init(java.util.Map parametersMap, java.util.Map fieldsMap, java.util.Map variablesMap, WhenResourceMissingTypeEnum resourceMissingType)
          Initializes the evaluator by setting the parameter, field and variable objects.
 void DatasetExpressionEvaluator.init(java.util.Map parametersMap, java.util.Map fieldsMap, java.util.Map variablesMap, WhenResourceMissingTypeEnum resourceMissingType)
           
 void JRFillDataset.setWhenResourceMissingType(WhenResourceMissingTypeEnum whenResourceMissingType)
           
 

Uses of WhenResourceMissingTypeEnum in net.sf.jasperreports.engine.type
 

Methods in net.sf.jasperreports.engine.type that return WhenResourceMissingTypeEnum
static WhenResourceMissingTypeEnum WhenResourceMissingTypeEnum.getByName(java.lang.String name)
           
static WhenResourceMissingTypeEnum WhenResourceMissingTypeEnum.getByValue(byte value)
           
static WhenResourceMissingTypeEnum WhenResourceMissingTypeEnum.getByValue(java.lang.Byte value)
           
static WhenResourceMissingTypeEnum WhenResourceMissingTypeEnum.valueOf(java.lang.String name)
          Returns 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.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com