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 autosize :
    (Ext_form_field_Text.t Js.t -> Js.number 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 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 change :
    (Ext_form_field_Field.t Js.t -> 'Js.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 dirtychange :
    (Ext_form_field_Field.t Js.t -> bool 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 errorchange :
    (Ext_form_Labelable.t Js.t -> Js.js_string Js.t -> 'Js.t -> unit)
    Js.callback Js.writeonly_prop
  method focus :
    (Ext_AbstractComponent.t Js.t ->
     Ext_EventObject.t Js.t -> 'a1 Js.t -> unit)
    Js.callback Js.writeonly_prop
  method hide :
    (Ext_AbstractComponent.t Js.t -> 'b1 Js.t -> unit) Js.callback
    Js.writeonly_prop
  method keydown :
    (Ext_form_field_Text.t Js.t -> Ext_EventObject.t Js.t -> 'c1 Js.t -> unit)
    Js.callback Js.writeonly_prop
  method keypress :
    (Ext_form_field_Text.t Js.t -> Ext_EventObject.t Js.t -> 'd1 Js.t -> unit)
    Js.callback Js.writeonly_prop
  method keyup :
    (Ext_form_field_Text.t Js.t -> Ext_EventObject.t Js.t -> 'e1 Js.t -> unit)
    Js.callback Js.writeonly_prop
  method move :
    (Ext_AbstractComponent.t Js.t ->
     Js.number Js.t -> Js.number 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 specialkey :
    (Ext_form_field_Base.t Js.t -> Ext_EventObject.t Js.t -> 'l1 Js.t -> unit)
    Js.callback Js.writeonly_prop
  method staterestore :
    (Ext_state_Stateful.t Js.t -> 'm1 Js.t -> 'n1 Js.t -> unit) Js.callback
    Js.writeonly_prop
  method statesave :
    (Ext_state_Stateful.t Js.t -> 'o1 Js.t -> 'p1 Js.t -> unit) Js.callback
    Js.writeonly_prop
  method validitychange :
    (Ext_form_field_Field.t Js.t -> bool Js.t -> 'q1 Js.t -> unit)
    Js.callback Js.writeonly_prop
  method writeablechange :
    (Ext_form_field_Base.t Js.t -> bool Js.t -> 'r1 Js.t -> unit) Js.callback
    Js.writeonly_prop
end