object ('a)
  method addEvents : 'Js.t -> unit Js.meth
  method addListener :
    'Js.t ->
    'Js.callback Js.optdef ->
    'Js.t Js.optdef -> 'Js.t Js.optdef -> 'Js.t Js.meth
  method addManagedListener :
    'Js.t ->
    'Js.t ->
    'Js.callback Js.optdef ->
    'Js.t Js.optdef -> 'Js.t Js.optdef -> 'Js.t Js.meth
  method applyIfToFields : 'Js.t -> 'Js.t Js.meth
  method applyToFields : 'Js.t -> 'Js.t Js.meth
  method callParent : 'Js.t -> 'Js.t Js.meth
  method callSuper : 'Js.t -> 'Js.t Js.meth
  method checkDirty : unit Js.meth
  method checkValidity : unit Js.meth
  method clearInvalid : 'Js.t Js.meth
  method clearListeners : unit Js.meth
  method clearManagedListeners : unit Js.meth
  method destroy : unit Js.meth
  method doAction : 'Js.t -> 'Js.t Js.optdef -> 'Js.t Js.meth
  method enableBubble : 'Js.t -> unit Js.meth
  method findField :
    Js.js_string Js.t -> #Ext_form_field_Field.t Js.t Js.meth
  method fireEvent : Js.js_string Js.t -> 'Js.t -> bool Js.t Js.meth
  method fireEventArgs :
    Js.js_string Js.t -> 'Js.t Js.js_array Js.t -> bool Js.t Js.meth
  method getFieldValues : bool Js.t Js.optdef -> 'Js.t Js.meth
  method getFields : Ext_util_MixedCollection.t Js.t Js.meth
  method getInitialConfig : Js.js_string Js.t Js.optdef -> 'Js.t Js.meth
  method getRecord : Ext_data_Model.t Js.t Js.meth
  method getValues :
    bool Js.t Js.optdef ->
    bool Js.t Js.optdef ->
    bool Js.t Js.optdef -> bool Js.t Js.optdef -> 'a1 Js.t Js.meth
  method hasInvalidField : unit Js.meth
  method hasListener : Js.js_string Js.t -> bool Js.t Js.meth
  method hasListeners : 'b1 Js.t Js.readonly_prop
  method hasUpload : bool Js.t Js.meth
  method initConfig : 'c1 Js.t -> 'Js.t Js.meth
  method isDirty : bool Js.t Js.meth
  method isObservable : bool Js.t Js.prop
  method isValid : bool Js.t Js.meth
  method load : 'd1 Js.t -> 'Js.t Js.meth
  method loadRecord : Ext_data_Model.t Js.t -> 'Js.t Js.meth
  method markInvalid : 'e1 Js.t -> 'Js.t Js.meth
  method mon :
    'f1 Js.t ->
    'g1 Js.t ->
    'h1 Js.callback Js.optdef ->
    'i1 Js.t Js.optdef -> 'j1 Js.t Js.optdef -> 'k1 Js.t Js.meth
  method mun :
    'l1 Js.t ->
    'm1 Js.t ->
    'n1 Js.callback Js.optdef -> 'o1 Js.t Js.optdef -> unit Js.meth
  method on :
    'p1 Js.t ->
    'q1 Js.callback Js.optdef ->
    'r1 Js.t Js.optdef -> 's1 Js.t Js.optdef -> 't1 Js.t Js.meth
  method owner : #Ext_container_Container.t Js.t Js.prop
  method relayEvents :
    'u1 Js.t ->
    Js.js_string Js.t Js.js_array Js.t ->
    Js.js_string Js.t Js.optdef -> 'v1 Js.t Js.meth
  method removeListener :
    Js.js_string Js.t ->
    'w1 Js.callback -> 'x1 Js.t Js.optdef -> unit Js.meth
  method removeManagedListener :
    'y1 Js.t ->
    'z1 Js.t ->
    'a2 Js.callback Js.optdef -> 'b2 Js.t Js.optdef -> unit Js.meth
  method reset : bool Js.t Js.optdef -> 'Js.t Js.meth
  method resumeEvent : Js.js_string Js.t -> unit Js.meth
  method resumeEvents : unit Js.meth
  method self : Ext_Class.t Js.t Js.prop
  method setValues : 'c2 Js.t -> 'Js.t Js.meth
  method statics : Ext_Class.t Js.t Js.meth
  method submit : 'd2 Js.t -> 'Js.t Js.meth
  method suspendEvent : Js.js_string Js.t -> unit Js.meth
  method suspendEvents : bool Js.t -> unit Js.meth
  method un :
    Js.js_string Js.t ->
    'e2 Js.callback -> 'f2 Js.t Js.optdef -> unit Js.meth
  method updateRecord : Ext_data_Model.t Js.t Js.optdef -> 'Js.t Js.meth
end