class type events =Inheritsobject..end
Ext_Base.eventsExt_state_Stateful.eventsExt_util_Animate.eventsExt_util_ElementContainer.eventsExt_util_Observable.eventsExt_util_Positionable.eventsExt_util_Renderable.eventsmethod activate : 'a.
(t Js.t -> 'a Js.t -> unit) Js.callback
Js.writeonly_propFires after a Component has been visually activated.
Parameters:
#Ext_Component.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method added : 'b 'c.
(t Js.t ->
'b Js.t -> Js.number Js.t -> 'c Js.t -> unit)
Js.callback Js.writeonly_propFires after a Component had been added to a Container.
Parameters:
#Ext_Component.t Js.t
#Ext_container_Container.t Js.t
Parent Container
Js.number Js.t
position of Component
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method afterrender : 'd.
(t Js.t -> 'd Js.t -> unit) Js.callback
Js.writeonly_propFires after the component rendering is finished.
The afterrender event is fired after this Component has been rendered, been postprocessed by any
afterRender method defined for the Component.
Parameters:
#Ext_Component.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method beforeactivate : 'e.
(t Js.t -> 'e Js.t -> unit) Js.callback
Js.writeonly_propFires before a Component has been visually activated. Returning false from an event listener can prevent
the activate from occurring.
Parameters:
#Ext_Component.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method beforedeactivate : 'f.
(t Js.t -> 'f Js.t -> unit) Js.callback
Js.writeonly_propFires before a Component has been visually deactivated. Returning false from an event listener can
prevent the deactivate from occurring.
Parameters:
#Ext_Component.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method beforedestroy : 'g.
(t Js.t -> 'g Js.t -> unit) Js.callback
Js.writeonly_propFires before the component is destroyed. Return false from an event handler to stop the
destroy.
Parameters:
#Ext_Component.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method beforehide : 'h.
(t Js.t -> 'h Js.t -> unit) Js.callback
Js.writeonly_propFires before the component is hidden when calling the hide method. Return false from an event
handler to stop the hide.
Parameters:
#Ext_Component.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method beforerender : 'i.
(t Js.t -> 'i Js.t -> unit) Js.callback
Js.writeonly_propFires before the component is rendered. Return false from an event handler to stop the
render.
Parameters:
#Ext_Component.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method beforeshow : 'j.
(t Js.t -> 'j Js.t -> unit) Js.callback
Js.writeonly_propFires before the component is shown when calling the show method. Return false from an event
handler to stop the show.
Parameters:
#Ext_Component.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method blur : 'k.
(t Js.t -> Ext_EventObject.t Js.t -> 'k Js.t -> unit)
Js.callback Js.writeonly_propFires when this Component loses focus.
Parameters:
#Ext_Component.t Js.t
Ext_EventObject.t Js.t
blur event.
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method boxready : 'l.
(t Js.t ->
Js.number Js.t -> Js.number Js.t -> 'l Js.t -> unit)
Js.callback Js.writeonly_propFires one time - after the component has been laid out for the first time at its initial size.
Parameters:
#Ext_Component.t Js.t
Js.number Js.t
The initial width.
Js.number Js.t
The initial height.
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method deactivate : 'm.
(t Js.t -> 'm Js.t -> unit) Js.callback
Js.writeonly_propFires after a Component has been visually deactivated.
Parameters:
#Ext_Component.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method destroy : 'n.
(t Js.t -> 'n Js.t -> unit) Js.callback
Js.writeonly_propFires after the component is destroyed.
Parameters:
#Ext_Component.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method disable : 'o.
(t Js.t -> 'o Js.t -> unit) Js.callback
Js.writeonly_propFires after the component is disabled.
Parameters:
#Ext_Component.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method enable : 'p.
(t Js.t -> 'p Js.t -> unit) Js.callback
Js.writeonly_propFires after the component is enabled.
Parameters:
#Ext_Component.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method focus : 'q.
(t Js.t -> Ext_EventObject.t Js.t -> 'q Js.t -> unit)
Js.callback Js.writeonly_propFires when this Component receives focus.
Parameters:
#Ext_Component.t Js.t
Ext_EventObject.t Js.t
focus event.
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method hide : 'r.
(t Js.t -> 'r Js.t -> unit) Js.callback
Js.writeonly_propFires after the component is hidden. Fires after the component is hidden when calling the hide method.
Parameters:
#Ext_Component.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method move : 's.
(t Js.t ->
Js.number Js.t -> Js.number Js.t -> 's Js.t -> unit)
Js.callback Js.writeonly_propFires after the component is moved.
Parameters:
#Ext_Component.t Js.t
Js.number Js.t
The new x position.
Js.number Js.t
The new y position.
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method removed : 't 'u.
(t Js.t -> 't Js.t -> 'u Js.t -> unit) Js.callback
Js.writeonly_propFires when a component is removed from an Ext.container.Container
Parameters:
#Ext_Component.t Js.t
#Ext_container_Container.t Js.t
Container which holds the component
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method render : 'v.
(t Js.t -> 'v Js.t -> unit) Js.callback
Js.writeonly_propFires after the component markup is rendered.
Parameters:
#Ext_Component.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method resize : 'w.
(t Js.t ->
Js.number Js.t ->
Js.number Js.t -> Js.number Js.t -> Js.number Js.t -> 'w Js.t -> unit)
Js.callback Js.writeonly_propFires after the component is resized. Note that this does not fire when the component is first laid out at its initial size. To hook that point in the life cycle, use the boxready event.
Parameters:
#Ext_Component.t Js.t
Js.number Js.t
The new width that was set.
Js.number Js.t
The new height that was set.
Js.number Js.t
The previous width.
Js.number Js.t
The previous height.
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method show : 'x.
(t Js.t -> 'x Js.t -> unit) Js.callback
Js.writeonly_propFires after the component is shown when calling the show method.
Parameters:
#Ext_Component.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.