Class type Ext_view_View.events


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

Fires before the click event on the container is processed. Returns false to cancel the default action.

Parameters:


method beforecontainercontextmenu : 'b.
(t Js.t -> Ext_EventObject.t Js.t -> 'b Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before the contextmenu event on the container is processed. Returns false to cancel the default action.

Parameters:


method beforecontainerdblclick : 'c.
(t Js.t -> Ext_EventObject.t Js.t -> 'c Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before the dblclick event on the container is processed. Returns false to cancel the default action.

Parameters:


method beforecontainerkeydown : 'd.
(t Js.t -> Ext_EventObject.t Js.t -> 'd Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before the keydown event on the container is processed. Returns false to cancel the default action.

Parameters:


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

Fires before the mousedown event on the container is processed. Returns false to cancel the default action.

Parameters:


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

Fires before the mouseout event on the container is processed. Returns false to cancel the default action.

Parameters:


method beforecontainermouseover : 'g.
(t Js.t -> Ext_EventObject.t Js.t -> 'g Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before the mouseover event on the container is processed. Returns false to cancel the default action.

Parameters:


method beforecontainermouseup : 'h.
(t Js.t -> Ext_EventObject.t Js.t -> 'h Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before the mouseup event on the container is processed. Returns false to cancel the default action.

Parameters:


method beforedeselect : 'i.
(Ext_selection_DataViewModel.t Js.t ->
Ext_data_Model.t Js.t -> 'i Js.t -> unit)
Js.callback Js.writeonly_prop

Fired before a record is deselected. If any listener returns false, the deselection is cancelled.

Parameters:


method beforeitemclick : 'j.
(t Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'j Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before the click event on an item is processed. Returns false to cancel the default action.

Parameters:


method beforeitemcontextmenu : 'k.
(t Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'k Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before the contextmenu event on an item is processed. Returns false to cancel the default action.

Parameters:


method beforeitemdblclick : 'l.
(t Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'l Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before the dblclick event on an item is processed. Returns false to cancel the default action.

Parameters:


method beforeitemkeydown : 'm.
(t Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'm Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before the keydown event on an item is processed. Returns false to cancel the default action.

Parameters:


method beforeitemmousedown : 'n.
(t Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'n Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before the mousedown event on an item is processed. Returns false to cancel the default action.

Parameters:


method beforeitemmouseenter : 'o.
(t Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'o Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before the mouseenter event on an item is processed. Returns false to cancel the default action.

Parameters:


method beforeitemmouseleave : 'p.
(t Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'p Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before the mouseleave event on an item is processed. Returns false to cancel the default action.

Parameters:


method beforeitemmouseup : 'q.
(t Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'q Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before the mouseup event on an item is processed. Returns false to cancel the default action.

Parameters:


method beforeselect : 'r.
(Ext_selection_DataViewModel.t Js.t ->
Ext_data_Model.t Js.t -> 'r Js.t -> unit)
Js.callback Js.writeonly_prop

Fired before a record is selected. If any listener returns false, the selection is cancelled.

Parameters:


method containerclick : 's.
(t Js.t -> Ext_EventObject.t Js.t -> 's Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when the container is clicked.

Parameters:


method containercontextmenu : 't.
(t Js.t -> Ext_EventObject.t Js.t -> 't Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when the container is right clicked.

Parameters:


method containerdblclick : 'u.
(t Js.t -> Ext_EventObject.t Js.t -> 'u Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when the container is double clicked.

Parameters:


method containerkeydown : 'v.
(t Js.t -> Ext_EventObject.t Js.t -> 'v Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a key is pressed while the container is focused, and no item is currently selected.

Parameters:


method containermouseout : 'w.
(t Js.t -> Ext_EventObject.t Js.t -> 'w Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when you move the mouse out of the container.

Parameters:


method containermouseover : 'x.
(t Js.t -> Ext_EventObject.t Js.t -> 'x Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when you move the mouse over the container.

Parameters:


method containermouseup : 'y.
(t Js.t -> Ext_EventObject.t Js.t -> 'y Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when there is a mouse up on the container

Parameters:


method deselect : 'z.
(Ext_selection_DataViewModel.t Js.t ->
Ext_data_Model.t Js.t -> 'z Js.t -> unit)
Js.callback Js.writeonly_prop

Fired after a record is deselected

Parameters:


method focuschange : 'a1 'b1.
((#Ext_selection_Model.t as 'a1) Js.t ->
Ext_data_Model.t Js.t -> Ext_data_Model.t Js.t -> 'b1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fired when a row is focused

Parameters:


method highlightitem : 'c1.
(t Js.t -> Ext_dom_Element.t Js.t -> 'c1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a node is highlighted using keyboard navigation, or mouseover.

Parameters:


method itemclick : 'd1.
(t Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'd1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when an item is clicked.

Parameters:


method itemcontextmenu : 'e1.
(t Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'e1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when an item is right clicked.

Parameters:


method itemdblclick : 'f1.
(t Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'f1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when an item is double clicked.

Parameters:


method itemkeydown : 'g1.
(t Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'g1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a key is pressed while an item is currently selected.

Parameters:


method itemmousedown : 'h1.
(t Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'h1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when there is a mouse down on an item

Parameters:


method itemmouseenter : 'i1.
(t Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'i1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when the mouse enters an item.

Parameters:


method itemmouseleave : 'j1.
(t Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'j1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when the mouse leaves an item.

Parameters:


method itemmouseup : 'k1.
(t Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'k1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when there is a mouse up on an item

Parameters:


method select : 'l1.
(Ext_selection_DataViewModel.t Js.t ->
Ext_data_Model.t Js.t -> 'l1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fired after a record is selected

Parameters:


method selectionchange : 'm1 'n1.
((#Ext_selection_Model.t as 'm1) Js.t ->
Ext_data_Model.t Js.js_array Js.t -> 'n1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fired after a selection change has occurred

Parameters:


method unhighlightitem : 'o1.
(t Js.t -> Ext_dom_Element.t Js.t -> 'o1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a node is unhighlighted using keyboard navigation, or mouseout.

Parameters: