ui_bibz 2.0.0.alpha10 → 2.0.0.alpha11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (163) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +9 -7
  3. data/app/assets/stylesheets/table.sass +2 -0
  4. data/app/assets/stylesheets/ui_bibz.sass +0 -2
  5. data/lib/ui_bibz/ui/core/alert.rb +4 -4
  6. data/lib/ui_bibz/ui/core/breadcrumb/breadcrumb.rb +2 -2
  7. data/lib/ui_bibz/ui/core/breadcrumb/components/breadcrumb_link.rb +2 -2
  8. data/lib/ui_bibz/ui/core/button/button.rb +10 -10
  9. data/lib/ui_bibz/ui/core/button/button_choice.rb +5 -5
  10. data/lib/ui_bibz/ui/core/button/button_dropdown.rb +3 -3
  11. data/lib/ui_bibz/ui/core/button/button_group.rb +5 -1
  12. data/lib/ui_bibz/ui/core/button/button_link.rb +2 -2
  13. data/lib/ui_bibz/ui/core/button/button_split_dropdown.rb +5 -5
  14. data/lib/ui_bibz/ui/core/card/card.rb +4 -4
  15. data/lib/ui_bibz/ui/core/card/components/block/card_block_text.rb +1 -1
  16. data/lib/ui_bibz/ui/core/component.rb +7 -7
  17. data/lib/ui_bibz/ui/core/dropdown/components/dropdown_link.rb +2 -2
  18. data/lib/ui_bibz/ui/core/dropdown/dropdown.rb +6 -6
  19. data/lib/ui_bibz/ui/core/glyph.rb +3 -3
  20. data/lib/ui_bibz/ui/core/input/autocomplete_field.rb +7 -1
  21. data/lib/ui_bibz/ui/core/input/dropdown_select_field.rb +2 -2
  22. data/lib/ui_bibz/ui/core/input/formula_field.rb +1 -1
  23. data/lib/ui_bibz/ui/core/input/multi_select_field.rb +2 -2
  24. data/lib/ui_bibz/ui/core/input/surround_field.rb +9 -1
  25. data/lib/ui_bibz/ui/core/input/switch_field.rb +4 -4
  26. data/lib/ui_bibz/ui/core/label.rb +4 -4
  27. data/lib/ui_bibz/ui/core/list/components/list.rb +7 -7
  28. data/lib/ui_bibz/ui/core/list/list_group.rb +5 -5
  29. data/lib/ui_bibz/ui/core/nav/components/nav_dropdown.rb +2 -2
  30. data/lib/ui_bibz/ui/core/nav/components/nav_link.rb +3 -3
  31. data/lib/ui_bibz/ui/core/nav/components/nav_link_link.rb +1 -1
  32. data/lib/ui_bibz/ui/core/nav/components/navbar_nav.rb +1 -1
  33. data/lib/ui_bibz/ui/core/nav/nav.rb +1 -1
  34. data/lib/ui_bibz/ui/core/nav/navbar.rb +3 -3
  35. data/lib/ui_bibz/ui/core/progress.rb +5 -5
  36. data/lib/ui_bibz/ui/core/stars.rb +3 -3
  37. data/lib/ui_bibz/ui/ux/table/components/actions.rb +4 -0
  38. data/lib/ui_bibz/ui/ux/table/components/as.rb +8 -4
  39. data/lib/ui_bibz/ui/ux/table/components/column.rb +17 -16
  40. data/lib/ui_bibz/ui/ux/table/components/thead.rb +4 -4
  41. data/lib/ui_bibz/ui/ux/table/table.rb +8 -8
  42. data/lib/ui_bibz/ui/ux/table/table_card.rb +4 -4
  43. data/lib/ui_bibz/version.rb +1 -1
  44. data/test/dummy/db/schema.rb +1 -1
  45. data/test/ui/breadcrumb_test.rb +2 -2
  46. data/test/ui/button_test.rb +24 -24
  47. data/test/ui/card_test.rb +5 -5
  48. data/test/ui/component_test.rb +2 -2
  49. data/test/ui/dropdown_test.rb +1 -1
  50. data/test/ui/input_switch_field_test.rb +3 -3
  51. data/test/ui/inputs_test.rb +5 -5
  52. data/test/ui/list_group_test.rb +5 -5
  53. data/test/ui/nav_test.rb +3 -3
  54. data/test/ui/stars_test.rb +2 -2
  55. data/test/ui/table_test.rb +7 -7
  56. data/test/ui_helper_test.rb +16 -16
  57. data/ui_bibz.gemspec +2 -2
  58. metadata +5 -109
  59. data/doc/UiBibz.html +0 -129
  60. data/doc/UiBibz/Concerns.html +0 -115
  61. data/doc/UiBibz/Concerns/Models.html +0 -115
  62. data/doc/UiBibz/Concerns/Models/Searchable.html +0 -120
  63. data/doc/UiBibz/Concerns/Models/Searchable/ClassMethods.html +0 -174
  64. data/doc/UiBibz/Helpers.html +0 -115
  65. data/doc/UiBibz/Helpers/MetaHelper.html +0 -273
  66. data/doc/UiBibz/Helpers/UiCoreHelper.html +0 -1234
  67. data/doc/UiBibz/Helpers/UiUxHelper.html +0 -463
  68. data/doc/UiBibz/Helpers/UtilsHelper.html +0 -187
  69. data/doc/UiBibz/Rails.html +0 -115
  70. data/doc/UiBibz/Rails/Engine.html +0 -123
  71. data/doc/UiBibz/Ui.html +0 -119
  72. data/doc/UiBibz/Ui/Base.html +0 -304
  73. data/doc/UiBibz/Ui/Core.html +0 -128
  74. data/doc/UiBibz/Ui/Core/Alert.html +0 -383
  75. data/doc/UiBibz/Ui/Core/Bar.html +0 -372
  76. data/doc/UiBibz/Ui/Core/Breadcrumb.html +0 -442
  77. data/doc/UiBibz/Ui/Core/BreadcrumbLink.html +0 -369
  78. data/doc/UiBibz/Ui/Core/Button.html +0 -380
  79. data/doc/UiBibz/Ui/Core/ButtonDropdown.html +0 -401
  80. data/doc/UiBibz/Ui/Core/ButtonGroup.html +0 -372
  81. data/doc/UiBibz/Ui/Core/ButtonLink.html +0 -382
  82. data/doc/UiBibz/Ui/Core/ButtonSplitDropdown.html +0 -403
  83. data/doc/UiBibz/Ui/Core/Col.html +0 -373
  84. data/doc/UiBibz/Ui/Core/Component.html +0 -1087
  85. data/doc/UiBibz/Ui/Core/Dropdown.html +0 -663
  86. data/doc/UiBibz/Ui/Core/DropdownDivider.html +0 -301
  87. data/doc/UiBibz/Ui/Core/DropdownHeader.html +0 -355
  88. data/doc/UiBibz/Ui/Core/DropdownLink.html +0 -376
  89. data/doc/UiBibz/Ui/Core/DropdownList.html +0 -382
  90. data/doc/UiBibz/Ui/Core/Glyph.html +0 -385
  91. data/doc/UiBibz/Ui/Core/Jumbotron.html +0 -379
  92. data/doc/UiBibz/Ui/Core/Label.html +0 -379
  93. data/doc/UiBibz/Ui/Core/List.html +0 -528
  94. data/doc/UiBibz/Ui/Core/ListGroup.html +0 -474
  95. data/doc/UiBibz/Ui/Core/Modal.html +0 -543
  96. data/doc/UiBibz/Ui/Core/ModalBody.html +0 -353
  97. data/doc/UiBibz/Ui/Core/ModalFooter.html +0 -353
  98. data/doc/UiBibz/Ui/Core/ModalHeader.html +0 -359
  99. data/doc/UiBibz/Ui/Core/Nav.html +0 -515
  100. data/doc/UiBibz/Ui/Core/NavDropdown.html +0 -391
  101. data/doc/UiBibz/Ui/Core/NavLink.html +0 -364
  102. data/doc/UiBibz/Ui/Core/Navbar.html +0 -646
  103. data/doc/UiBibz/Ui/Core/NavbarForm.html +0 -364
  104. data/doc/UiBibz/Ui/Core/NavbarNav.html +0 -302
  105. data/doc/UiBibz/Ui/Core/NavbarText.html +0 -355
  106. data/doc/UiBibz/Ui/Core/Panel.html +0 -617
  107. data/doc/UiBibz/Ui/Core/ProgressBar.html +0 -462
  108. data/doc/UiBibz/Ui/Core/Row.html +0 -350
  109. data/doc/UiBibz/Ui/Core/Stars.html +0 -371
  110. data/doc/UiBibz/Ui/Ux.html +0 -128
  111. data/doc/UiBibz/Ui/Ux/Actionable.html +0 -478
  112. data/doc/UiBibz/Ui/Ux/Actions.html +0 -602
  113. data/doc/UiBibz/Ui/Ux/Column.html +0 -1249
  114. data/doc/UiBibz/Ui/Ux/Columns.html +0 -338
  115. data/doc/UiBibz/Ui/Ux/Grid.html +0 -485
  116. data/doc/UiBibz/Ui/Ux/Paginable.html +0 -381
  117. data/doc/UiBibz/Ui/Ux/Searchable.html +0 -376
  118. data/doc/UiBibz/Ui/Ux/Sortable.html +0 -300
  119. data/doc/UiBibz/Ui/Ux/Store.html +0 -1176
  120. data/doc/UiBibz/Ui/Ux/Table.html +0 -694
  121. data/doc/UiBibz/Ui/Ux/TableAction.html +0 -309
  122. data/doc/UiBibz/Ui/Ux/TablePagination.html +0 -342
  123. data/doc/UiBibz/Ui/Ux/TablePaginationPerPage.html +0 -348
  124. data/doc/UiBibz/Ui/Ux/TablePanel.html +0 -680
  125. data/doc/UiBibz/Ui/Ux/TableSearchField.html +0 -304
  126. data/doc/UiBibz/Utils.html +0 -115
  127. data/doc/UiBibz/Utils/Internationalization.html +0 -262
  128. data/doc/_index.html +0 -706
  129. data/doc/class_list.html +0 -58
  130. data/doc/css/common.css +0 -1
  131. data/doc/css/full_list.css +0 -57
  132. data/doc/css/style.css +0 -339
  133. data/doc/file.README.html +0 -1261
  134. data/doc/file_list.html +0 -60
  135. data/doc/frames.html +0 -26
  136. data/doc/images/alert.png +0 -0
  137. data/doc/images/breadcrumb.png +0 -0
  138. data/doc/images/button.png +0 -0
  139. data/doc/images/button_dropdown.png +0 -0
  140. data/doc/images/button_group.png +0 -0
  141. data/doc/images/button_link.png +0 -0
  142. data/doc/images/button_split_dropdown.png +0 -0
  143. data/doc/images/etiquette.png +0 -0
  144. data/doc/images/glyph.png +0 -0
  145. data/doc/images/list.png +0 -0
  146. data/doc/images/modal.png +0 -0
  147. data/doc/images/nav.png +0 -0
  148. data/doc/images/navbar.png +0 -0
  149. data/doc/images/panel.png +0 -0
  150. data/doc/images/progress_bar.png +0 -0
  151. data/doc/images/stars.png +0 -0
  152. data/doc/images/table.png +0 -0
  153. data/doc/images/table_pagination_per_page.png +0 -0
  154. data/doc/images/table_panel.png +0 -0
  155. data/doc/images/table_search_field.png +0 -0
  156. data/doc/images/ui-bibz-logo-without-border.gif +0 -0
  157. data/doc/images/ui-bibz-logo.gif +0 -0
  158. data/doc/index.html +0 -1261
  159. data/doc/js/app.js +0 -219
  160. data/doc/js/full_list.js +0 -181
  161. data/doc/js/jquery.js +0 -4
  162. data/doc/method_list.html +0 -1329
  163. data/doc/top-level-namespace.html +0 -112
@@ -1,1249 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>
7
- Class: UiBibz::Ui::Ux::Column
8
-
9
- &mdash; Documentation by YARD 0.8.7.6
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
19
- relpath = '../../../';
20
- framesUrl = "../../../frames.html#!UiBibz/Ui/Ux/Column.html";
21
- </script>
22
-
23
-
24
- <script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script>
25
-
26
- <script type="text/javascript" charset="utf-8" src="../../../js/app.js"></script>
27
-
28
-
29
- </head>
30
- <body>
31
- <div id="header">
32
- <div id="menu">
33
-
34
- <a href="../../../_index.html">Index (C)</a> &raquo;
35
- <span class='title'><span class='object_link'><a href="../../../UiBibz.html" title="UiBibz (module)">UiBibz</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../Ui.html" title="UiBibz::Ui (module)">Ui</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Ux.html" title="UiBibz::Ui::Ux (module)">Ux</a></span></span>
36
- &raquo;
37
- <span class="title">Column</span>
38
-
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
- </div>
42
-
43
- <div id="search">
44
-
45
- <a class="full_list_link" id="class_list_link"
46
- href="../../../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../../../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../../../file_list.html">
57
- File List
58
- </a>
59
-
60
- </div>
61
- <div class="clear"></div>
62
- </div>
63
-
64
- <iframe id="search_frame"></iframe>
65
-
66
- <div id="content"><h1>Class: UiBibz::Ui::Ux::Column
67
-
68
-
69
-
70
- </h1>
71
-
72
- <dl class="box">
73
-
74
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
76
- <span class="inheritName"><span class='object_link'><a href="../Core/Component.html" title="UiBibz::Ui::Core::Component (class)">Core::Component</a></span></span>
77
-
78
- <ul class="fullTree">
79
- <li>Object</li>
80
-
81
- <li class="next"><span class='object_link'><a href="../Base.html" title="UiBibz::Ui::Base (class)">Base</a></span></li>
82
-
83
- <li class="next"><span class='object_link'><a href="../Core/Component.html" title="UiBibz::Ui::Core::Component (class)">Core::Component</a></span></li>
84
-
85
- <li class="next">UiBibz::Ui::Ux::Column</li>
86
-
87
- </ul>
88
- <a href="#" class="inheritanceTree">show all</a>
89
-
90
- </dd>
91
-
92
-
93
-
94
-
95
-
96
-
97
-
98
-
99
-
100
- <dt class="r2 last">Defined in:</dt>
101
- <dd class="r2 last">lib/ui_bibz/ui/ux/table/components/column.rb</dd>
102
-
103
- </dl>
104
- <div class="clear"></div>
105
-
106
-
107
-
108
-
109
-
110
- <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
111
- <ul class="summary">
112
-
113
- <li class="public ">
114
- <span class="summary_signature">
115
-
116
- <a href="#count-instance_method" title="#count (instance method)">- (Object) <strong>count</strong> </a>
117
-
118
-
119
-
120
- </span>
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
- <span class="summary_desc"><div class='inline'>
134
- <p>Returns the value of attribute count.</p>
135
- </div></span>
136
-
137
- </li>
138
-
139
-
140
- <li class="public ">
141
- <span class="summary_signature">
142
-
143
- <a href="#custom_sort-instance_method" title="#custom_sort (instance method)">- (Object) <strong>custom_sort</strong> </a>
144
-
145
-
146
-
147
- </span>
148
-
149
-
150
-
151
-
152
-
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
- <span class="summary_desc"><div class='inline'>
161
- <p>Returns the value of attribute custom_sort.</p>
162
- </div></span>
163
-
164
- </li>
165
-
166
-
167
- <li class="public ">
168
- <span class="summary_signature">
169
-
170
- <a href="#data_index-instance_method" title="#data_index (instance method)">- (Object) <strong>data_index</strong> </a>
171
-
172
-
173
-
174
- </span>
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
-
187
- <span class="summary_desc"><div class='inline'>
188
- <p>Returns the value of attribute data_index.</p>
189
- </div></span>
190
-
191
- </li>
192
-
193
-
194
- <li class="public ">
195
- <span class="summary_signature">
196
-
197
- <a href="#date_format-instance_method" title="#date_format (instance method)">- (Object) <strong>date_format</strong> </a>
198
-
199
-
200
-
201
- </span>
202
-
203
-
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
-
212
-
213
-
214
- <span class="summary_desc"><div class='inline'>
215
- <p>Returns the value of attribute date_format.</p>
216
- </div></span>
217
-
218
- </li>
219
-
220
-
221
- <li class="public ">
222
- <span class="summary_signature">
223
-
224
- <a href="#format-instance_method" title="#format (instance method)">- (Object) <strong>format</strong> </a>
225
-
226
-
227
-
228
- </span>
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
- <span class="summary_desc"><div class='inline'>
242
- <p>Returns the value of attribute format.</p>
243
- </div></span>
244
-
245
- </li>
246
-
247
-
248
- <li class="public ">
249
- <span class="summary_signature">
250
-
251
- <a href="#hidden-instance_method" title="#hidden (instance method)">- (Object) <strong>hidden</strong> </a>
252
-
253
-
254
-
255
- </span>
256
-
257
-
258
-
259
-
260
-
261
-
262
-
263
-
264
-
265
-
266
-
267
-
268
- <span class="summary_desc"><div class='inline'>
269
- <p>Returns the value of attribute hidden.</p>
270
- </div></span>
271
-
272
- </li>
273
-
274
-
275
- <li class="public ">
276
- <span class="summary_signature">
277
-
278
- <a href="#id-instance_method" title="#id (instance method)">- (Object) <strong>id</strong> </a>
279
-
280
-
281
-
282
- </span>
283
-
284
-
285
-
286
-
287
-
288
-
289
-
290
-
291
-
292
-
293
-
294
-
295
- <span class="summary_desc"><div class='inline'>
296
- <p>Returns the value of attribute id.</p>
297
- </div></span>
298
-
299
- </li>
300
-
301
-
302
- <li class="public ">
303
- <span class="summary_signature">
304
-
305
- <a href="#link-instance_method" title="#link (instance method)">- (Object) <strong>link</strong> </a>
306
-
307
-
308
-
309
- </span>
310
-
311
-
312
-
313
-
314
-
315
-
316
-
317
-
318
-
319
-
320
-
321
-
322
- <span class="summary_desc"><div class='inline'>
323
- <p>Returns the value of attribute link.</p>
324
- </div></span>
325
-
326
- </li>
327
-
328
-
329
- <li class="public ">
330
- <span class="summary_signature">
331
-
332
- <a href="#name-instance_method" title="#name (instance method)">- (Object) <strong>name</strong> </a>
333
-
334
-
335
-
336
- </span>
337
-
338
-
339
-
340
-
341
-
342
-
343
-
344
-
345
-
346
-
347
-
348
-
349
- <span class="summary_desc"><div class='inline'>
350
- <p>Returns the value of attribute name.</p>
351
- </div></span>
352
-
353
- </li>
354
-
355
-
356
- <li class="public ">
357
- <span class="summary_signature">
358
-
359
- <a href="#parent-instance_method" title="#parent (instance method)">- (Object) <strong>parent</strong> </a>
360
-
361
-
362
-
363
- </span>
364
-
365
-
366
-
367
-
368
-
369
-
370
-
371
-
372
-
373
-
374
-
375
-
376
- <span class="summary_desc"><div class='inline'>
377
- <p>Returns the value of attribute parent.</p>
378
- </div></span>
379
-
380
- </li>
381
-
382
-
383
- <li class="public ">
384
- <span class="summary_signature">
385
-
386
- <a href="#sort-instance_method" title="#sort (instance method)">- (Object) <strong>sort</strong> </a>
387
-
388
-
389
-
390
- </span>
391
-
392
-
393
-
394
-
395
-
396
-
397
-
398
-
399
-
400
-
401
-
402
-
403
- <span class="summary_desc"><div class='inline'>
404
- <p>Returns the value of attribute sort.</p>
405
- </div></span>
406
-
407
- </li>
408
-
409
-
410
- </ul>
411
-
412
-
413
-
414
-
415
-
416
- <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="../Core/Component.html" title="UiBibz::Ui::Core::Component (class)">Core::Component</a></span></h3>
417
- <p class="inherited"><span class='object_link'><a href="../Core/Component.html#content-instance_method" title="UiBibz::Ui::Core::Component#content (method)">#content</a></span>, <span class='object_link'><a href="../Core/Component.html#html_options-instance_method" title="UiBibz::Ui::Core::Component#html_options (method)">#html_options</a></span>, <span class='object_link'><a href="../Core/Component.html#options-instance_method" title="UiBibz::Ui::Core::Component#options (method)">#options</a></span></p>
418
-
419
-
420
-
421
- <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="../Base.html" title="UiBibz::Ui::Base (class)">Base</a></span></h3>
422
- <p class="inherited"><span class='object_link'><a href="../Base.html#output_buffer-instance_method" title="UiBibz::Ui::Base#output_buffer (method)">#output_buffer</a></span></p>
423
-
424
-
425
-
426
- <h2>
427
- Instance Method Summary
428
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
429
- </h2>
430
-
431
- <ul class="summary">
432
-
433
- <li class="public ">
434
- <span class="summary_signature">
435
-
436
- <a href="#hidden%3F-instance_method" title="#hidden? (instance method)">- (Boolean) <strong>hidden?</strong> </a>
437
-
438
-
439
-
440
- </span>
441
-
442
-
443
-
444
-
445
-
446
-
447
-
448
-
449
-
450
- <span class="summary_desc"><div class='inline'></div></span>
451
-
452
- </li>
453
-
454
-
455
- <li class="public ">
456
- <span class="summary_signature">
457
-
458
- <a href="#initialize-instance_method" title="#initialize (instance method)">- (Column) <strong>initialize</strong>(content = nil, options = nil, html_options = nil, &amp;block) </a>
459
-
460
-
461
-
462
- </span>
463
-
464
-
465
- <span class="note title constructor">constructor</span>
466
-
467
-
468
-
469
-
470
-
471
-
472
-
473
-
474
- <span class="summary_desc"><div class='inline'>
475
- <p>A new instance of Column.</p>
476
- </div></span>
477
-
478
- </li>
479
-
480
-
481
- <li class="public ">
482
- <span class="summary_signature">
483
-
484
- <a href="#linkable%3F-instance_method" title="#linkable? (instance method)">- (Boolean) <strong>linkable?</strong> </a>
485
-
486
-
487
-
488
- </span>
489
-
490
-
491
-
492
-
493
-
494
-
495
-
496
-
497
-
498
- <span class="summary_desc"><div class='inline'></div></span>
499
-
500
- </li>
501
-
502
-
503
- <li class="public ">
504
- <span class="summary_signature">
505
-
506
- <a href="#order-instance_method" title="#order (instance method)">- (Object) <strong>order</strong> </a>
507
-
508
-
509
-
510
- </span>
511
-
512
-
513
-
514
-
515
-
516
-
517
-
518
-
519
-
520
- <span class="summary_desc"><div class='inline'></div></span>
521
-
522
- </li>
523
-
524
-
525
- </ul>
526
-
527
-
528
-
529
-
530
-
531
-
532
-
533
-
534
-
535
-
536
-
537
- <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Core/Component.html" title="UiBibz::Ui::Core::Component (class)">Core::Component</a></span></h3>
538
- <p class="inherited"><span class='object_link'><a href="../Core/Component.html#add_classes-instance_method" title="UiBibz::Ui::Core::Component#add_classes (method)">#add_classes</a></span>, <span class='object_link'><a href="../Core/Component.html#badge_html-instance_method" title="UiBibz::Ui::Core::Component#badge_html (method)">#badge_html</a></span>, <span class='object_link'><a href="../Core/Component.html#class_and_html_options-instance_method" title="UiBibz::Ui::Core::Component#class_and_html_options (method)">#class_and_html_options</a></span>, <span class='object_link'><a href="../Core/Component.html#glyph-instance_method" title="UiBibz::Ui::Core::Component#glyph (method)">#glyph</a></span>, <span class='object_link'><a href="../Core/Component.html#glyph_and_content_html-instance_method" title="UiBibz::Ui::Core::Component#glyph_and_content_html (method)">#glyph_and_content_html</a></span>, <span class='object_link'><a href="../Core/Component.html#glyph_with_space-instance_method" title="UiBibz::Ui::Core::Component#glyph_with_space (method)">#glyph_with_space</a></span>, <span class='object_link'><a href="../Core/Component.html#render-instance_method" title="UiBibz::Ui::Core::Component#render (method)">#render</a></span>, <span class='object_link'><a href="../Core/Component.html#state-instance_method" title="UiBibz::Ui::Core::Component#state (method)">#state</a></span></p>
539
-
540
-
541
-
542
-
543
-
544
-
545
-
546
-
547
-
548
- <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="UiBibz::Ui::Base (class)">Base</a></span></h3>
549
- <p class="inherited"><span class='object_link'><a href="../Base.html#i18n_set%3F-instance_method" title="UiBibz::Ui::Base#i18n_set? (method)">#i18n_set?</a></span></p>
550
-
551
- <div id="constructor_details" class="method_details_list">
552
- <h2>Constructor Details</h2>
553
-
554
- <div class="method_details first">
555
- <h3 class="signature first" id="initialize-instance_method">
556
-
557
- - (<tt><span class='object_link'><a href="" title="UiBibz::Ui::Ux::Column (class)">Column</a></span></tt>) <strong>initialize</strong>(content = nil, options = nil, html_options = nil, &amp;block)
558
-
559
-
560
-
561
-
562
-
563
- </h3><div class="docstring">
564
- <div class="discussion">
565
-
566
- <p>Returns a new instance of Column</p>
567
-
568
-
569
- </div>
570
- </div>
571
- <div class="tags">
572
-
573
-
574
- </div><table class="source_code">
575
- <tr>
576
- <td>
577
- <pre class="lines">
578
-
579
-
580
- 6
581
- 7
582
- 8
583
- 9
584
- 10
585
- 11
586
- 12
587
- 13
588
- 14
589
- 15
590
- 16
591
- 17
592
- 18
593
- 19
594
- 20</pre>
595
- </td>
596
- <td>
597
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 6</span>
598
-
599
- <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_content'>content</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span>
600
- <span class='kw'>super</span>
601
- <span class='ivar'>@data_index</span> <span class='op'>=</span> <span class='ivar'>@content</span>
602
- <span class='ivar'>@id</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:column_id</span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='ivar'>@data_index</span>
603
- <span class='ivar'>@name</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:name</span><span class='rbracket'>]</span>
604
- <span class='ivar'>@link</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:link</span><span class='rbracket'>]</span> <span class='comment'># for show or edit action
605
- </span> <span class='ivar'>@order</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:order</span><span class='rbracket'>]</span>
606
- <span class='ivar'>@date_format</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:date_format</span><span class='rbracket'>]</span>
607
- <span class='ivar'>@sort</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:sort</span><span class='rbracket'>]</span>
608
- <span class='ivar'>@custom_sort</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:custom_sort</span><span class='rbracket'>]</span>
609
- <span class='ivar'>@parent</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:parent</span><span class='rbracket'>]</span>
610
- <span class='ivar'>@count</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:count</span><span class='rbracket'>]</span>
611
- <span class='ivar'>@format</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:format</span><span class='rbracket'>]</span>
612
- <span class='ivar'>@hidden</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:hidden</span><span class='rbracket'>]</span>
613
- <span class='kw'>end</span></pre>
614
- </td>
615
- </tr>
616
- </table>
617
- </div>
618
-
619
- </div>
620
-
621
- <div id="instance_attr_details" class="attr_details">
622
- <h2>Instance Attribute Details</h2>
623
-
624
-
625
- <span id="count=-instance_method"></span>
626
- <div class="method_details first">
627
- <h3 class="signature first" id="count-instance_method">
628
-
629
- - (<tt>Object</tt>) <strong>count</strong>
630
-
631
-
632
-
633
-
634
-
635
- </h3><div class="docstring">
636
- <div class="discussion">
637
-
638
- <p>Returns the value of attribute count</p>
639
-
640
-
641
- </div>
642
- </div>
643
- <div class="tags">
644
-
645
-
646
- </div><table class="source_code">
647
- <tr>
648
- <td>
649
- <pre class="lines">
650
-
651
-
652
- 4
653
- 5
654
- 6</pre>
655
- </td>
656
- <td>
657
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 4</span>
658
-
659
- <span class='kw'>def</span> <span class='id identifier rubyid_count'>count</span>
660
- <span class='ivar'>@count</span>
661
- <span class='kw'>end</span></pre>
662
- </td>
663
- </tr>
664
- </table>
665
- </div>
666
-
667
-
668
- <span id="custom_sort=-instance_method"></span>
669
- <div class="method_details ">
670
- <h3 class="signature " id="custom_sort-instance_method">
671
-
672
- - (<tt>Object</tt>) <strong>custom_sort</strong>
673
-
674
-
675
-
676
-
677
-
678
- </h3><div class="docstring">
679
- <div class="discussion">
680
-
681
- <p>Returns the value of attribute custom_sort</p>
682
-
683
-
684
- </div>
685
- </div>
686
- <div class="tags">
687
-
688
-
689
- </div><table class="source_code">
690
- <tr>
691
- <td>
692
- <pre class="lines">
693
-
694
-
695
- 4
696
- 5
697
- 6</pre>
698
- </td>
699
- <td>
700
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 4</span>
701
-
702
- <span class='kw'>def</span> <span class='id identifier rubyid_custom_sort'>custom_sort</span>
703
- <span class='ivar'>@custom_sort</span>
704
- <span class='kw'>end</span></pre>
705
- </td>
706
- </tr>
707
- </table>
708
- </div>
709
-
710
-
711
- <span id="data_index=-instance_method"></span>
712
- <div class="method_details ">
713
- <h3 class="signature " id="data_index-instance_method">
714
-
715
- - (<tt>Object</tt>) <strong>data_index</strong>
716
-
717
-
718
-
719
-
720
-
721
- </h3><div class="docstring">
722
- <div class="discussion">
723
-
724
- <p>Returns the value of attribute data_index</p>
725
-
726
-
727
- </div>
728
- </div>
729
- <div class="tags">
730
-
731
-
732
- </div><table class="source_code">
733
- <tr>
734
- <td>
735
- <pre class="lines">
736
-
737
-
738
- 4
739
- 5
740
- 6</pre>
741
- </td>
742
- <td>
743
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 4</span>
744
-
745
- <span class='kw'>def</span> <span class='id identifier rubyid_data_index'>data_index</span>
746
- <span class='ivar'>@data_index</span>
747
- <span class='kw'>end</span></pre>
748
- </td>
749
- </tr>
750
- </table>
751
- </div>
752
-
753
-
754
- <span id="date_format=-instance_method"></span>
755
- <div class="method_details ">
756
- <h3 class="signature " id="date_format-instance_method">
757
-
758
- - (<tt>Object</tt>) <strong>date_format</strong>
759
-
760
-
761
-
762
-
763
-
764
- </h3><div class="docstring">
765
- <div class="discussion">
766
-
767
- <p>Returns the value of attribute date_format</p>
768
-
769
-
770
- </div>
771
- </div>
772
- <div class="tags">
773
-
774
-
775
- </div><table class="source_code">
776
- <tr>
777
- <td>
778
- <pre class="lines">
779
-
780
-
781
- 4
782
- 5
783
- 6</pre>
784
- </td>
785
- <td>
786
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 4</span>
787
-
788
- <span class='kw'>def</span> <span class='id identifier rubyid_date_format'>date_format</span>
789
- <span class='ivar'>@date_format</span>
790
- <span class='kw'>end</span></pre>
791
- </td>
792
- </tr>
793
- </table>
794
- </div>
795
-
796
-
797
- <span id="format=-instance_method"></span>
798
- <div class="method_details ">
799
- <h3 class="signature " id="format-instance_method">
800
-
801
- - (<tt>Object</tt>) <strong>format</strong>
802
-
803
-
804
-
805
-
806
-
807
- </h3><div class="docstring">
808
- <div class="discussion">
809
-
810
- <p>Returns the value of attribute format</p>
811
-
812
-
813
- </div>
814
- </div>
815
- <div class="tags">
816
-
817
-
818
- </div><table class="source_code">
819
- <tr>
820
- <td>
821
- <pre class="lines">
822
-
823
-
824
- 4
825
- 5
826
- 6</pre>
827
- </td>
828
- <td>
829
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 4</span>
830
-
831
- <span class='kw'>def</span> <span class='id identifier rubyid_format'>format</span>
832
- <span class='ivar'>@format</span>
833
- <span class='kw'>end</span></pre>
834
- </td>
835
- </tr>
836
- </table>
837
- </div>
838
-
839
-
840
- <span id="hidden=-instance_method"></span>
841
- <div class="method_details ">
842
- <h3 class="signature " id="hidden-instance_method">
843
-
844
- - (<tt>Object</tt>) <strong>hidden</strong>
845
-
846
-
847
-
848
-
849
-
850
- </h3><div class="docstring">
851
- <div class="discussion">
852
-
853
- <p>Returns the value of attribute hidden</p>
854
-
855
-
856
- </div>
857
- </div>
858
- <div class="tags">
859
-
860
-
861
- </div><table class="source_code">
862
- <tr>
863
- <td>
864
- <pre class="lines">
865
-
866
-
867
- 4
868
- 5
869
- 6</pre>
870
- </td>
871
- <td>
872
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 4</span>
873
-
874
- <span class='kw'>def</span> <span class='id identifier rubyid_hidden'>hidden</span>
875
- <span class='ivar'>@hidden</span>
876
- <span class='kw'>end</span></pre>
877
- </td>
878
- </tr>
879
- </table>
880
- </div>
881
-
882
-
883
- <span id="id=-instance_method"></span>
884
- <div class="method_details ">
885
- <h3 class="signature " id="id-instance_method">
886
-
887
- - (<tt>Object</tt>) <strong>id</strong>
888
-
889
-
890
-
891
-
892
-
893
- </h3><div class="docstring">
894
- <div class="discussion">
895
-
896
- <p>Returns the value of attribute id</p>
897
-
898
-
899
- </div>
900
- </div>
901
- <div class="tags">
902
-
903
-
904
- </div><table class="source_code">
905
- <tr>
906
- <td>
907
- <pre class="lines">
908
-
909
-
910
- 4
911
- 5
912
- 6</pre>
913
- </td>
914
- <td>
915
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 4</span>
916
-
917
- <span class='kw'>def</span> <span class='id identifier rubyid_id'>id</span>
918
- <span class='ivar'>@id</span>
919
- <span class='kw'>end</span></pre>
920
- </td>
921
- </tr>
922
- </table>
923
- </div>
924
-
925
-
926
- <span id="link=-instance_method"></span>
927
- <div class="method_details ">
928
- <h3 class="signature " id="link-instance_method">
929
-
930
- - (<tt>Object</tt>) <strong>link</strong>
931
-
932
-
933
-
934
-
935
-
936
- </h3><div class="docstring">
937
- <div class="discussion">
938
-
939
- <p>Returns the value of attribute link</p>
940
-
941
-
942
- </div>
943
- </div>
944
- <div class="tags">
945
-
946
-
947
- </div><table class="source_code">
948
- <tr>
949
- <td>
950
- <pre class="lines">
951
-
952
-
953
- 4
954
- 5
955
- 6</pre>
956
- </td>
957
- <td>
958
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 4</span>
959
-
960
- <span class='kw'>def</span> <span class='id identifier rubyid_link'>link</span>
961
- <span class='ivar'>@link</span>
962
- <span class='kw'>end</span></pre>
963
- </td>
964
- </tr>
965
- </table>
966
- </div>
967
-
968
-
969
- <span id="name=-instance_method"></span>
970
- <div class="method_details ">
971
- <h3 class="signature " id="name-instance_method">
972
-
973
- - (<tt>Object</tt>) <strong>name</strong>
974
-
975
-
976
-
977
-
978
-
979
- </h3><div class="docstring">
980
- <div class="discussion">
981
-
982
- <p>Returns the value of attribute name</p>
983
-
984
-
985
- </div>
986
- </div>
987
- <div class="tags">
988
-
989
-
990
- </div><table class="source_code">
991
- <tr>
992
- <td>
993
- <pre class="lines">
994
-
995
-
996
- 4
997
- 5
998
- 6</pre>
999
- </td>
1000
- <td>
1001
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 4</span>
1002
-
1003
- <span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
1004
- <span class='ivar'>@name</span>
1005
- <span class='kw'>end</span></pre>
1006
- </td>
1007
- </tr>
1008
- </table>
1009
- </div>
1010
-
1011
-
1012
- <span id="parent=-instance_method"></span>
1013
- <div class="method_details ">
1014
- <h3 class="signature " id="parent-instance_method">
1015
-
1016
- - (<tt>Object</tt>) <strong>parent</strong>
1017
-
1018
-
1019
-
1020
-
1021
-
1022
- </h3><div class="docstring">
1023
- <div class="discussion">
1024
-
1025
- <p>Returns the value of attribute parent</p>
1026
-
1027
-
1028
- </div>
1029
- </div>
1030
- <div class="tags">
1031
-
1032
-
1033
- </div><table class="source_code">
1034
- <tr>
1035
- <td>
1036
- <pre class="lines">
1037
-
1038
-
1039
- 4
1040
- 5
1041
- 6</pre>
1042
- </td>
1043
- <td>
1044
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 4</span>
1045
-
1046
- <span class='kw'>def</span> <span class='id identifier rubyid_parent'>parent</span>
1047
- <span class='ivar'>@parent</span>
1048
- <span class='kw'>end</span></pre>
1049
- </td>
1050
- </tr>
1051
- </table>
1052
- </div>
1053
-
1054
-
1055
- <span id="sort=-instance_method"></span>
1056
- <div class="method_details ">
1057
- <h3 class="signature " id="sort-instance_method">
1058
-
1059
- - (<tt>Object</tt>) <strong>sort</strong>
1060
-
1061
-
1062
-
1063
-
1064
-
1065
- </h3><div class="docstring">
1066
- <div class="discussion">
1067
-
1068
- <p>Returns the value of attribute sort</p>
1069
-
1070
-
1071
- </div>
1072
- </div>
1073
- <div class="tags">
1074
-
1075
-
1076
- </div><table class="source_code">
1077
- <tr>
1078
- <td>
1079
- <pre class="lines">
1080
-
1081
-
1082
- 4
1083
- 5
1084
- 6</pre>
1085
- </td>
1086
- <td>
1087
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 4</span>
1088
-
1089
- <span class='kw'>def</span> <span class='id identifier rubyid_sort'>sort</span>
1090
- <span class='ivar'>@sort</span>
1091
- <span class='kw'>end</span></pre>
1092
- </td>
1093
- </tr>
1094
- </table>
1095
- </div>
1096
-
1097
- </div>
1098
-
1099
-
1100
- <div id="instance_method_details" class="method_details_list">
1101
- <h2>Instance Method Details</h2>
1102
-
1103
-
1104
- <div class="method_details first">
1105
- <h3 class="signature first" id="hidden?-instance_method">
1106
-
1107
- - (<tt>Boolean</tt>) <strong>hidden?</strong>
1108
-
1109
-
1110
-
1111
-
1112
-
1113
- </h3><div class="docstring">
1114
- <div class="discussion">
1115
-
1116
-
1117
- </div>
1118
- </div>
1119
- <div class="tags">
1120
-
1121
- <p class="tag_title">Returns:</p>
1122
- <ul class="return">
1123
-
1124
- <li>
1125
-
1126
-
1127
- <span class='type'>(<tt>Boolean</tt>)</span>
1128
-
1129
-
1130
-
1131
- </li>
1132
-
1133
- </ul>
1134
-
1135
- </div><table class="source_code">
1136
- <tr>
1137
- <td>
1138
- <pre class="lines">
1139
-
1140
-
1141
- 30
1142
- 31
1143
- 32</pre>
1144
- </td>
1145
- <td>
1146
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 30</span>
1147
-
1148
- <span class='kw'>def</span> <span class='id identifier rubyid_hidden?'>hidden?</span>
1149
- <span class='ivar'>@hidden</span> <span class='op'>==</span> <span class='kw'>true</span>
1150
- <span class='kw'>end</span></pre>
1151
- </td>
1152
- </tr>
1153
- </table>
1154
- </div>
1155
-
1156
- <div class="method_details ">
1157
- <h3 class="signature " id="linkable?-instance_method">
1158
-
1159
- - (<tt>Boolean</tt>) <strong>linkable?</strong>
1160
-
1161
-
1162
-
1163
-
1164
-
1165
- </h3><div class="docstring">
1166
- <div class="discussion">
1167
-
1168
-
1169
- </div>
1170
- </div>
1171
- <div class="tags">
1172
-
1173
- <p class="tag_title">Returns:</p>
1174
- <ul class="return">
1175
-
1176
- <li>
1177
-
1178
-
1179
- <span class='type'>(<tt>Boolean</tt>)</span>
1180
-
1181
-
1182
-
1183
- </li>
1184
-
1185
- </ul>
1186
-
1187
- </div><table class="source_code">
1188
- <tr>
1189
- <td>
1190
- <pre class="lines">
1191
-
1192
-
1193
- 22
1194
- 23
1195
- 24</pre>
1196
- </td>
1197
- <td>
1198
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 22</span>
1199
-
1200
- <span class='kw'>def</span> <span class='id identifier rubyid_linkable?'>linkable?</span>
1201
- <span class='op'>!</span><span class='ivar'>@link</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
1202
- <span class='kw'>end</span></pre>
1203
- </td>
1204
- </tr>
1205
- </table>
1206
- </div>
1207
-
1208
- <div class="method_details ">
1209
- <h3 class="signature " id="order-instance_method">
1210
-
1211
- - (<tt>Object</tt>) <strong>order</strong>
1212
-
1213
-
1214
-
1215
-
1216
-
1217
- </h3><table class="source_code">
1218
- <tr>
1219
- <td>
1220
- <pre class="lines">
1221
-
1222
-
1223
- 26
1224
- 27
1225
- 28</pre>
1226
- </td>
1227
- <td>
1228
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 26</span>
1229
-
1230
- <span class='kw'>def</span> <span class='id identifier rubyid_order'>order</span>
1231
- <span class='ivar'>@order</span> <span class='op'>||</span> <span class='int'>0</span>
1232
- <span class='kw'>end</span></pre>
1233
- </td>
1234
- </tr>
1235
- </table>
1236
- </div>
1237
-
1238
- </div>
1239
-
1240
- </div>
1241
-
1242
- <div id="footer">
1243
- Generated on Mon Oct 19 15:25:16 2015 by
1244
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1245
- 0.8.7.6 (ruby-2.2.3).
1246
- </div>
1247
-
1248
- </body>
1249
- </html>