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.
 

Method Detail

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 store
parent - the parent item, only applies to TreeStores
item - the item
property - the active property
Returns:
true to select, false to filter