Class type Ext_panel_Panel.events


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

Fires before the user closes the panel. Return false from any listener to stop the close event being fired

Parameters:


method beforecollapse : 'b.
(t Js.t ->
Js.js_string Js.t -> bool Js.t -> 'b Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before this panel is collapsed. Return false to prevent the collapse.

Parameters:


method beforeexpand : 'c.
(t Js.t -> bool Js.t -> 'c Js.t -> unit) Js.callback
Js.writeonly_prop

Fires before this panel is expanded. Return false to prevent the expand.

Parameters:


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

Fires when the user closes the panel.

Parameters:


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

Fires after this Panel has collapsed.

Parameters:


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

Fires after this Panel has expanded.

Parameters:


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

Fires after a collapsed Panel has been "floated" by clicking on it's header. Only applicable when the Panel is an item in a Border Layout.

Parameters:


method glyphchange : 'h 'i 'j.
(t Js.t -> 'h Js.t -> 'i Js.t -> 'j Js.t -> unit)
Js.callback Js.writeonly_prop

Fired when the Panel glyph has been changed by the setGlyph method.

Parameters:


method iconchange : 'k.
(t Js.t ->
Js.js_string Js.t -> Js.js_string Js.t -> 'k Js.t -> unit)
Js.callback Js.writeonly_prop

Fires after the Panel icon has been set or changed.

Parameters:


method iconclschange : 'l.
(t Js.t ->
Js.js_string Js.t -> Js.js_string Js.t -> 'l Js.t -> unit)
Js.callback Js.writeonly_prop

Fires after the Panel iconCls has been set or changed.

Parameters:


method titlechange : 'm.
(t Js.t ->
Js.js_string Js.t -> Js.js_string Js.t -> 'm Js.t -> unit)
Js.callback Js.writeonly_prop

Fires after the Panel title has been set or changed.

Parameters:


method unfloat : 'n. ('n Js.t -> unit) Js.callback Js.writeonly_prop

Fires after a "floated" Panel has returned to it's collapsed state as a result of the mouse leaving the Panel. Only applicable when the Panel is an item in a Border Layout.

Parameters: