Copyright © 2011 Citra Technologies. All Rights Reserved.

Package com.citra.filter.auto

Provides classes for creating and using a custom filter component.

See:
          Description

Class Summary
AbstractAutoFilterPanel AbstractAutoFilterPanel defines a panel that is the visual representation of a custom duplex filter.
AutoFilterDialog The dialog that is shown from CustomPopupFilterHeaderModel.
BooleanAutoFilterPanel BooleanAutoFilterPanel provides a specialized BooleanVisualFilter subclass for the filter representation.
DateAutoFilterPanel DateAutoFilterPanel uses a DateVisualFilter with a combo box filled with available filter values.
GenericAutoFilterPanel GenericAutoFilterPanel is suitable for filtering objects other than strings, dates, booleans or numbers.
JAutoFilter JAutoFilter provides a panel for supplying custom filter options.
NumericAutoFilterPanel NumericAutoFilterPanel uses a NumericalVisualFilter with a combo box filled with available filter values.
StringAutoFilterPanel StringAutoFilterPanel uses a StringVisualFilter with a combo box filled with available filter values.
 

Package com.citra.filter.auto Description

Provides classes for creating and using a custom filter component.


Copyright © 2011 Citra Technologies. All Rights Reserved.