Class type Ext_view_Table.events


class type events = object .. end
Inherits
method beforecellclick : 'a.
(t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t ->
Ext_data_Model.t Js.t ->
Dom_html.element Js.t ->
Js.number Js.t -> Ext_EventObject.t Js.t -> 'a Js.t -> unit)
Js.callback Js.writeonly_prop

Fired before the cell click is processed. Return false to cancel the default action.

Parameters:


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

Fired before the cell right click is processed. Return false to cancel the default action.

Parameters:


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

Fired before the cell double click is processed. Return false to cancel the default action.

Parameters:


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

Fired before the cell key down is processed. Return false to cancel the default action.

Parameters:


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

Fired before the cell mouse down is processed. Return false to cancel the default action.

Parameters:


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

Fired before the cell mouse up is processed. Return false to cancel the default action.

Parameters:


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

Fired when table cell is clicked.

Parameters:


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

Fired when table cell is right clicked.

Parameters:


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

Fired when table cell is double clicked.

Parameters:


method cellkeydown : 'j.
(t Js.t ->
Dom_html.element Js.t ->
Js.number 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

Fired when the keydown event is captured on the cell.

Parameters:


method cellmousedown : 'k.
(t Js.t ->
Dom_html.element Js.t ->
Js.number 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

Fired when the mousedown event is captured on the cell.

Parameters:


method cellmouseup : 'l.
(t Js.t ->
Dom_html.element Js.t ->
Js.number 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

Fired when the mouseup event is captured on the cell.

Parameters: