Searched defs:ModelList (Results 1 - 1 of 1) sorted by relevance

/yui3/src/app/js/
H A Dmodel-list.js22 @class ModelList
70 custom error source defined by a ModelList subclass):
131 function ModelList() { function
132 ModelList.superclass.constructor.apply(this, arguments);
135 Y.ModelList = Y.extend(ModelList, Y.Base, {
158 Total hack to allow us to identify ModelList instances without using
181 Y.error('ModelList: Model class not found: ' + model);
202 another ModelList instance, in which case all the models in that list will
219 // Add all the models in another ModelList instanc
[all...]

Completed in 24 milliseconds