Mode (concept of filter)
From JRapid
Description
A filter is primarily defined by its mode. The mode is not an actual attribute of the filter, but a way of classifying the filter based on the elements used to define it and the resulting complexity.
Filter modes:
- auto: filter the listing by the value of a property.
- basic: allows to specify multiple conditions for properties.
- advanced: filter by an HQL expression.
- mixed: both basic and advanced mode.
