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 beforesync :
('c Js.t -> 'd 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 -> 'e Js.t -> unit)
Js.callback Js.writeonly_prop
method clear :
(Ext_data_AbstractStore.t Js.t -> 'f Js.t -> unit) Js.callback
Js.writeonly_prop
method datachanged :
(Ext_data_AbstractStore.t Js.t -> 'g 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 -> 'h Js.t -> unit)
Js.callback Js.writeonly_prop
method metachange :
(Ext_data_AbstractStore.t Js.t -> 'i Js.t -> 'j Js.t -> unit) Js.callback
Js.writeonly_prop
method refresh :
(Ext_data_AbstractStore.t Js.t -> 'k 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 -> 'l 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 -> 'm Js.t -> unit)
Js.callback Js.writeonly_prop
method write :
(Ext_data_AbstractStore.t Js.t ->
Ext_data_Operation.t Js.t -> 'n Js.t -> unit)
Js.callback Js.writeonly_prop
end