Package com.jrefinery.report.filter.templates

Some predefined filter templates.

See:
          Description

Interface Summary
Template A template defines a common use case for a DataSource and one or more predefined Filters.
 

Class Summary
AbstractTemplate An abstract base class that implements the Template interface.
DateFieldTemplate A date field template.
ImageFieldTemplate An image field template.
ImageURLElementTemplate An image URL element template, which reads the image from a static URL.
ImageURLFieldTemplate An image URL field template, which reads the image from an URL supplied from a column in the DataRow.
LabelTemplate A label template can be used to describe static text content.
NumberFieldTemplate A number field template.
ResourceFieldTemplate A resource field template, which reads a String value from a ResourceBundle.
ResourceLabelTemplate A resource label template.
ShapeFieldTemplate A shape field template.
StringFieldTemplate A string field template.
 

Package com.jrefinery.report.filter.templates Description

Some predefined filter templates. Templates describe common use cases for filters to ease up the composition of report elements.

The template implementation provide a simple, bean like blackbox interface to the used DataSources and DataFilters and their properties.