Class type Ext_util_Filter.t


class type t = object .. end
Inherits
method disabled : bool Js.t Js.prop

Setting this property to true disables this individual Filter so that it no longer contributes to a Store's filter set

When disabled, the next time the store is filtered, the Filter plays no part in filtering and records eliminated by it may rejoin the dataset.

Defaults to: false

method setFilterFn : 'a. 'a Js.callback -> unit Js.meth

Changes the filtering function which this Filter uses to choose items to include.

This replaces any configured filterFn and overrides any property and {@link #cfg-value) settings.

Parameters:


method setValue : 'b. 'b Js.t -> unit Js.meth

Changes the value that this filter tests its configured (@link #cfg-property} with.

Parameters: