Package org.pentaho.reporting.engine.classic.core.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.
AnchorFieldTemplate Deprecated. the Anchor-Field has been deprecated.
ComponentFieldTemplate An drawable field template.
DateFieldTemplate A date field template.
DrawableFieldTemplate An drawable field template.
DrawableURLElementTemplate An image URL element template, which reads the image from a static URL.
DrawableURLFieldTemplate An image URL field template, which reads the image from an URL supplied from a column in the DataRow.
EllipseTemplate A template to create rectangle elements.
HorizontalLineTemplate Defines a horizontal line 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.
MessageFieldTemplate The message field template simplifies the on-the-fly creation of strings.
NumberFieldTemplate A number field template.
RectangleTemplate A template to create rectangle elements.
ResourceFieldTemplate A resource field template, which reads a String value from a ResourceBundle.
ResourceLabelTemplate A resource label template.
ResourceMessageTemplate A field template that formats values from the datarow using a message format object.
RoundRectangleTemplate A template to create rectangle elements.
ShapeFieldTemplate A shape field template.
StringFieldTemplate A string field template.
VerticalLineTemplate Defines a horizontal line template.
 

Package org.pentaho.reporting.engine.classic.core.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.