Package net.coderazzi.filters.parser

Class Summary
FilterTextParser Basic implementation of a IFilterTextParser, supporting only simple operators referring to the content of a single column.
The supporter operators include: Comparison operators.
Types Default Types.StringTypeFormat instances, supporting all the basic java types
It also includes support for Comparator of Date instances.
The default IFilterTextParser is automatically configured to use these Types.StringTypeFormat instances, when created by the TableFilterHeader.
Users can add any Types.StringTypeFormat or Comparator definitions, as the class is used as a singleton.
Types.BooleanTypeFormat Factory to build boolean objects
Types.ByteTypeFormat Factory to build byte objects
Types.CharacterTypeFormat Factory to build character objects
Types.DoubleTypeFormat Factory to build double objects
Types.FloatTypeFormat Factory to build float objects
Types.IntegerTypeFormat Factory to build integer objects
Types.LongTypeFormat Factory to build long objects
Types.ShortTypeFormat Factory to build short objects
Types.StringTypeFormat Factory to build string objects