Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org » jfree » report » filter » templates » [javadoc | source]
org.jfree.report.filter.templates
public class: ResourceFieldTemplate [javadoc | source]
java.lang.Object
   org.jfree.report.filter.templates.AbstractTemplate
      org.jfree.report.filter.templates.ResourceFieldTemplate

All Implemented Interfaces:
    Template

A resource field template, which reads a String value from a ResourceBundle.
Constructor:
 public ResourceFieldTemplate() 
Method from org.jfree.report.filter.templates.ResourceFieldTemplate Summary:
clone,   getDataRowDataSource,   getField,   getFormula,   getNullValue,   getResourceIdentifier,   getValue,   setField,   setFormula,   setNullValue,   setResourceIdentifier
Methods from org.jfree.report.filter.templates.AbstractTemplate:
clone,   getInstance,   getName,   setName
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.filter.templates.ResourceFieldTemplate Detail:
 public Object clone() throws CloneNotSupportedException 
    Clones the template.
 protected DataRowDataSource getDataRowDataSource() 
    Returns the datarow data source used in this template.
 public String getField() 
    Returns the field name.
 public String getFormula() 
    Returns the formula used to compute the value of the data source.
 public String getNullValue() 
    Returns the string that represents a null value.
 public String getResourceIdentifier() 
    Returns the resource class name.
 public Object getValue(ExpressionRuntime runtime,
    Element element) 
    Returns the current value for the data source.
 public  void setField(String field) 
    Sets the field name.
 public  void setFormula(String formula) 
    Defines the formula used to compute the value of this data source.
 public  void setNullValue(String nullValue) 
    Sets the string that represents a null value.
 public  void setResourceIdentifier(String resourceClassName) throws MissingResourceException 
    Sets the resource class name.