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