|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jidesoft.filter.AbstractFilter<T> com.jidesoft.grid.AbstractFilter<T> com.jidesoft.grid.AbstractTableFilter<T> com.jidesoft.grid.SingleValueFilter<T>
public class SingleValueFilter<T>
A Filter
that uses filters away all values except the specified value.
Field Summary |
---|
Fields inherited from interface com.jidesoft.filter.Filter |
---|
ALL, CUSTOM, NULL, SEPARATOR |
Constructor Summary | |
---|---|
SingleValueFilter()
|
|
SingleValueFilter(String name,
T value)
Creates SingleValueFilter. |
|
SingleValueFilter(T value)
Creates SingleValueFilter. |
Method Summary | |
---|---|
String |
getName()
Gets the name of the filter. |
String |
getOperator()
|
String |
getPreference(Class<?> clazz,
ConverterContext converterContext)
Gets the preference while persisting this filter. |
T |
getValue()
Gets the only allowed value. |
boolean |
isValueFiltered(T value)
Checks if the value is allowed. |
Object[] |
setPreference(String prefString,
Class<?> clazz,
ConverterContext converterContext)
Sets the preference to load the preference string back to this filter. |
void |
setValue(T value)
Sets the only allowed value. |
boolean |
stricterThan(Filter inputFilter)
Check if this filter is stricter than the input filter while the two filters are with the same class. |
Methods inherited from class com.jidesoft.grid.AbstractTableFilter |
---|
getColumnIndex, getRowIndex, setColumnIndex, setRowIndex |
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 |
---|
addFilterListener, clone, getFilterFactory, getFilterFactoryName, isEnabled, removeFilterListener, setEnabled, setFilterFactory, setFilterFactoryName, setName |
Constructor Detail |
---|
public SingleValueFilter()
public SingleValueFilter(T value)
value
- the value that will not be filteredpublic SingleValueFilter(String name, T value)
name
- name of the filtervalue
- the value that will not be filteredMethod Detail |
---|
public boolean isValueFiltered(T value)
isValueFiltered
in interface Filter<T>
value
- the value to check.
public T getValue()
public void setValue(T value)
value
- the value.public String getName()
Filter
getName
in interface Filter<T>
getName
in class AbstractFilter<T>
public boolean stricterThan(Filter inputFilter)
stricterThan
in interface Filter<T>
stricterThan
in class AbstractFilter<T>
inputFilter
- the input filter
public String getOperator()
getOperator
in interface SqlFilterSupport
public String getPreference(Class<?> clazz, ConverterContext converterContext)
Filter
getPreference
in interface Filter<T>
getPreference
in class AbstractFilter<T>
clazz
- the class type to convert the values inside the filter to stringconverterContext
- the converter context to convert the values inside the filter to string
public Object[] setPreference(String prefString, Class<?> clazz, ConverterContext converterContext)
Filter
setPreference
in interface Filter<T>
setPreference
in class AbstractFilter<T>
prefString
- the preference stringclazz
- the class type to convert the values inside the filter to stringconverterContext
- the converter context to convert the values inside the filter to string
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |