|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.widget.core.client.grid.filters.Filter<M,V>
com.sencha.gxt.widget.core.client.grid.filters.ListFilter<M,V>
M - the model typeV - the ListStore typepublic class ListFilter<M,V>
Filters using the items in a ListStore. See Filter for more
information.
| Constructor Summary | |
|---|---|
ListFilter(ValueProvider<? super M,V> valueProvider,
ListStore<V> store)
Creates a list filter for the specified value provider, matching the items in the specified list store. |
|
| Method Summary | |
|---|---|
java.util.List<FilterConfig> |
getFilterConfig()
Returns a list of filter configurations. |
ListStore<V> |
getStore()
Returns the list store. |
java.lang.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. |
| Methods inherited from class com.sencha.gxt.widget.core.client.grid.filters.Filter |
|---|
addActivateHandler, addDeactivateHandler, addUpdateHandler, getHandler, getMenu, getUpdateBuffer, getValueProvider, isActive, setActive, setHandler, setUpdateBuffer |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListFilter(ValueProvider<? super M,V> valueProvider,
ListStore<V> store)
Filter.Filter(ValueProvider) for
more information.
valueProvider - the value providerstore - contains the items to match| Method Detail |
|---|
public java.util.List<FilterConfig> getFilterConfig()
Filter
getFilterConfig in class Filter<M,V>public ListStore<V> getStore()
public java.lang.Object getValue()
Filter
getValue in class Filter<M,V>public boolean isActivatable()
Filtertrue if the filter has enough configuration information to be
activated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||