Ejemplo n.º 1
0
 public string getRowClass(Record record, double index) { throw new Exception(); }
Ejemplo n.º 2
0
 /// <summary>
 /// Implements abstract Ext.data.DataWriter#updateRecord
 /// @protected
 /// @param {Ext.data.Record} rec
 /// @return {Object}
 /// </summary>
 public void updateRecord(Record rec) { }
Ejemplo n.º 3
0
 /// <summary>
 /// Destroys a Record.  Should not be used directly.  It's called by Store#remove if a Writer is set.
 /// @param {Store} store this
 /// @param {Ext.data.Record} record
 /// @param {Number} index
 /// @private
 /// </summary>
 public void destroyRecord(object store, Record record, JsNumber index) { }
Ejemplo n.º 4
0
 public Array updateRecord(Record rec) { throw new Exception(); }
Ejemplo n.º 5
0
 /// <summary>
 /// Implements abstract Ext.data.DataWriter#createRecord
 /// @protected
 /// @param {Ext.data.Record} rec
 /// @return {Object}
 /// </summary>
 public void createRecord(Record rec) { }
Ejemplo n.º 6
0
 public double indexOf(Record record) { throw new Exception(); }
Ejemplo n.º 7
0
 public void remove(Record record) { throw new Exception(); }
Ejemplo n.º 8
0
 public void apply(object prms, object baseParams, string action, Record rs) { throw new Exception(); }
Ejemplo n.º 9
0
 public object toHash(Record prm) { throw new Exception(); }
Ejemplo n.º 10
0
 public void request(string action, Record rs) { throw new Exception(); }
Ejemplo n.º 11
0
 public void request(string action, Record rs, object prms, DataReader reader, JsAction callback) { throw new Exception(); }
Ejemplo n.º 12
0
 public object prepareData(object data, double recordIndex, Record record) { throw new Exception(); }
Ejemplo n.º 13
0
 public bool isSelected(Record index) { throw new Exception(); }
Ejemplo n.º 14
0
 public string getRowClass(Record record, double index, object rowParams, Store store) { throw new Exception(); }
Ejemplo n.º 15
0
 public void add(Record records) { throw new Exception(); }
Ejemplo n.º 16
0
 public object toHash(Record prm, object config) { throw new Exception(); }
Ejemplo n.º 17
0
 public void addSorted(Record record) { throw new Exception(); }
Ejemplo n.º 18
0
 public void onWrite(string action, object trans, object result, object res, Record rs) { throw new Exception(); }
Ejemplo n.º 19
0
 public void insert(double index, Record records) { throw new Exception(); }
Ejemplo n.º 20
0
 public object destroyRecord(Record rec) { throw new Exception(); }
Ejemplo n.º 21
0
 public Array destroyRecord(Record rec) { throw new Exception(); }
Ejemplo n.º 22
0
 public object updateRecord(Record rec) { throw new Exception(); }
Ejemplo n.º 23
0
 /// <summary>
 /// Converts a Record to a hash, taking into account the state of the Ext.data.Record along with configuration properties
 /// related to its rendering, such as {@link #writeAllFields}, {@link Ext.data.Record#phantom phantom}, {@link Ext.data.Record#getChanges getChanges} and
 /// {@link Ext.data.DataReader#idProperty idProperty}
 /// @param {Ext.data.Record} rec The Record from which to create a hash.
 /// @param {Object} config <b>NOT YET IMPLEMENTED</b>.  Will implement an exlude/only configuration for fine-control over which fields do/don't get rendered.
 /// @return {Object}
 /// @protected
 /// TODO Implement excludes/only configuration with 2nd param?
 /// </summary>
 public void toHash(Record rec, object config) { }
Ejemplo n.º 24
0
 public void doRequest(string action, Record rs, object prms) { throw new Exception(); }
Ejemplo n.º 25
0
 /// <summary>
 /// Implements abstract Ext.data.DataWriter#destroyRecord
 /// @protected
 /// @param {Ext.data.Record} rec
 /// @return {Object}
 /// </summary>
 public void destroyRecord(Record rec) { }
Ejemplo n.º 26
0
 public void doRequest(string action, Record rs, object prms, DataReader reader) { throw new Exception(); }
Ejemplo n.º 27
0
 /// <summary>
 /// (Local sort only) Inserts the passed Record into the Store at the index where it
 /// should go based on the current sort information.
 /// @param {Ext.data.Record} record
 /// </summary>
 public void addSorted(Record record) { }
Ejemplo n.º 28
0
 public void doRequest(string action, Record rs, object prms, DataReader reader, JsAction callback, object scope, object arg) { throw new Exception(); }
Ejemplo n.º 29
0
 /// <summary>
 /// Get the index within the cache of the passed Record.
 /// @param {Ext.data.Record} record The Ext.data.Record object to find.
 /// @return {Number} The index of the passed Record. Returns -1 if not found.
 /// </summary>
 public JsNumber indexOf(Record record) { return null; }
Ejemplo n.º 30
0
 public string getRowClass(Record record) { throw new Exception(); }