Ejemplo n.º 1
0
 /// <summary>
 /// Re-fires the NodeStore's "write" event as a TreeStore event
 /// </summary>
 /// <param name="store">
 /// </param>
 /// <param name="operation">
 /// </param>
 private void onStoreWrite(Ext.data.NodeStore store, Ext.data.Operation operation)
 {
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Fires before a request is made for a new data object. If the beforeload handler returns false the load
 /// action will be canceled.
 /// </summary>
 /// <param name="store"><p>This Store</p>
 /// </param>
 /// <param name="operation"><p>The <see cref="Ext.data.Operation">Ext.data.Operation</see> object that will be passed to the Proxy to
 /// load the Store</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 beforeload(Ext.data.Store store, Ext.data.Operation operation, object eOpts)
 {
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Re-fires the NodeStore's "datachanged" event as a TreeStore event
 /// </summary>
 /// <param name="store">
 /// </param>
 /// <param name="operation">
 /// </param>
 private void onStoreDataChanged(Ext.data.NodeStore store, Ext.data.Operation operation)
 {
 }