com.extjs.gxt.ui.client.store
Interface StoreFilter<T extends ModelData>
- Type Parameters:
T
- the model type
public interface StoreFilter<T extends ModelData>
Interface for store filters.
Method Summary |
boolean |
select(Store<T> store,
T parent,
T item,
java.lang.String property)
Determines if the given record should be selected. |
select
boolean select(Store<T> store,
T parent,
T item,
java.lang.String property)
- Determines if the given record should be selected.
- Parameters:
store
- the source storeparent
- the parent item, only applies to TreeStoresitem
- the itemproperty
- the active property
- Returns:
- true to select, false to filter