~caneypuggies/reformedchurcheslocator/couchapp-backbone

« back to all changes in this revision

Viewing changes to _attachments/js/vendor/backgrid/api/output/Backgrid.Row.js

  • Committer: Tim Black
  • Date: 2013-09-16 22:50:16 UTC
  • Revision ID: tim@alwaysreformed.com-20130916225016-zk8jiba25z33ew7h
Versioned Bower vendor directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Ext.data.JsonP.Backgrid_Row({
 
2
  "tagname": "class",
 
3
  "name": "Backgrid.Row",
 
4
  "extends": "Backbone.View",
 
5
  "mixins": [
 
6
 
 
7
  ],
 
8
  "alternateClassNames": [
 
9
 
 
10
  ],
 
11
  "aliases": {
 
12
  },
 
13
  "singleton": false,
 
14
  "requires": [
 
15
 
 
16
  ],
 
17
  "uses": [
 
18
 
 
19
  ],
 
20
  "enum": null,
 
21
  "override": null,
 
22
  "inheritable": null,
 
23
  "inheritdoc": null,
 
24
  "meta": {
 
25
  },
 
26
  "private": null,
 
27
  "id": "class-Backgrid.Row",
 
28
  "members": {
 
29
    "cfg": [
 
30
 
 
31
    ],
 
32
    "property": [
 
33
      {
 
34
        "name": "tagName",
 
35
        "tagname": "property",
 
36
        "owner": "Backgrid.Row",
 
37
        "meta": {
 
38
        },
 
39
        "id": "property-tagName"
 
40
      }
 
41
    ],
 
42
    "method": [
 
43
      {
 
44
        "name": "initialize",
 
45
        "tagname": "method",
 
46
        "owner": "Backgrid.Row",
 
47
        "meta": {
 
48
        },
 
49
        "id": "method-initialize"
 
50
      },
 
51
      {
 
52
        "name": "makeCell",
 
53
        "tagname": "method",
 
54
        "owner": "Backgrid.Row",
 
55
        "meta": {
 
56
          "protected": true
 
57
        },
 
58
        "id": "method-makeCell"
 
59
      },
 
60
      {
 
61
        "name": "remove",
 
62
        "tagname": "method",
 
63
        "owner": "Backgrid.Row",
 
64
        "meta": {
 
65
          "chainable": true
 
66
        },
 
67
        "id": "method-remove"
 
68
      },
 
69
      {
 
70
        "name": "render",
 
71
        "tagname": "method",
 
72
        "owner": "Backgrid.Row",
 
73
        "meta": {
 
74
          "chainable": true
 
75
        },
 
76
        "id": "method-render"
 
77
      }
 
78
    ],
 
79
    "event": [
 
80
 
 
81
    ],
 
82
    "css_var": [
 
83
 
 
84
    ],
 
85
    "css_mixin": [
 
86
 
 
87
    ]
 
88
  },
 
89
  "linenr": 9,
 
90
  "files": [
 
91
    {
 
92
      "filename": "row.js",
 
93
      "href": null
 
94
    }
 
95
  ],
 
96
  "html_meta": {
 
97
  },
 
98
  "statics": {
 
99
    "cfg": [
 
100
 
 
101
    ],
 
102
    "property": [
 
103
 
 
104
    ],
 
105
    "method": [
 
106
 
 
107
    ],
 
108
    "event": [
 
109
 
 
110
    ],
 
111
    "css_var": [
 
112
 
 
113
    ],
 
114
    "css_mixin": [
 
115
 
 
116
    ]
 
117
  },
 
118
  "component": false,
 
119
  "superclasses": [
 
120
    "Backbone.View"
 
121
  ],
 
122
  "subclasses": [
 
123
    "Backgrid.HeaderRow"
 
124
  ],
 
125
  "mixedInto": [
 
126
 
 
127
  ],
 
128
  "parentMixins": [
 
129
 
 
130
  ],
 
131
  "html": "<div><pre class=\"hierarchy\"><h4>Hierarchy</h4><div class='subclass first-child'>Backbone.View<div class='subclass '><strong>Backgrid.Row</strong></div></div><h4>Subclasses</h4><div class='dependency'><a href='#!/api/Backgrid.HeaderRow' rel='Backgrid.HeaderRow' class='docClass'>Backgrid.HeaderRow</a></div></pre><div class='doc-contents'><p>Row is a simple container view that takes a model instance and a list of\ncolumn metadata describing how each of the model's attribute is to be\nrendered, and apply the appropriate cell to each attribute.</p>\n</div><div class='members'><div class='members-section'><div class='definedBy'>Defined By</div><h3 class='members-title icon-property'>Properties</h3><div class='subsection'><div id='property-tagName' class='member first-child not-inherited'><a href='#' class='side expandable'><span>&nbsp;</span></a><div class='title'><div class='meta'><span class='defined-in' rel='Backgrid.Row'>Backgrid.Row</span><br/></div><a href='#!/api/Backgrid.Row-property-tagName' class='name expandable'>tagName</a><span> : String</span></div><div class='description'><div class='short'> ...</div><div class='long'>\n<p>Defaults to: <code>&quot;tr&quot;</code></p></div></div></div></div></div><div class='members-section'><div class='definedBy'>Defined By</div><h3 class='members-title icon-method'>Methods</h3><div class='subsection'><div id='method-initialize' class='member first-child not-inherited'><a href='#' class='side expandable'><span>&nbsp;</span></a><div class='title'><div class='meta'><span class='defined-in' rel='Backgrid.Row'>Backgrid.Row</span><br/></div><a href='#!/api/Backgrid.Row-method-initialize' class='name expandable'>initialize</a>( <span class='pre'>options</span> )</div><div class='description'><div class='short'>Initializes a row view instance. ...</div><div class='long'><p>Initializes a row view instance.</p>\n<h3 class=\"pa\">Parameters</h3><ul><li><span class='pre'>options</span> : Object<div class='sub-desc'>\n<ul><li><span class='pre'>columns</span> : Backbone.Collection.&lt;<a href=\"#!/api/Backgrid.Column\" rel=\"Backgrid.Column\" class=\"docClass\">Backgrid.Column</a>&gt;|Array.&lt;<a href=\"#!/api/Backgrid.Column\" rel=\"Backgrid.Column\" class=\"docClass\">Backgrid.Column</a>&gt;|Array.&lt;Object&gt;<div class='sub-desc'><p>Column metadata.</p>\n</div></li><li><span class='pre'>model</span> : Backbone.Model<div class='sub-desc'><p>The model instance to render.</p>\n</div></li></ul></div></li></ul><h3 class='pa'>Throws</h3><ul><li><span class='pre'>TypeError</span><div class='sub-desc'><p>If options.columns or options.model is undefined.</p>\n</div></li></ul></div></div></div><div id='method-makeCell' class='member  not-inherited'><a href='#' class='side expandable'><span>&nbsp;</span></a><div class='title'><div class='meta'><span class='defined-in' rel='Backgrid.Row'>Backgrid.Row</span><br/></div><a href='#!/api/Backgrid.Row-method-makeCell' class='name expandable'>makeCell</a>( <span class='pre'>column, options</span> ) : <a href=\"#!/api/Backgrid.Cell\" rel=\"Backgrid.Cell\" class=\"docClass\">Backgrid.Cell</a><strong class='protected signature' >protected</strong></div><div class='description'><div class='short'>Factory method for making a cell. ...</div><div class='long'><p>Factory method for making a cell. Used by <a href=\"#!/api/Backgrid.Row-method-initialize\" rel=\"Backgrid.Row-method-initialize\" class=\"docClass\">initialize</a> internally. Override\nthis to provide an appropriate cell instance for a custom Row subclass.</p>\n<h3 class=\"pa\">Parameters</h3><ul><li><span class='pre'>column</span> : <a href=\"#!/api/Backgrid.Column\" rel=\"Backgrid.Column\" class=\"docClass\">Backgrid.Column</a><div class='sub-desc'>\n</div></li><li><span class='pre'>options</span> : Object<div class='sub-desc'><p>The options passed to <a href=\"#!/api/Backgrid.Row-method-initialize\" rel=\"Backgrid.Row-method-initialize\" class=\"docClass\">initialize</a>.</p>\n</div></li></ul><h3 class='pa'>Returns</h3><ul><li><span class='pre'><a href=\"#!/api/Backgrid.Cell\" rel=\"Backgrid.Cell\" class=\"docClass\">Backgrid.Cell</a></span><div class='sub-desc'>\n</div></li></ul></div></div></div><div id='method-remove' class='member  not-inherited'><a href='#' class='side expandable'><span>&nbsp;</span></a><div class='title'><div class='meta'><span class='defined-in' rel='Backgrid.Row'>Backgrid.Row</span><br/></div><a href='#!/api/Backgrid.Row-method-remove' class='name expandable'>remove</a>( <span class='pre'></span> ) : <a href=\"#!/api/Backgrid.Row\" rel=\"Backgrid.Row\" class=\"docClass\">Backgrid.Row</a><strong class='chainable signature' >chainable</strong></div><div class='description'><div class='short'>Clean up this row and its cells. ...</div><div class='long'><p>Clean up this row and its cells.</p>\n<h3 class='pa'>Returns</h3><ul><li><span class='pre'><a href=\"#!/api/Backgrid.Row\" rel=\"Backgrid.Row\" class=\"docClass\">Backgrid.Row</a></span><div class='sub-desc'><p>this</p>\n</div></li></ul></div></div></div><div id='method-render' class='member  not-inherited'><a href='#' class='side expandable'><span>&nbsp;</span></a><div class='title'><div class='meta'><span class='defined-in' rel='Backgrid.Row'>Backgrid.Row</span><br/></div><a href='#!/api/Backgrid.Row-method-render' class='name expandable'>render</a>( <span class='pre'></span> ) : <a href=\"#!/api/Backgrid.Row\" rel=\"Backgrid.Row\" class=\"docClass\">Backgrid.Row</a><strong class='chainable signature' >chainable</strong></div><div class='description'><div class='short'>Renders a row of cells for this row's model. ...</div><div class='long'><p>Renders a row of cells for this row's model.</p>\n<h3 class='pa'>Returns</h3><ul><li><span class='pre'><a href=\"#!/api/Backgrid.Row\" rel=\"Backgrid.Row\" class=\"docClass\">Backgrid.Row</a></span><div class='sub-desc'><p>this</p>\n</div></li></ul></div></div></div></div></div></div></div>"
 
132
});
 
 
b'\\ No newline at end of file'