object
method add :
(Ext_data_AbstractStore.t Js.t ->
Ext_data_Model.t Js.js_array Js.t -> Js.number Js.t -> 'a Js.t -> unit)
Js.callback Js.writeonly_prop
method beforeload :
(Ext_data_AbstractStore.t Js.t ->
Ext_data_Operation.t Js.t -> 'b Js.t -> unit)
Js.callback Js.writeonly_prop
method beforeprefetch :
(Ext_data_Store.t Js.t -> Ext_data_Operation.t Js.t -> 'c Js.t -> unit)
Js.callback Js.writeonly_prop
method beforesync :
('d Js.t -> 'e Js.t -> unit) Js.callback Js.writeonly_prop
method bulkremove :
(Ext_data_AbstractStore.t Js.t ->
Ext_data_Model.t Js.js_array Js.t ->
Js.number Js.t Js.js_array Js.t -> bool Js.t -> 'f Js.t -> unit)
Js.callback Js.writeonly_prop
method clear :
(Ext_data_AbstractStore.t Js.t -> 'g Js.t -> unit) Js.callback
Js.writeonly_prop
method datachanged :
(Ext_data_AbstractStore.t Js.t -> 'h Js.t -> unit) Js.callback
Js.writeonly_prop
method filterchange :
(Ext_data_Store.t Js.t ->
Ext_util_Filter.t Js.js_array Js.t -> 'i Js.t -> unit)
Js.callback Js.writeonly_prop
method groupchange :
(Ext_data_Store.t Js.t ->
Ext_util_Grouper.t Js.js_array Js.t -> 'j Js.t -> unit)
Js.callback Js.writeonly_prop
method load :
(Ext_data_AbstractStore.t Js.t ->
Ext_data_Model.t Js.js_array Js.t -> bool Js.t -> 'k Js.t -> unit)
Js.callback Js.writeonly_prop
method metachange :
(Ext_data_AbstractStore.t Js.t -> 'l Js.t -> 'm Js.t -> unit) Js.callback
Js.writeonly_prop
method prefetch :
(Ext_data_Store.t Js.t ->
Ext_data_Model.t Js.js_array Js.t ->
bool Js.t -> Ext_data_Operation.t Js.t -> 'n Js.t -> unit)
Js.callback Js.writeonly_prop
method refresh :
(Ext_data_AbstractStore.t Js.t -> 'o Js.t -> unit) Js.callback
Js.writeonly_prop
method remove :
(Ext_data_AbstractStore.t Js.t ->
Ext_data_Model.t Js.t -> Js.number Js.t -> bool Js.t -> 'p Js.t -> unit)
Js.callback Js.writeonly_prop
method update :
(Ext_data_AbstractStore.t Js.t ->
Ext_data_Model.t Js.t ->
Js.js_string Js.t ->
Js.js_string Js.t Js.js_array Js.t -> 'q Js.t -> unit)
Js.callback Js.writeonly_prop
method write :
(Ext_data_AbstractStore.t Js.t ->
Ext_data_Operation.t Js.t -> 'r Js.t -> unit)
Js.callback Js.writeonly_prop
end