com.citra.filter
Class CompositeFilter
java.lang.Object
com.citra.filter.TableFilter
com.citra.filter.CompositeFilter
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AndTableFilter, OrTableFilter
public abstract class CompositeFilter
- extends TableFilter
CompositeFilter is a TableFilter subclass that consists of an array of TableFilters.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tableFilters
protected TableFilter[] tableFilters
- The array of TableFilters.
CompositeFilter
public CompositeFilter(TableFilter[] tableFilters)
getTableFilters
public TableFilter[] getTableFilters()
- Returns the array of TableFilters.
- Returns:
- a TableFilter array.
setColumn
public void setColumn(int column)
- Sets the column to filter. ALL_COLUMNS indicates that all columns should be filtered.
- Overrides:
setColumn
in class TableFilter
- Parameters:
column
- the column of the table to filter