Esempio n. 1
0
 public string getRowClass(Record record, double index) { throw new Exception(); }
Esempio n. 2
0
 /// <summary>
 /// Implements abstract Ext.data.DataWriter#updateRecord
 /// @protected
 /// @param {Ext.data.Record} rec
 /// @return {Object}
 /// </summary>
 public void updateRecord(Record rec) { }
Esempio 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) { }
Esempio n. 4
0
 public Array updateRecord(Record rec) { throw new Exception(); }
Esempio n. 5
0
 /// <summary>
 /// Implements abstract Ext.data.DataWriter#createRecord
 /// @protected
 /// @param {Ext.data.Record} rec
 /// @return {Object}
 /// </summary>
 public void createRecord(Record rec) { }
Esempio n. 6
0
 public double indexOf(Record record) { throw new Exception(); }
Esempio n. 7
0
 public void remove(Record record) { throw new Exception(); }
Esempio n. 8
0
 public void apply(object prms, object baseParams, string action, Record rs) { throw new Exception(); }
Esempio n. 9
0
 public object toHash(Record prm) { throw new Exception(); }
Esempio n. 10
0
 public void request(string action, Record rs) { throw new Exception(); }
Esempio n. 11
0
 public void request(string action, Record rs, object prms, DataReader reader, JsAction callback) { throw new Exception(); }
Esempio n. 12
0
 public object prepareData(object data, double recordIndex, Record record) { throw new Exception(); }
Esempio n. 13
0
 public bool isSelected(Record index) { throw new Exception(); }
Esempio n. 14
0
 public string getRowClass(Record record, double index, object rowParams, Store store) { throw new Exception(); }
Esempio n. 15
0
 public void add(Record records) { throw new Exception(); }
Esempio n. 16
0
 public object toHash(Record prm, object config) { throw new Exception(); }
Esempio n. 17
0
 public void addSorted(Record record) { throw new Exception(); }
Esempio n. 18
0
 public void onWrite(string action, object trans, object result, object res, Record rs) { throw new Exception(); }
Esempio n. 19
0
 public void insert(double index, Record records) { throw new Exception(); }
Esempio n. 20
0
 public object destroyRecord(Record rec) { throw new Exception(); }
Esempio n. 21
0
 public Array destroyRecord(Record rec) { throw new Exception(); }
Esempio n. 22
0
 public object updateRecord(Record rec) { throw new Exception(); }
Esempio 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) { }
Esempio n. 24
0
 public void doRequest(string action, Record rs, object prms) { throw new Exception(); }
Esempio n. 25
0
 /// <summary>
 /// Implements abstract Ext.data.DataWriter#destroyRecord
 /// @protected
 /// @param {Ext.data.Record} rec
 /// @return {Object}
 /// </summary>
 public void destroyRecord(Record rec) { }
Esempio n. 26
0
 public void doRequest(string action, Record rs, object prms, DataReader reader) { throw new Exception(); }
Esempio 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) { }
Esempio n. 28
0
 public void doRequest(string action, Record rs, object prms, DataReader reader, JsAction callback, object scope, object arg) { throw new Exception(); }
Esempio 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; }
Esempio n. 30
0
 public string getRowClass(Record record) { throw new Exception(); }