Package org.palo.api.subsets.filter.settings

Interface Summary
FilterSetting FilterSetting A simple filter setting definition.
Parameter Parameter A parameter assigns a name to a value
 

Class Summary
AbstractFilterSettings AbstractFilterSettings TODO DOCUMENT ME
AliasFilterSetting AliasFilterSetting Manages the settings for the AliasFilter.
AttributeConstraint AttributeFilterColumnEntry This class defines a constraint for an Attribute.
AttributeConstraintsMatrix AttributeConstraintsMatrix Manages the AttributeConstraints for the AttributeFilter by storing them in a matrix like way.
AttributeFilterSetting AttributeFilterSetting Manages the settings for the AttributeFilter.
BooleanParameter BooleanParameter An implementation of the Parameter interface for Boolean values.
DataCriteria DataCriteria A data criteria consists of one or two operators and their operands.
DataFilterSetting DataFilterSetting Manages the settings for the DataFilter.
DoubleParameter DecimalParameter An implementation of the Parameter interface for Double values.
HierarchicalFilterSetting HierarchicalFilterSetting Manages the settings for the HierarchicalFilter.
IntegerParameter IntegerParameter An implementation of the Parameter interface for Integer values.
ObjectParameter GeneralParameter An implementation of the Parameter interface to store a general value.
PicklistFilterSetting PicklistFilterSetting Manages the settings for the PicklistFilter.
SortingFilterSetting SortingFilterSetting Manages the settings for the SortingFilter.
StringParameter StringParameter An implementation of the Parameter interface for String values.
TextFilterSetting TextFilterSetting Manages the settings for the TextFilter.