Class type Ext_view_AbstractView.events


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

Fires before the view is refreshed

Parameters:


method itemadd : 'b.
(Ext_data_Model.t Js.js_array Js.t ->
Js.number Js.t ->
Dom_html.element Js.t Js.js_array Js.t -> 'b Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when the nodes associated with an recordset have been added to the underlying store

Parameters:


method itemremove : 'c.
(Ext_data_Model.t Js.t -> Js.number Js.t -> 'c Js.t -> unit) Js.callback
Js.writeonly_prop

Fires when the node associated with an individual record is removed

Parameters:


method itemupdate : 'd.
(Ext_data_Model.t Js.t ->
Js.number Js.t -> Dom_html.element Js.t -> 'd Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when the node associated with an individual record is updated

Parameters:


method refresh : 'e.
(t Js.t -> 'e Js.t -> unit) Js.callback
Js.writeonly_prop

Fires when the view is refreshed

Parameters:


method viewready : 'f.
(t Js.t -> 'f Js.t -> unit) Js.callback
Js.writeonly_prop

Fires when the View's item elements representing Store items has been rendered. If the deferInitialRefresh flag was set (and it is true by default), this will be after initial render, and no items will be available for selection until this event fires.

Parameters: