public abstract class Filter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Filter.ValueConverter |
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
IllegalArgumentException
public abstract String getCriteria()
public abstract String getLabel()
public abstract boolean isActive()