object
  method change :
    (Ext_form_field_Field.t Js.t -> 'Js.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 validitychange :
    (Ext_form_field_Field.t Js.t -> bool Js.t -> 'Js.t -> unit) Js.callback
    Js.writeonly_prop
end