/// <summary>
 /// Fires when this Component receives focus.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="The"><p>focus event.</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 focus(Ext.Component @this, EventObject The, object eOpts){}
 /// <summary>
 /// Fires when this Component loses focus.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="The"><p>blur event.</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 blur(Ext.Component @this, EventObject The, object eOpts){}
Ejemplo n.º 3
0
 /// <summary>
 /// Returns the template node by the Ext.EventObject or null if it is not found.
 /// @param {Ext.EventObject} e
 /// </summary>
 public void findTargetByEvent(EventObject e){}
Ejemplo n.º 4
0
 /// <summary>
 /// Called when an list item has been tapped
 /// @param {Ext.List} subList The subList the item is on
 /// @param {Number} subIdx The id of the item tapped
 /// @param {Ext.Element} el The element of the item tapped
 /// @param {Ext.EventObject} e The event
 /// </summary>
 public void onItemTap(List subList, JsNumber subIdx, Element el, EventObject e){}
Ejemplo n.º 5
0
 /// <summary>
 /// Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check
 /// Ext.EventObject.getKey to determine which key was pressed.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="field"><p>The field attached to this editor</p>
 /// </param>
 /// <param name="event"><p>The event object</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 specialkey(Ext.Editor @this, Ext.form.field.Field field, EventObject @event, object eOpts){}