Class type Ext_grid_header_Container.events


class type events = object .. end
Inherits
method columnhide : 'a.
(t Js.t ->
t Js.t -> 'a Js.t -> unit)
Js.callback Js.writeonly_prop
method columnmove : 'b.
(t Js.t ->
t Js.t ->
Js.number Js.t -> Js.number Js.t -> 'b Js.t -> unit)
Js.callback Js.writeonly_prop
method columnresize : 'c.
(t Js.t ->
t Js.t -> Js.number Js.t -> 'c Js.t -> unit)
Js.callback Js.writeonly_prop
method columnschanged : 'd.
(t Js.t -> 'd Js.t -> unit) Js.callback
Js.writeonly_prop

Fired after the columns change in any way, when a column has been hidden or shown, or when a column is added to or removed from this header container.

Parameters:


method columnshow : 'e.
(t Js.t ->
t Js.t -> 'e Js.t -> unit)
Js.callback Js.writeonly_prop
method headerclick : 'f.
(t Js.t ->
t Js.t ->
Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'f Js.t -> unit)
Js.callback Js.writeonly_prop
method headercontextmenu : 'g.
(t Js.t ->
t Js.t ->
Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'g Js.t -> unit)
Js.callback Js.writeonly_prop
method headertriggerclick : 'h.
(t Js.t ->
t Js.t ->
Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'h Js.t -> unit)
Js.callback Js.writeonly_prop
method menucreate : 'i.
(t Js.t ->
Ext_menu_Menu.t Js.t -> 'i Js.t -> unit)
Js.callback Js.writeonly_prop

Fired immediately after the column header menu is created.

Parameters:


method sortchange : 'j.
(t Js.t ->
t Js.t -> Js.js_string Js.t -> 'j Js.t -> unit)
Js.callback Js.writeonly_prop