com.sencha.gxt.data.shared.loader
Class StringFilterHandler
java.lang.Object
com.sencha.gxt.data.shared.loader.FilterHandler<String>
com.sencha.gxt.data.shared.loader.StringFilterHandler
public class StringFilterHandler
- extends FilterHandler<String>
A FilterHandler that provides support for String values.
StringFilterHandler
public StringFilterHandler()
convertToObject
public String convertToObject(String value)
- Description copied from class:
FilterHandler
- Converts a filter value in string representation to native representation.
- Specified by:
convertToObject in class FilterHandler<String>
- Parameters:
value - the string representation of the filter value
- Returns:
- the native representation of the filter value
convertToString
public String convertToString(String object)
- Description copied from class:
FilterHandler
- Converts a filter value in native representation to string representation.
- Specified by:
convertToString in class FilterHandler<String>
- Parameters:
object - the native representation of the filter value
- Returns:
- the string representation of the filter value
Copyright © 2012. All Rights Reserved.