|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FilterConfig
A filter configuration interface. Encapsulates state information needed for filtering, including field name, type, value and comparison.
| Method Summary | |
|---|---|
String |
getComparison()
Returns the type of filter comparison. |
String |
getField()
Returns the name of the filter field. |
String |
getType()
Returns the filter type. |
String |
getValue()
Gets the filter value. |
void |
setComparison(String comparison)
Sets the type of filter comparison (e.g. |
void |
setField(String field)
Sets the name of the filter field. |
void |
setType(String type)
Sets the filter type (e.g. |
void |
setValue(String value)
Sets the filter value. |
| Method Detail |
|---|
String getComparison()
String getField()
String getType()
String getValue()
FilterHandler.convertToObject(String).
void setComparison(String comparison)
comparison - the type of filter comparisonvoid setField(String field)
field - the name of the filter fieldvoid setType(String type)
type - the type namevoid setValue(String value)
FilterHandler.convertToString(Object).
value - the string representation of the value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||