Type Parameters:
T - The column's model object type
F - Filter's model object type
S - the type of the sort property
All Implemented Interfaces:
Serializable, ICellPopulator<T>, IExportableColumn<T,S>, IFilteredColumn<T,S>, IColumn<T,S>, IStyledColumn<T,S>, IDetachable, IClusterable

public class TextFilteredPropertyColumn<T,F,S> extends FilteredPropertyColumn<T,S>
A filtered property column that creates a textfield filter component. The default model of the created textfield is a property model with the same property expression as the one used to display data. This works well when the filter state object is of the same type as the objects in the data table.
Author:
Igor Vaynberg (ivaynberg)
See Also: