|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FilterWrapper
Classes implementing this interface translate between the UI representation of a Filter and the way it is implemented. Each Class will do this for a different UI.
| Method Summary | |
|---|---|
Filter |
createFilter(java.lang.String operationRepresentation,
java.lang.String attrTypeRepresentation,
java.lang.String value)
Creates a new Filter from a set of UI specific Strings. |
Filter |
getFilter()
Returns the Filter object that this class is a wrapper for. |
java.lang.String |
toString()
Return a String that will be used to represent the Filter on the UI. |
| Method Detail |
|---|
Filter getFilter()
Filter createFilter(java.lang.String operationRepresentation,
java.lang.String attrTypeRepresentation,
java.lang.String value)
operationRepresentation - The representation of the new Filter's operation in terms
of the UI.attrTypeRepresentation - The representation of the new Filter's attribute type
in terms of the UIvalue - The new Filter's value.
java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||