|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.data.shared.loader.FilterHandler<T>
T - the type of the filter valuepublic abstract class FilterHandler<T>
Abstract base class for all filter handlers. It provides methods to convert filter values between native and string representations.
| Constructor Summary | |
|---|---|
FilterHandler()
|
|
| Method Summary | |
|---|---|
abstract T |
convertToObject(java.lang.String value)
Converts a filter value in string representation to native representation. |
abstract java.lang.String |
convertToString(T object)
Converts a filter value in native representation to string representation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterHandler()
| Method Detail |
|---|
public abstract T convertToObject(java.lang.String value)
value - the string representation of the filter value
public abstract java.lang.String convertToString(T object)
object - the native representation of the filter value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||