Lines Matching refs:body
49 the header, body, and footer of the table are deferred to configurable classes
224 populating the the instance's `body` property.
227 be created at `render()` time and assigned to `this.body`. If an object is
228 passed, `body` will be set immediately.
378 @property body
383 //body: null,
471 return this.body && this.body.getCell &&
472 this.body.getCell.apply(this.body, arguments);
546 if (!record && this.body && this.body.getRecord) {
547 record = this.body.getRecord.apply(this.body, arguments);
568 return this.body && this.body.getRow &&
569 this.body.getRow.apply(this.body, arguments);
586 if (this.body) {
587 this.fire('renderBody', { view: this.body });
707 if (this.body) {
708 this.body.set('modelList', modelList);
851 to the `head`, `foot`, and `body` properties.
890 this.body = new e.bodyView(config);
891 this.body.addTarget(this);