Searched refs:records (Results 1 - 12 of 12) sorted by relevance

/yui3/src/recordset/js/
H A Drecordset-filter.js48 var recs = this.get('host').get('records'),
61 records: YArray.filter(recs, filter)
77 records: YArray.reject(this.get('host').get('records'), filter)
93 records: YArray.grep(this.get('host').get('records'), pattern)
H A Drecordset-base.js37 // 1. Instantiating new Y.Recordset() will not go into the setter of "records", and so it is necessary to create this._items in the initializer.
38 // 2. Instantiating new Y.Recordset({records: [{...}]}) will call the setter of "records" and create this._items. In this case, we don't want that to be overwritten by [].
50 * <dd>Array of new records to be added</dd>
56 * <p>Preventing this event will cause the new records NOT to be
69 * <dd>Array of records to be removed</dd>
71 * <dd>Number of records to be removed</dd>
74 * array from which to remove records</dd>
77 * <p>Preventing this event will cause the records NOT to be
86 * The Recordset is being flushed of all records
[all...]
/yui3/build/recordset-filter/
H A Drecordset-filter-debug.js50 var recs = this.get('host').get('records'),
63 records: YArray.filter(recs, filter)
79 records: YArray.reject(this.get('host').get('records'), filter)
95 records: YArray.grep(this.get('host').get('records'), pattern)
/yui3/build/datatable-datasource/
H A Ddatatable-datasource-debug.js171 var records = (e.response && e.response.results) || [];
173 this.get("host").set("data", records);
/yui3/build/datatable-datasource-deprecated/
H A Ddatatable-datasource-deprecated-debug.js171 var records = (e.response && e.response.results) || [];
173 this.get("host").get("recordset").set("records", records);
/yui3/src/datatable/js/
H A Ddatatable-datasource.js169 var records = (e.response && e.response.results) || [];
171 this.get("host").set("data", records);
/yui3/src/datatable-deprecated/js/
H A Ddatatable-datasource.js184 var records = (e.response && e.response.results) || [];
186 this.get("host").get("recordset").set("records", records);
H A Ddatatable-base.js244 * @param records {Array | Recordset}
250 rs = new Y.Recordset({records:rs});
269 * Updates the UI if Recordset records are changed.
916 return new Y.Recordset({ records: [] });
/yui3/build/recordset-base/
H A Drecordset-base-debug.js96 // 1. Instantiating new Y.Recordset() will not go into the setter of "records", and so it is necessary to create this._items in the initializer.
97 // 2. Instantiating new Y.Recordset({records: [{...}]}) will call the setter of "records" and create this._items. In this case, we don't want that to be overwritten by [].
109 * <dd>Array of new records to be added</dd>
115 * <p>Preventing this event will cause the new records NOT to be
128 * <dd>Array of records to be removed</dd>
130 * <dd>Number of records to be removed</dd>
133 * array from which to remove records</dd>
136 * <p>Preventing this event will cause the records NOT to be
145 * The Recordset is being flushed of all records
[all...]
/yui3/build/datatable-base-deprecated/
H A Ddatatable-base-deprecated-debug.js1024 * @param records {Array | Recordset}
1030 rs = new Y.Recordset({records:rs});
1049 * Updates the UI if Recordset records are changed.
1696 return new Y.Recordset({ records: [] });
/yui3/src/datatable/tests/
H A Ddatatable-core-tests.js795 records: [
/yui3/src/datatable/tests/src/
H A Ddatatable-core.js793 records: [

Completed in 276 milliseconds