JIDE 3.5.15

com.jidesoft.grid
Class AbstractFilter<T>

java.lang.Object
  extended by com.jidesoft.filter.AbstractFilter<T>
      extended by com.jidesoft.grid.AbstractFilter<T>
All Implemented Interfaces:
Filter<T>, ObjectGrouperSupport, Serializable, Cloneable
Direct Known Subclasses:
AbstractListFilter, AbstractTableFilter, AbstractTableRowFilter

Deprecated. The class is moved to com.jidesoft.filter. Please update your code to use this one under com.jidesoft.filter instead.

@Deprecated
public abstract class AbstractFilter<T>
extends AbstractFilter<T>

This abstract class provides default implementations for most of the methods in the Filter interface. It takes care of the management of listeners and provides some conveniences for generating FilterEvent and dispatching them to the listeners. To create a concrete Filter as a subclass of AbstractTableModel you need only provide implementations for the following one methods:

  public boolean isValueFiltered();
  

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jidesoft.filter.Filter
ALL, CUSTOM, NULL, SEPARATOR
 
Constructor Summary
protected AbstractFilter()
          Deprecated.  
protected AbstractFilter(String name)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.jidesoft.filter.AbstractFilter
addFilterListener, clone, fireFilterChanged, fireFilterContentChanged, fireFilterDisabled, fireFilterEnabled, fireFilterNameChanged, getConditionString, getFilterFactory, getFilterFactoryName, getFilterListeners, getName, getObjectGrouper, getObjectGrouperName, getPreference, isEnabled, isFilterValid, removeFilterListener, setEnabled, setFilterFactory, setFilterFactoryName, setName, setObjectGrouper, setObjectGrouperName, setPreference, stricterThan
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jidesoft.filter.Filter
isValueFiltered
 

Constructor Detail

AbstractFilter

protected AbstractFilter()
Deprecated. 

AbstractFilter

protected AbstractFilter(String name)
Deprecated. 

JIDE 3.5.15