Lines Matching refs:model
113 Model subclass to use as the `model` for the ModelList stored in the `data`
119 1. If the `data` attribute is set with a ModelList instance and its `model`
122 `model` property is unset, but it is populated, the `ATTRS` of the
150 will be created using the configured `recordType` as its `model` property
991 to `this.data`. If it is an array, a ModelList is created, its `model`
1013 data.model = recordType;
1086 1. If the `data` attribute is set with a ModelList with a `model` property,
1115 if (data.model) {
1116 recordType = data.model;
1120 recordType = data.model = data.item(0).constructor;
1147 // where there's not enough info to assign this.data.model
1160 if (!this.data.model) {
1169 this.data.model = this.get('recordType');
1394 ModelList's `model` property to the class in the `recordType` attribute,
1414 if (!this.data.model && val.length) {
1416 // effect in the setter. Bad form, but I need the model set
1509 attribute names, or the `ATTRS` definition for a custom model