コード例 #1
0
 /// <summary>
 /// Creates new property store.
 /// </summary>
 /// <param name="grid"><p>The grid this store will be bound to</p>
 /// </param>
 /// <param name="source"><p>The source data config object</p>
 /// </param>
 /// <returns>
 /// <span><see cref="Object">Object</see></span><div>
 /// </div>
 /// </returns>
 public Store(Ext.grid.Panel grid, object source)
 {
 }
コード例 #2
0
 /// <summary>
 /// Fires after a reconfigure.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="store"><p>The store that was passed to the <see cref="Ext.grid.Panel.reconfigure">reconfigure</see> method</p>
 /// </param>
 /// <param name="columns"><p>The column configs that were passed to the <see cref="Ext.grid.Panel.reconfigure">reconfigure</see> method</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 reconfigure(Ext.grid.Panel @this, Ext.data.Store store, JsArray <Object> columns, object eOpts)
 {
 }
コード例 #3
0
 /// <summary>
 /// Fires when a column is unlocked.
 /// </summary>
 /// <param name="this"><p>The gridpanel.</p>
 /// </param>
 /// <param name="column"><p>The column being unlocked.</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 unlockcolumn(Ext.grid.Panel @this, Ext.grid.column.Column column, object eOpts)
 {
 }