/// <summary>
 /// Fires when the active error message is changed via setActiveError.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="error"><p>The active error message</p>
 /// </param>
 /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p>
 /// </param>
 public void errorchange(Labelable @this, JsString error, object eOpts){}
 /// <summary>
 /// Fires when the active error message is changed for any one of the Ext.form.Labelable instances
 /// within this container.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="The"><p>Labelable instance whose active error was changed</p>
 /// </param>
 /// <param name="error"><p>The active error message</p>
 /// </param>
 /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p>
 /// </param>
 public void fielderrorchange(FieldAncestor @this, Labelable The, JsString error, object eOpts)
 {
 }
 /// <summary>
 /// Fires when the validity state of any one of the Ext.form.field.Field instances within this
 /// container changes.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="The"><p>Field instance whose validity changed</p>
 /// </param>
 /// <param name="isValid"><p>The field's new validity state</p>
 /// </param>
 /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p>
 /// </param>
 public void fieldvaliditychange(FieldAncestor @this, Labelable The, JsString isValid, object eOpts)
 {
 }
示例#4
0
 /// <summary>
 /// Called when a Ext.form.Labelable instance is added to the container's subtree. ...
 /// </summary>
 public object onLabelableAdded(Labelable labelable){return null;}
示例#5
0
 /// <summary>
 /// Called when a Ext.form.Labelable instance is removed from the container's subtree. ...
 /// </summary>
 public object onLabelableRemoved(Labelable labelable){return null;}
 /// <summary>
 /// Fires when the active error message is changed for any one of the Ext.form.Labelable instances
 /// within this container.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="The"><p>Labelable instance whose active error was changed</p>
 /// </param>
 /// <param name="error"><p>The active error message</p>
 /// </param>
 /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p>
 /// </param>
 public void fielderrorchange(FieldAncestor @this, Labelable The, JsString error, object eOpts){}
 /// <summary>
 /// Fires when the validity state of any one of the Ext.form.field.Field instances within this
 /// container changes.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="The"><p>Field instance whose validity changed</p>
 /// </param>
 /// <param name="isValid"><p>The field's new validity state</p>
 /// </param>
 /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p>
 /// </param>
 public void fieldvaliditychange(FieldAncestor @this, Labelable The, JsString isValid, object eOpts){}
 /// <summary>
 /// Called when a Ext.form.Labelable instance is added to the container's subtree.
 /// </summary>
 /// <param name="labelable"><p>The instance that was added</p>
 /// </param>
 public virtual void onLabelableAdded(Labelable labelable){}
 /// <summary>
 /// Called when a Ext.form.Labelable instance is removed from the container's subtree.
 /// </summary>
 /// <param name="labelable"><p>The instance that was removed</p>
 /// </param>
 public virtual void onLabelableRemoved(Labelable labelable){}
示例#10
0
 /// <summary>
 /// Called when a Ext.form.Labelable instance is removed from the container's subtree. ...
 /// </summary>
 public object onLabelableRemoved(Labelable labelable)
 {
     return(null);
 }
 /// <summary>
 /// Fired when the error message of any field within the container changes, and updates the
 /// combined error message to match.
 /// </summary>
 /// <param name="field">
 /// </param>
 /// <param name="activeError">
 /// </param>
 public virtual void onFieldErrorChange(Labelable field, JsString activeError){}
示例#12
0
 /// <summary>
 /// Called when a Ext.form.Labelable instance is added to the container's subtree. ...
 /// </summary>
 public object onLabelableAdded(Labelable labelable)
 {
     return(null);
 }
示例#13
0
 /// <summary>
 /// Fires when the active error message is changed via setActiveError.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="error"><p>The active error message</p>
 /// </param>
 /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p>
 /// </param>
 public void errorchange(Labelable @this, JsString error, object eOpts)
 {
 }
示例#14
0
 /// <summary>
 /// Called when a Ext.form.Labelable instance is removed from the container's subtree.
 /// </summary>
 /// <param name="labelable"><p>The instance that was removed</p>
 /// </param>
 public virtual void onLabelableRemoved(Labelable labelable)
 {
 }
示例#15
0
 /// <summary>
 /// Called when a Ext.form.Labelable instance is added to the container's subtree.
 /// </summary>
 /// <param name="labelable"><p>The instance that was added</p>
 /// </param>
 public virtual void onLabelableAdded(Labelable labelable)
 {
 }
示例#16
0
 /// <summary>
 /// Fired when the error message of any field within the container changes.
 /// </summary>
 /// <param name="field"><p>The sub-field whose active error changed</p>
 /// </param>
 /// <param name="error"><p>The new active error message</p>
 /// </param>
 public virtual void onFieldErrorChange(Labelable field, JsString error)
 {
 }