示例#1
0
 /// <summary>
 /// Fires after the serialization process. Use this to attach additional parameters to serialization
 /// data before it is encoded and sent to the server.
 /// </summary>
 /// <param name="data"><p>A map or collection of maps representing the current filter configuration.</p>
 /// </param>
 /// <param name="filter"><p>The filter being serialized.</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 serialize(object data, Ext.ux.grid.filter.Filter filter, object eOpts)
 {
 }
示例#2
0
 /// <summary>
 /// Fires when a filter configuration has changed
 /// </summary>
 /// <param name="this"><p>The filter 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 update(Ext.ux.grid.filter.Filter @this, object eOpts)
 {
 }
示例#3
0
 /// <summary>
 /// Fires when an active filter becomes inactive
 /// </summary>
 /// <param name="this">
 /// </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 deactivate(Ext.ux.grid.filter.Filter @this, object eOpts)
 {
 }