|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Store.StoreFilter | |
|---|---|
| com.sencha.gxt.data.shared | Contains data related classes. |
| Uses of Store.StoreFilter in com.sencha.gxt.data.shared |
|---|
| Methods in com.sencha.gxt.data.shared that return types with arguments of type Store.StoreFilter | |
|---|---|
java.util.LinkedHashSet<Store.StoreFilter<M>> |
Store.getFilters()
Returns the stores filters. |
| Methods in com.sencha.gxt.data.shared with parameters of type Store.StoreFilter | |
|---|---|
void |
Store.addFilter(Store.StoreFilter<M> filter)
Adds the filter to the end of the store's set of filters. |
void |
Store.removeFilter(Store.StoreFilter<M> filter)
Removes the filter from the store's set of filters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||