public abstract class Filter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Filter.ValueConverter
A ValueConverter attached to a column modifies the cell before
it is tested in a filter or displayed.
|
Modifier and Type | Field and Description |
---|---|
static String[] |
FILTER_TYPES |
Modifier and Type | Method and Description |
---|---|
abstract String |
getCriteria() |
abstract String |
getLabel() |
abstract boolean |
isActive() |
abstract boolean |
setCriteria(String criteria)
if an exceptions is thrown, the internal state stays untouched.
|
public static final String[] FILTER_TYPES
public abstract boolean setCriteria(String criteria) throws IllegalArgumentException
criteria
- for the filterIllegalArgumentException
public abstract String getCriteria()
public abstract String getLabel()
public abstract boolean isActive()