|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jidesoft.filter.AbstractFilter
com.jidesoft.grid.QuickFilterField.FieldFilter
public class QuickFilterField.FieldFilter
This class is a subclass of Filter for QuickFilterField internal use.
| Field Summary |
|---|
| Fields inherited from interface com.jidesoft.filter.Filter |
|---|
ALL, CUSTOM, NULL, SEPARATOR |
| Constructor Summary | |
|---|---|
QuickFilterField.FieldFilter()
|
|
| Method Summary | |
|---|---|
String |
getSearchingText()
Get current searching text. |
boolean |
isConfigureChanged()
Get the flag indicating if the configure like case sensitive of the QuickFilterField is changed. |
boolean |
isValueFiltered(Object value)
Checks to see if the value should be filtered. |
void |
setConfigureChanged(boolean configureChanged)
Set the flag indicating if the configure like case sensitive of the QuickFilterField is changed. |
void |
setSearchingText(String text)
Set current searching text. |
boolean |
stricterThan(Filter inputFilter)
Checks if this filter is stricter than the input filter. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuickFilterField.FieldFilter()
| Method Detail |
|---|
public String getSearchingText()
public void setSearchingText(String text)
text - the searching text in this filterpublic boolean isConfigureChanged()
QuickFilterField.applyFilter() is invoked.
public void setConfigureChanged(boolean configureChanged)
configureChanged - the flagpublic boolean isValueFiltered(Object value)
Filter
value - the value to filter
public boolean stricterThan(Filter inputFilter)
AbstractFilter
stricterThan in interface FilterstricterThan in class AbstractFilterinputFilter - the input filter
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||