public class ListFilter<M,V> extends Filter<M,V>
| Constructor and Description |
|---|
ListFilter(ValueProvider<M,V> valueProvider,
ListStore<V> store) |
| Modifier and Type | Method and Description |
|---|---|
List<FilterConfig> |
getFilterConfig() |
ListStore<V> |
getStore()
Returns the list store.
|
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. |
addActivateHandler, addDeactivateHandler, addUpdateHandler, getHandler, getMenu, getUpdateBuffer, getValueProvider, isActive, setActive, setHandler, setUpdateBufferpublic ListFilter(ValueProvider<M,V> valueProvider, ListStore<V> store)
public List<FilterConfig> getFilterConfig()
getFilterConfig in class Filter<M,V>public Object getValue()
Filterpublic boolean isActivatable()
Filtertrue if the filter has enough configuration information to be
activated.Copyright © 2012. All Rights Reserved.