JIDE 3.5.15

com.jidesoft.grid
Interface TableRowFilter<T>

All Superinterfaces:
Cloneable, Filter<T>, Serializable
All Known Implementing Classes:
AbstractTableRowFilter

public interface TableRowFilter<T>
extends Filter<T>

A filter for FilterableTreeTableModel. The value passed in to this filter's isValueFiltered method is the Row object. To use it, you should call FilterableTableModel.addFilter(Filter) method which will add the filter to IFilterableTableModel.ANY_COLUMNS. Please note, you must add TableRowFilter to ANY_COLUMNS. Otherwise it won't work.


Field Summary
 
Fields inherited from interface com.jidesoft.filter.Filter
ALL, CUSTOM, NULL, SEPARATOR
 
Method Summary
 
Methods inherited from interface com.jidesoft.filter.Filter
addFilterListener, clone, getFilterFactory, getFilterFactoryName, getName, getPreference, isEnabled, isValueFiltered, removeFilterListener, setEnabled, setFilterFactory, setFilterFactoryName, setName, setPreference, stricterThan
 


JIDE 3.5.15