object
  method activate :
    (Ext_AbstractComponent.t Js.t -> 'Js.t -> unit) Js.callback
    Js.writeonly_prop
  method added :
    (Ext_AbstractComponent.t Js.t ->
     'Js.t -> Js.number Js.t -> 'Js.t -> unit)
    Js.callback Js.writeonly_prop
  method afterrender :
    (Ext_AbstractComponent.t Js.t -> 'Js.t -> unit) Js.callback
    Js.writeonly_prop
  method beforeactivate :
    (Ext_AbstractComponent.t Js.t -> 'Js.t -> unit) Js.callback
    Js.writeonly_prop
  method beforedeactivate :
    (Ext_AbstractComponent.t Js.t -> 'Js.t -> unit) Js.callback
    Js.writeonly_prop
  method beforedestroy :
    (Ext_AbstractComponent.t Js.t -> 'Js.t -> unit) Js.callback
    Js.writeonly_prop
  method beforehide :
    (Ext_AbstractComponent.t Js.t -> 'Js.t -> unit) Js.callback
    Js.writeonly_prop
  method beforerefresh :
    (Ext_chart_Chart.t Js.t -> 'Js.t -> unit) Js.callback Js.writeonly_prop
  method beforerender :
    (Ext_AbstractComponent.t Js.t -> 'Js.t -> unit) Js.callback
    Js.writeonly_prop
  method beforeshow :
    (Ext_AbstractComponent.t Js.t -> 'Js.t -> unit) Js.callback
    Js.writeonly_prop
  method beforestaterestore :
    (Ext_state_Stateful.t Js.t -> 'Js.t -> 'Js.t -> unit) Js.callback
    Js.writeonly_prop
  method beforestatesave :
    (Ext_state_Stateful.t Js.t -> 'Js.t -> 'Js.t -> unit) Js.callback
    Js.writeonly_prop
  method blur :
    (Ext_AbstractComponent.t Js.t ->
     Ext_EventObject.t Js.t -> 'Js.t -> unit)
    Js.callback Js.writeonly_prop
  method boxready :
    (Ext_AbstractComponent.t Js.t ->
     Js.number Js.t -> Js.number Js.t -> 'Js.t -> unit)
    Js.callback Js.writeonly_prop
  method click :
    (Ext_EventObject.t Js.t -> 'Js.t -> unit) Js.callback Js.writeonly_prop
  method dblclick :
    (Ext_EventObject.t Js.t -> 'Js.t -> unit) Js.callback Js.writeonly_prop
  method deactivate :
    (Ext_AbstractComponent.t Js.t -> 'Js.t -> unit) Js.callback
    Js.writeonly_prop
  method destroy :
    (Ext_AbstractComponent.t Js.t -> 'Js.t -> unit) Js.callback
    Js.writeonly_prop
  method disable :
    (Ext_AbstractComponent.t Js.t -> 'Js.t -> unit) Js.callback
    Js.writeonly_prop
  method enable :
    (Ext_AbstractComponent.t Js.t -> 'Js.t -> unit) Js.callback
    Js.writeonly_prop
  method focus :
    (Ext_AbstractComponent.t Js.t ->
     Ext_EventObject.t Js.t -> 'Js.t -> unit)
    Js.callback Js.writeonly_prop
  method hide :
    (Ext_AbstractComponent.t Js.t -> 'Js.t -> unit) Js.callback
    Js.writeonly_prop
  method mousedown :
    (Ext_EventObject.t Js.t -> 'Js.t -> unit) Js.callback Js.writeonly_prop
  method mouseenter :
    (Ext_EventObject.t Js.t -> 'a1 Js.t -> unit) Js.callback
    Js.writeonly_prop
  method mouseleave :
    (Ext_EventObject.t Js.t -> 'b1 Js.t -> unit) Js.callback
    Js.writeonly_prop
  method mousemove :
    (Ext_EventObject.t Js.t -> 'c1 Js.t -> unit) Js.callback
    Js.writeonly_prop
  method mouseup :
    (Ext_EventObject.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 refresh :
    (Ext_chart_Chart.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