object
  method activate :
    (Ext_AbstractComponent.t Js.t -> 'a Js.t -> unit) Js.callback
    Js.writeonly_prop
  method add :
    (Ext_container_AbstractContainer.t Js.t ->
     #Ext_Component.t Js.t -> Js.number Js.t -> 'b Js.t -> unit)
    Js.callback Js.writeonly_prop
  method added :
    (Ext_AbstractComponent.t Js.t ->
     'c Js.t -> Js.number Js.t -> 'd Js.t -> unit)
    Js.callback Js.writeonly_prop
  method afterlayout :
    (Ext_container_AbstractContainer.t Js.t ->
     #Ext_layout_container_Container.t Js.t -> 'e Js.t -> unit)
    Js.callback Js.writeonly_prop
  method afterrender :
    (Ext_AbstractComponent.t Js.t -> 'f Js.t -> unit) Js.callback
    Js.writeonly_prop
  method beforeactivate :
    (Ext_AbstractComponent.t Js.t -> 'g Js.t -> unit) Js.callback
    Js.writeonly_prop
  method beforeadd :
    (Ext_container_AbstractContainer.t Js.t ->
     #Ext_Component.t Js.t -> Js.number Js.t -> 'h Js.t -> unit)
    Js.callback Js.writeonly_prop
  method beforedeactivate :
    (Ext_AbstractComponent.t Js.t -> 'i Js.t -> unit) Js.callback
    Js.writeonly_prop
  method beforedestroy :
    (Ext_AbstractComponent.t Js.t -> 'j Js.t -> unit) Js.callback
    Js.writeonly_prop
  method beforehide :
    (Ext_AbstractComponent.t Js.t -> 'k Js.t -> unit) Js.callback
    Js.writeonly_prop
  method beforeremove :
    (Ext_container_AbstractContainer.t Js.t ->
     #Ext_Component.t Js.t -> 'l Js.t -> unit)
    Js.callback Js.writeonly_prop
  method beforerender :
    (Ext_AbstractComponent.t Js.t -> 'm Js.t -> unit) Js.callback
    Js.writeonly_prop
  method beforeshow :
    (Ext_AbstractComponent.t Js.t -> 'n Js.t -> unit) Js.callback
    Js.writeonly_prop
  method beforestaterestore :
    (Ext_state_Stateful.t Js.t -> 'o Js.t -> 'p Js.t -> unit) Js.callback
    Js.writeonly_prop
  method beforestatesave :
    (Ext_state_Stateful.t Js.t -> 'q Js.t -> 'r Js.t -> unit) Js.callback
    Js.writeonly_prop
  method blur :
    (Ext_AbstractComponent.t Js.t ->
     Ext_EventObject.t Js.t -> 's Js.t -> unit)
    Js.callback Js.writeonly_prop
  method boxready :
    (Ext_AbstractComponent.t Js.t ->
     Js.number Js.t -> Js.number Js.t -> 't Js.t -> unit)
    Js.callback Js.writeonly_prop
  method deactivate :
    (Ext_AbstractComponent.t Js.t -> 'u Js.t -> unit) Js.callback
    Js.writeonly_prop
  method destroy :
    (Ext_AbstractComponent.t Js.t -> 'v Js.t -> unit) Js.callback
    Js.writeonly_prop
  method disable :
    (Ext_AbstractComponent.t Js.t -> 'w Js.t -> unit) Js.callback
    Js.writeonly_prop
  method dockedadd :
    ('x Js.t -> #Ext_Component.t Js.t -> Js.number Js.t -> 'y Js.t -> unit)
    Js.callback Js.writeonly_prop
  method dockedremove :
    ('z Js.t -> #Ext_Component.t Js.t -> 'a1 Js.t -> unit) Js.callback
    Js.writeonly_prop
  method enable :
    (Ext_AbstractComponent.t Js.t -> 'b1 Js.t -> unit) Js.callback
    Js.writeonly_prop
  method focus :
    (Ext_AbstractComponent.t Js.t ->
     Ext_EventObject.t Js.t -> 'c1 Js.t -> unit)
    Js.callback Js.writeonly_prop
  method hide :
    (Ext_AbstractComponent.t Js.t -> 'd1 Js.t -> unit) Js.callback
    Js.writeonly_prop
  method move :
    (Ext_AbstractComponent.t Js.t ->
     Js.number Js.t -> Js.number Js.t -> 'e1 Js.t -> unit)
    Js.callback Js.writeonly_prop
  method remove :
    (Ext_container_AbstractContainer.t Js.t ->
     #Ext_Component.t Js.t -> 'f1 Js.t -> unit)
    Js.callback Js.writeonly_prop
  method removed :
    (Ext_AbstractComponent.t Js.t -> 'g1 Js.t -> 'h1 Js.t -> unit)
    Js.callback Js.writeonly_prop
  method render :
    (Ext_AbstractComponent.t Js.t -> 'i1 Js.t -> unit) Js.callback
    Js.writeonly_prop
  method resize :
    (Ext_AbstractComponent.t Js.t ->
     Js.number Js.t ->
     Js.number Js.t -> Js.number Js.t -> Js.number Js.t -> 'j1 Js.t -> unit)
    Js.callback Js.writeonly_prop
  method show :
    (Ext_AbstractComponent.t Js.t -> 'k1 Js.t -> unit) Js.callback
    Js.writeonly_prop
  method staterestore :
    (Ext_state_Stateful.t Js.t -> 'l1 Js.t -> 'm1 Js.t -> unit) Js.callback
    Js.writeonly_prop
  method statesave :
    (Ext_state_Stateful.t Js.t -> 'n1 Js.t -> 'o1 Js.t -> unit) Js.callback
    Js.writeonly_prop
end