Uses of Class
net.sf.jasperreports.engine.EvaluationType

Packages that use EvaluationType
net.sf.jasperreports.components.sort   
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.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). 
 

Uses of EvaluationType in net.sf.jasperreports.components.sort
 

Methods in net.sf.jasperreports.components.sort with parameters of type EvaluationType
 boolean FieldFilter.matches(EvaluationType evaluation)
           
 

Uses of EvaluationType in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return EvaluationType
static EvaluationType EvaluationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EvaluationType[] EvaluationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.jasperreports.engine with parameters of type EvaluationType
 boolean DatasetFilter.matches(EvaluationType evaluation)
          Determines whether the current row matches the filter criteria.
 boolean CompositeDatasetFilter.matches(EvaluationType evaluation)
           
 

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

Methods in net.sf.jasperreports.engine.fill with parameters of type EvaluationType
 java.lang.Object DatasetFillContext.getFieldValue(java.lang.String field, EvaluationType evaluation)
          Returns the value of a field.
 java.lang.Object JRFillDataset.getFieldValue(java.lang.String fieldName, EvaluationType evaluation)
           
 java.lang.Object DatasetFillContext.getVariableValue(java.lang.String variable, EvaluationType evaluation)
          Returns the value of a variable.
 java.lang.Object JRFillDataset.getVariableValue(java.lang.String variableName, EvaluationType evaluation)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com