Lines Matching refs:body
47 the header, body, and footer of the table are deferred to configurable classes
222 populating the the instance's `body` property.
225 be created at `render()` time and assigned to `this.body`. If an object is
226 passed, `body` will be set immediately.
376 @property body
381 //body: null,
469 return this.body && this.body.getCell &&
470 this.body.getCell.apply(this.body, arguments);
544 if (!record && this.body && this.body.getRecord) {
545 record = this.body.getRecord.apply(this.body, arguments);
566 return this.body && this.body.getRow &&
567 this.body.getRow.apply(this.body, arguments);
584 if (this.body) {
585 this.fire('renderBody', { view: this.body });
705 if (this.body) {
706 this.body.set('modelList', modelList);
849 to the `head`, `foot`, and `body` properties.
888 this.body = new e.bodyView(config);
889 this.body.addTarget(this);