Class type Ext_data_Store.events


class type events = object .. end
Inherits
method beforeprefetch : 'a.
(t Js.t -> Ext_data_Operation.t Js.t -> 'a Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before a prefetch occurs. Return false to cancel.

Parameters:


method filterchange : 'b.
(t Js.t ->
Ext_util_Filter.t Js.js_array Js.t -> 'b Js.t -> unit)
Js.callback Js.writeonly_prop

Fired whenever the filter set changes.

Parameters:


method groupchange : 'c.
(t Js.t ->
Ext_util_Grouper.t Js.js_array Js.t -> 'c Js.t -> unit)
Js.callback Js.writeonly_prop

Fired whenever the grouping in the grid changes.

Parameters:


method prefetch : 'd.
(t Js.t ->
Ext_data_Model.t Js.js_array Js.t ->
bool Js.t -> Ext_data_Operation.t Js.t -> 'd Js.t -> unit)
Js.callback Js.writeonly_prop

Fires whenever records have been prefetched.

Parameters: