public class StringFilter<M> extends Filter<M,String>
| Modifier and Type | Class and Description |
|---|---|
class |
StringFilter.DefaultStringFilterMessages |
static interface |
StringFilter.StringFilterMessages |
| Constructor and Description |
|---|
StringFilter(ValueProvider<M,String> valueProvider) |
| Modifier and Type | Method and Description |
|---|---|
List<FilterConfig> |
getFilterConfig() |
StringFilter.StringFilterMessages |
getMessages() |
Object |
getValue()
Template method to be implemented by all subclasses that is to get and
return the value of the filter.
|
boolean |
isActivatable()
Template method to be implemented by all subclasses that is to return
true if the filter has enough configuration information to be
activated. |
void |
setMessages(StringFilter.StringFilterMessages messages) |
addActivateHandler, addDeactivateHandler, addUpdateHandler, getHandler, getMenu, getUpdateBuffer, getValueProvider, isActive, setActive, setHandler, setUpdateBufferpublic StringFilter(ValueProvider<M,String> valueProvider)
public List<FilterConfig> getFilterConfig()
getFilterConfig in class Filter<M,String>public StringFilter.StringFilterMessages getMessages()
public Object getValue()
Filterpublic boolean isActivatable()
Filtertrue if the filter has enough configuration information to be
activated.public void setMessages(StringFilter.StringFilterMessages messages)
Copyright © 2012. All Rights Reserved.