object ('a)
  method batchChanges : 'Js.t -> unit Js.meth
  method beforeReset : unit Js.meth
  method callParent : 'Js.t -> 'Js.t Js.meth
  method callSuper : 'Js.t -> 'Js.t Js.meth
  method checkChange : unit Js.meth
  method checkDirty : unit Js.meth
  method clearInvalid : unit Js.meth
  method extractFileInput : Dom_html.element Js.t Js.meth
  method getErrors : 'Js.t -> Js.js_string Js.t Js.js_array Js.t Js.meth
  method getInitialConfig : Js.js_string Js.t Js.optdef -> 'Js.t Js.meth
  method getModelData : 'Js.t Js.meth
  method getName : Js.js_string Js.t Js.meth
  method getSubmitData : 'Js.t Js.meth
  method getValue : 'Js.t Js.meth
  method initConfig : 'Js.t -> 'Js.t Js.meth
  method initField : unit Js.meth
  method initValue : unit Js.meth
  method isDirty : bool Js.t Js.meth
  method isEqual : 'Js.t -> 'Js.t -> bool Js.t Js.meth
  method isFileUpload : bool Js.t Js.meth
  method isFormField : bool Js.t Js.prop
  method isValid : bool Js.t Js.meth
  method markInvalid : 'Js.t -> unit Js.meth
  method originalValue : 'Js.t Js.prop
  method reset : unit Js.meth
  method resetOriginalValue : unit Js.meth
  method self : Ext_Class.t Js.t Js.prop
  method setValue : 'Js.t -> 'Js.t Js.meth
  method statics : Ext_Class.t Js.t Js.meth
  method transformOriginalValue : 'Js.t -> 'Js.t Js.meth
  method validate : bool Js.t Js.meth
end