Ext.data.JsonP.Backgrid_HeaderRow({ "tagname": "class", "name": "Backgrid.HeaderRow", "extends": "Backgrid.Row", "mixins": [ ], "alternateClassNames": [ ], "aliases": { }, "singleton": false, "requires": [ ], "uses": [ ], "enum": null, "override": null, "inheritable": null, "inheritdoc": null, "meta": { }, "private": null, "id": "class-Backgrid.HeaderRow", "members": { "cfg": [ ], "property": [ { "name": "tagName", "tagname": "property", "owner": "Backgrid.Row", "meta": { }, "id": "property-tagName" } ], "method": [ { "name": "initialize", "tagname": "method", "owner": "Backgrid.HeaderRow", "meta": { }, "id": "method-initialize" }, { "name": "makeCell", "tagname": "method", "owner": "Backgrid.Row", "meta": { "protected": true }, "id": "method-makeCell" }, { "name": "remove", "tagname": "method", "owner": "Backgrid.Row", "meta": { "chainable": true }, "id": "method-remove" }, { "name": "render", "tagname": "method", "owner": "Backgrid.Row", "meta": { "chainable": true }, "id": "method-render" } ], "event": [ ], "css_var": [ ], "css_mixin": [ ] }, "linenr": 137, "files": [ { "filename": "header.js", "href": null } ], "html_meta": { }, "statics": { "cfg": [ ], "property": [ ], "method": [ ], "event": [ ], "css_var": [ ], "css_mixin": [ ] }, "component": false, "superclasses": [ "Backbone.View", "Backgrid.Row" ], "subclasses": [ ], "mixedInto": [ ], "parentMixins": [ ], "html": "
Hierarchy
Backbone.ViewBackgrid.RowBackgrid.HeaderRow
HeaderRow is a controller for a row of header cells.
\nInitializer.
\nCustomized default\nHeaderCell for all the columns. Supply a HeaderCell class or instance to a\nthe headerCell key in a column definition for column-specific header\nrendering.
If options.columns or options.collection is undefined.
\nOverrides: Backgrid.Row.initialize
Factory method for making a cell. Used by initialize internally. Override\nthis to provide an appropriate cell instance for a custom Row subclass.
\nThe options passed to initialize.
\n