ui_bibz 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +8 -8
  2. data/.yardoc/checksums +4 -4
  3. data/.yardoc/objects/root.dat +0 -0
  4. data/Gemfile.lock +1 -1
  5. data/README.md +42 -41
  6. data/doc/UiBibz.html +2 -2
  7. data/doc/UiBibz/Concerns.html +1 -1
  8. data/doc/UiBibz/Concerns/Models.html +1 -1
  9. data/doc/UiBibz/Concerns/Models/Searchable.html +1 -1
  10. data/doc/UiBibz/Concerns/Models/Searchable/ClassMethods.html +5 -5
  11. data/doc/UiBibz/Helpers.html +1 -1
  12. data/doc/UiBibz/Helpers/MetaHelper.html +1 -1
  13. data/doc/UiBibz/Helpers/UiCoreHelper.html +1 -1
  14. data/doc/UiBibz/Helpers/UiUxHelper.html +1 -1
  15. data/doc/UiBibz/Helpers/UtilsHelper.html +1 -1
  16. data/doc/UiBibz/Rails.html +1 -1
  17. data/doc/UiBibz/Rails/Engine.html +1 -1
  18. data/doc/UiBibz/Ui.html +1 -1
  19. data/doc/UiBibz/Ui/Base.html +1 -1
  20. data/doc/UiBibz/Ui/Core.html +1 -1
  21. data/doc/UiBibz/Ui/Core/Alert.html +1 -1
  22. data/doc/UiBibz/Ui/Core/Bar.html +1 -1
  23. data/doc/UiBibz/Ui/Core/Breadcrumb.html +1 -1
  24. data/doc/UiBibz/Ui/Core/BreadcrumbLink.html +1 -1
  25. data/doc/UiBibz/Ui/Core/Button.html +1 -1
  26. data/doc/UiBibz/Ui/Core/ButtonDropdown.html +1 -1
  27. data/doc/UiBibz/Ui/Core/ButtonGroup.html +1 -1
  28. data/doc/UiBibz/Ui/Core/ButtonLink.html +1 -1
  29. data/doc/UiBibz/Ui/Core/ButtonSplitDropdown.html +1 -1
  30. data/doc/UiBibz/Ui/Core/Col.html +1 -1
  31. data/doc/UiBibz/Ui/Core/Component.html +1 -1
  32. data/doc/UiBibz/Ui/Core/Dropdown.html +1 -1
  33. data/doc/UiBibz/Ui/Core/DropdownDivider.html +1 -1
  34. data/doc/UiBibz/Ui/Core/DropdownHeader.html +1 -1
  35. data/doc/UiBibz/Ui/Core/DropdownLink.html +1 -1
  36. data/doc/UiBibz/Ui/Core/Glyph.html +1 -1
  37. data/doc/UiBibz/Ui/Core/Jumbotron.html +1 -1
  38. data/doc/UiBibz/Ui/Core/Label.html +1 -1
  39. data/doc/UiBibz/Ui/Core/List.html +1 -1
  40. data/doc/UiBibz/Ui/Core/ListGroup.html +1 -1
  41. data/doc/UiBibz/Ui/Core/Nav.html +1 -1
  42. data/doc/UiBibz/Ui/Core/NavDropdown.html +1 -1
  43. data/doc/UiBibz/Ui/Core/NavLink.html +1 -1
  44. data/doc/UiBibz/Ui/Core/Navbar.html +1 -1
  45. data/doc/UiBibz/Ui/Core/NavbarForm.html +1 -1
  46. data/doc/UiBibz/Ui/Core/NavbarNav.html +1 -1
  47. data/doc/UiBibz/Ui/Core/NavbarText.html +1 -1
  48. data/doc/UiBibz/Ui/Core/Panel.html +1 -1
  49. data/doc/UiBibz/Ui/Core/ProgressBar.html +1 -1
  50. data/doc/UiBibz/Ui/Core/Row.html +1 -1
  51. data/doc/UiBibz/Ui/Core/Stars.html +1 -1
  52. data/doc/UiBibz/Ui/Ux.html +1 -1
  53. data/doc/UiBibz/Ui/Ux/Actionable.html +1 -1
  54. data/doc/UiBibz/Ui/Ux/Actions.html +34 -34
  55. data/doc/UiBibz/Ui/Ux/Column.html +1 -1
  56. data/doc/UiBibz/Ui/Ux/Columns.html +1 -1
  57. data/doc/UiBibz/Ui/Ux/Grid.html +1 -1
  58. data/doc/UiBibz/Ui/Ux/Paginable.html +1 -1
  59. data/doc/UiBibz/Ui/Ux/Searchable.html +1 -1
  60. data/doc/UiBibz/Ui/Ux/Sortable.html +1 -1
  61. data/doc/UiBibz/Ui/Ux/Store.html +1 -1
  62. data/doc/UiBibz/Ui/Ux/Table.html +1 -1
  63. data/doc/UiBibz/Ui/Ux/TablePagination.html +1 -1
  64. data/doc/UiBibz/Ui/Ux/TablePaginationPerPage.html +1 -1
  65. data/doc/UiBibz/Ui/Ux/TablePanel.html +1 -1
  66. data/doc/UiBibz/Ui/Ux/TableSearchField.html +1 -1
  67. data/doc/UiBibz/Utils.html +1 -1
  68. data/doc/UiBibz/Utils/Internationalization.html +1 -1
  69. data/doc/_index.html +1 -1
  70. data/doc/file.README.html +43 -42
  71. data/doc/index.html +43 -42
  72. data/doc/top-level-namespace.html +1 -1
  73. data/lib/ui_bibz/concerns/models/searchable.rb +6 -4
  74. data/lib/ui_bibz/ui/ux/table/components/actions.rb +3 -0
  75. data/lib/ui_bibz/ui/ux/table/extensions/sortable.rb +1 -0
  76. data/lib/ui_bibz/version.rb +1 -1
  77. data/test/ui/table_test.rb +2 -2
  78. metadata +2 -2
@@ -275,7 +275,7 @@
275
275
  </div>
276
276
 
277
277
  <div id="footer">
278
- Generated on Mon Sep 7 14:49:03 2015 by
278
+ Generated on Wed Sep 9 10:27:08 2015 by
279
279
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
280
280
  0.8.7.6 (ruby-1.9.3).
281
281
  </div>
@@ -1173,7 +1173,7 @@ lib/action_view/helpers/form_helper.rb" conflict</p>
1173
1173
  </div>
1174
1174
 
1175
1175
  <div id="footer">
1176
- Generated on Mon Sep 7 14:49:03 2015 by
1176
+ Generated on Wed Sep 9 10:27:08 2015 by
1177
1177
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1178
1178
  0.8.7.6 (ruby-1.9.3).
1179
1179
  </div>
@@ -454,7 +454,7 @@
454
454
  </div>
455
455
 
456
456
  <div id="footer">
457
- Generated on Mon Sep 7 14:49:03 2015 by
457
+ Generated on Wed Sep 9 10:27:08 2015 by
458
458
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
459
459
  0.8.7.6 (ruby-1.9.3).
460
460
  </div>
@@ -178,7 +178,7 @@
178
178
  </div>
179
179
 
180
180
  <div id="footer">
181
- Generated on Mon Sep 7 14:49:03 2015 by
181
+ Generated on Wed Sep 9 10:27:08 2015 by
182
182
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
183
183
  0.8.7.6 (ruby-1.9.3).
184
184
  </div>
@@ -106,7 +106,7 @@
106
106
  </div>
107
107
 
108
108
  <div id="footer">
109
- Generated on Mon Sep 7 14:49:03 2015 by
109
+ Generated on Wed Sep 9 10:27:08 2015 by
110
110
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
111
111
  0.8.7.6 (ruby-1.9.3).
112
112
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Mon Sep 7 14:49:04 2015 by
117
+ Generated on Wed Sep 9 10:27:08 2015 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.8.7.6 (ruby-1.9.3).
120
120
  </div>
@@ -110,7 +110,7 @@
110
110
  </div>
111
111
 
112
112
  <div id="footer">
113
- Generated on Mon Sep 7 14:49:03 2015 by
113
+ Generated on Wed Sep 9 10:27:08 2015 by
114
114
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
115
115
  0.8.7.6 (ruby-1.9.3).
116
116
  </div>
@@ -295,7 +295,7 @@
295
295
  </div>
296
296
 
297
297
  <div id="footer">
298
- Generated on Mon Sep 7 14:49:03 2015 by
298
+ Generated on Wed Sep 9 10:27:08 2015 by
299
299
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
300
300
  0.8.7.6 (ruby-1.9.3).
301
301
  </div>
@@ -119,7 +119,7 @@
119
119
  </div>
120
120
 
121
121
  <div id="footer">
122
- Generated on Mon Sep 7 14:49:03 2015 by
122
+ Generated on Wed Sep 9 10:27:08 2015 by
123
123
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124
124
  0.8.7.6 (ruby-1.9.3).
125
125
  </div>
@@ -371,7 +371,7 @@ end.render</code></pre>
371
371
  </div>
372
372
 
373
373
  <div id="footer">
374
- Generated on Mon Sep 7 14:49:04 2015 by
374
+ Generated on Wed Sep 9 10:27:08 2015 by
375
375
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
376
376
  0.8.7.6 (ruby-1.9.3).
377
377
  </div>
@@ -360,7 +360,7 @@ arguments in options attribute:</p>
360
360
  </div>
361
361
 
362
362
  <div id="footer">
363
- Generated on Mon Sep 7 14:49:06 2015 by
363
+ Generated on Wed Sep 9 10:27:10 2015 by
364
364
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
365
365
  0.8.7.6 (ruby-1.9.3).
366
366
  </div>
@@ -431,7 +431,7 @@ end</code></pre>
431
431
  </div>
432
432
 
433
433
  <div id="footer">
434
- Generated on Mon Sep 7 14:49:05 2015 by
434
+ Generated on Wed Sep 9 10:27:10 2015 by
435
435
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
436
436
  0.8.7.6 (ruby-1.9.3).
437
437
  </div>
@@ -358,7 +358,7 @@ end.render</code></pre>
358
358
  </div>
359
359
 
360
360
  <div id="footer">
361
- Generated on Mon Sep 7 14:49:07 2015 by
361
+ Generated on Wed Sep 9 10:27:11 2015 by
362
362
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
363
363
  0.8.7.6 (ruby-1.9.3).
364
364
  </div>
@@ -367,7 +367,7 @@ arguments in options attribute:</p>
367
367
  </div>
368
368
 
369
369
  <div id="footer">
370
- Generated on Mon Sep 7 14:49:04 2015 by
370
+ Generated on Wed Sep 9 10:27:09 2015 by
371
371
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
372
372
  0.8.7.6 (ruby-1.9.3).
373
373
  </div>
@@ -389,7 +389,7 @@ end</code></pre>
389
389
  </div>
390
390
 
391
391
  <div id="footer">
392
- Generated on Mon Sep 7 14:49:05 2015 by
392
+ Generated on Wed Sep 9 10:27:10 2015 by
393
393
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
394
394
  0.8.7.6 (ruby-1.9.3).
395
395
  </div>
@@ -360,7 +360,7 @@ end</code></pre>
360
360
  </div>
361
361
 
362
362
  <div id="footer">
363
- Generated on Mon Sep 7 14:49:05 2015 by
363
+ Generated on Wed Sep 9 10:27:09 2015 by
364
364
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
365
365
  0.8.7.6 (ruby-1.9.3).
366
366
  </div>
@@ -369,7 +369,7 @@ arguments in options attribute:</p>
369
369
  </div>
370
370
 
371
371
  <div id="footer">
372
- Generated on Mon Sep 7 14:49:05 2015 by
372
+ Generated on Wed Sep 9 10:27:09 2015 by
373
373
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
374
374
  0.8.7.6 (ruby-1.9.3).
375
375
  </div>
@@ -391,7 +391,7 @@ end</code></pre>
391
391
  </div>
392
392
 
393
393
  <div id="footer">
394
- Generated on Mon Sep 7 14:49:06 2015 by
394
+ Generated on Wed Sep 9 10:27:11 2015 by
395
395
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
396
396
  0.8.7.6 (ruby-1.9.3).
397
397
  </div>
@@ -361,7 +361,7 @@ arguments in options attribute:</p>
361
361
  </div>
362
362
 
363
363
  <div id="footer">
364
- Generated on Mon Sep 7 14:49:04 2015 by
364
+ Generated on Wed Sep 9 10:27:08 2015 by
365
365
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
366
366
  0.8.7.6 (ruby-1.9.3).
367
367
  </div>
@@ -1076,7 +1076,7 @@ variable 'content' does not exit.</p>
1076
1076
  </div>
1077
1077
 
1078
1078
  <div id="footer">
1079
- Generated on Mon Sep 7 14:49:04 2015 by
1079
+ Generated on Wed Sep 9 10:27:09 2015 by
1080
1080
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1081
1081
  0.8.7.6 (ruby-1.9.3).
1082
1082
  </div>
@@ -651,7 +651,7 @@ end</code></pre>
651
651
  </div>
652
652
 
653
653
  <div id="footer">
654
- Generated on Mon Sep 7 14:49:05 2015 by
654
+ Generated on Wed Sep 9 10:27:09 2015 by
655
655
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
656
656
  0.8.7.6 (ruby-1.9.3).
657
657
  </div>
@@ -292,7 +292,7 @@
292
292
  </div>
293
293
 
294
294
  <div id="footer">
295
- Generated on Mon Sep 7 14:49:07 2015 by
295
+ Generated on Wed Sep 9 10:27:11 2015 by
296
296
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
297
297
  0.8.7.6 (ruby-1.9.3).
298
298
  </div>
@@ -344,7 +344,7 @@ content to add a separator</p>
344
344
  </div>
345
345
 
346
346
  <div id="footer">
347
- Generated on Mon Sep 7 14:49:07 2015 by
347
+ Generated on Wed Sep 9 10:27:11 2015 by
348
348
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
349
349
  0.8.7.6 (ruby-1.9.3).
350
350
  </div>
@@ -364,7 +364,7 @@ arguments in options attribute:</p>
364
364
  </div>
365
365
 
366
366
  <div id="footer">
367
- Generated on Mon Sep 7 14:49:07 2015 by
367
+ Generated on Wed Sep 9 10:27:11 2015 by
368
368
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
369
369
  0.8.7.6 (ruby-1.9.3).
370
370
  </div>
@@ -373,7 +373,7 @@ arguments in options attribute:</p>
373
373
  </div>
374
374
 
375
375
  <div id="footer">
376
- Generated on Mon Sep 7 14:49:04 2015 by
376
+ Generated on Wed Sep 9 10:27:08 2015 by
377
377
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
378
378
  0.8.7.6 (ruby-1.9.3).
379
379
  </div>
@@ -367,7 +367,7 @@ arguments in options attribute:</p>
367
367
  </div>
368
368
 
369
369
  <div id="footer">
370
- Generated on Mon Sep 7 14:49:04 2015 by
370
+ Generated on Wed Sep 9 10:27:09 2015 by
371
371
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
372
372
  0.8.7.6 (ruby-1.9.3).
373
373
  </div>
@@ -366,7 +366,7 @@ arguments in options attribute:</p>
366
366
  </div>
367
367
 
368
368
  <div id="footer">
369
- Generated on Mon Sep 7 14:49:04 2015 by
369
+ Generated on Wed Sep 9 10:27:08 2015 by
370
370
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
371
371
  0.8.7.6 (ruby-1.9.3).
372
372
  </div>
@@ -516,7 +516,7 @@ arguments in options attribute:</p>
516
516
  </div>
517
517
 
518
518
  <div id="footer">
519
- Generated on Mon Sep 7 14:49:05 2015 by
519
+ Generated on Wed Sep 9 10:27:09 2015 by
520
520
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
521
521
  0.8.7.6 (ruby-1.9.3).
522
522
  </div>
@@ -463,7 +463,7 @@ end</code></pre>
463
463
  </div>
464
464
 
465
465
  <div id="footer">
466
- Generated on Mon Sep 7 14:49:05 2015 by
466
+ Generated on Wed Sep 9 10:27:09 2015 by
467
467
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
468
468
  0.8.7.6 (ruby-1.9.3).
469
469
  </div>
@@ -504,7 +504,7 @@ end</code></pre>
504
504
  </div>
505
505
 
506
506
  <div id="footer">
507
- Generated on Mon Sep 7 14:49:04 2015 by
507
+ Generated on Wed Sep 9 10:27:08 2015 by
508
508
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
509
509
  0.8.7.6 (ruby-1.9.3).
510
510
  </div>
@@ -380,7 +380,7 @@ end</code></pre>
380
380
  </div>
381
381
 
382
382
  <div id="footer">
383
- Generated on Mon Sep 7 14:49:06 2015 by
383
+ Generated on Wed Sep 9 10:27:11 2015 by
384
384
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
385
385
  0.8.7.6 (ruby-1.9.3).
386
386
  </div>
@@ -353,7 +353,7 @@ end.render</code></pre>
353
353
  </div>
354
354
 
355
355
  <div id="footer">
356
- Generated on Mon Sep 7 14:49:06 2015 by
356
+ Generated on Wed Sep 9 10:27:10 2015 by
357
357
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
358
358
  0.8.7.6 (ruby-1.9.3).
359
359
  </div>
@@ -635,7 +635,7 @@ end</code></pre>
635
635
  </div>
636
636
 
637
637
  <div id="footer">
638
- Generated on Mon Sep 7 14:49:04 2015 by
638
+ Generated on Wed Sep 9 10:27:09 2015 by
639
639
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
640
640
  0.8.7.6 (ruby-1.9.3).
641
641
  </div>
@@ -352,7 +352,7 @@ arguments in options attribute:</p>
352
352
  </div>
353
353
 
354
354
  <div id="footer">
355
- Generated on Mon Sep 7 14:49:06 2015 by
355
+ Generated on Wed Sep 9 10:27:10 2015 by
356
356
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
357
357
  0.8.7.6 (ruby-1.9.3).
358
358
  </div>
@@ -292,7 +292,7 @@ end</code></pre>
292
292
  </div>
293
293
 
294
294
  <div id="footer">
295
- Generated on Mon Sep 7 14:49:06 2015 by
295
+ Generated on Wed Sep 9 10:27:10 2015 by
296
296
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
297
297
  0.8.7.6 (ruby-1.9.3).
298
298
  </div>
@@ -345,7 +345,7 @@ end.render</code></pre>
345
345
  </div>
346
346
 
347
347
  <div id="footer">
348
- Generated on Mon Sep 7 14:49:06 2015 by
348
+ Generated on Wed Sep 9 10:27:10 2015 by
349
349
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
350
350
  0.8.7.6 (ruby-1.9.3).
351
351
  </div>
@@ -598,7 +598,7 @@ arguments in options attribute:</p>
598
598
  </div>
599
599
 
600
600
  <div id="footer">
601
- Generated on Mon Sep 7 14:49:04 2015 by
601
+ Generated on Wed Sep 9 10:27:08 2015 by
602
602
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
603
603
  0.8.7.6 (ruby-1.9.3).
604
604
  </div>
@@ -450,7 +450,7 @@ end.render</code></pre>
450
450
  </div>
451
451
 
452
452
  <div id="footer">
453
- Generated on Mon Sep 7 14:49:06 2015 by
453
+ Generated on Wed Sep 9 10:27:10 2015 by
454
454
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
455
455
  0.8.7.6 (ruby-1.9.3).
456
456
  </div>
@@ -339,7 +339,7 @@
339
339
  </div>
340
340
 
341
341
  <div id="footer">
342
- Generated on Mon Sep 7 14:49:04 2015 by
342
+ Generated on Wed Sep 9 10:27:08 2015 by
343
343
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
344
344
  0.8.7.6 (ruby-1.9.3).
345
345
  </div>
@@ -358,7 +358,7 @@ arguments in options attribute:</p>
358
358
  </div>
359
359
 
360
360
  <div id="footer">
361
- Generated on Mon Sep 7 14:49:04 2015 by
361
+ Generated on Wed Sep 9 10:27:08 2015 by
362
362
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
363
363
  0.8.7.6 (ruby-1.9.3).
364
364
  </div>
@@ -119,7 +119,7 @@
119
119
  </div>
120
120
 
121
121
  <div id="footer">
122
- Generated on Mon Sep 7 14:49:03 2015 by
122
+ Generated on Wed Sep 9 10:27:08 2015 by
123
123
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124
124
  0.8.7.6 (ruby-1.9.3).
125
125
  </div>
@@ -469,7 +469,7 @@
469
469
  </div>
470
470
 
471
471
  <div id="footer">
472
- Generated on Mon Sep 7 14:49:06 2015 by
472
+ Generated on Wed Sep 9 10:27:10 2015 by
473
473
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
474
474
  0.8.7.6 (ruby-1.9.3).
475
475
  </div>
@@ -330,14 +330,14 @@
330
330
  <pre class="lines">
331
331
 
332
332
 
333
- 4
334
- 5
335
- 6
336
333
  7
337
- 8</pre>
334
+ 8
335
+ 9
336
+ 10
337
+ 11</pre>
338
338
  </td>
339
339
  <td>
340
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 4</span>
340
+ <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 7</span>
341
341
 
342
342
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_store'>store</span>
343
343
  <span class='ivar'>@store</span> <span class='op'>=</span> <span class='id identifier rubyid_store'>store</span>
@@ -371,12 +371,12 @@
371
371
  <pre class="lines">
372
372
 
373
373
 
374
- 15
375
- 16
376
- 17</pre>
374
+ 18
375
+ 19
376
+ 20</pre>
377
377
  </td>
378
378
  <td>
379
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 15</span>
379
+ <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 18</span>
380
380
 
381
381
  <span class='kw'>def</span> <span class='id identifier rubyid_divider'>divider</span>
382
382
  <span class='ivar'>@actions</span> <span class='op'>&lt;&lt;</span> <span class='const'>UiBibz</span><span class='op'>::</span><span class='const'>Ui</span><span class='op'>::</span><span class='const'>Core</span><span class='op'>::</span><span class='const'>DropdownDivider</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='period'>.</span><span class='id identifier rubyid_render'>render</span>
@@ -401,12 +401,12 @@
401
401
  <pre class="lines">
402
402
 
403
403
 
404
- 27
405
- 28
406
- 29</pre>
404
+ 30
405
+ 31
406
+ 32</pre>
407
407
  </td>
408
408
  <td>
409
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 27</span>
409
+ <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 30</span>
410
410
 
411
411
  <span class='kw'>def</span> <span class='id identifier rubyid_format'>format</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span>
412
412
  <span class='ivar'>@format_action</span> <span class='op'>=</span> <span class='id identifier rubyid_block'>block</span>
@@ -431,12 +431,12 @@
431
431
  <pre class="lines">
432
432
 
433
433
 
434
- 36
435
- 37
436
- 38</pre>
434
+ 39
435
+ 40
436
+ 41</pre>
437
437
  </td>
438
438
  <td>
439
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 36</span>
439
+ <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 39</span>
440
440
 
441
441
  <span class='kw'>def</span> <span class='id identifier rubyid_format_action'>format_action</span>
442
442
  <span class='ivar'>@format_action</span>
@@ -461,12 +461,12 @@
461
461
  <pre class="lines">
462
462
 
463
463
 
464
- 19
465
- 20
466
- 21</pre>
464
+ 22
465
+ 23
466
+ 24</pre>
467
467
  </td>
468
468
  <td>
469
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 19</span>
469
+ <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 22</span>
470
470
 
471
471
  <span class='kw'>def</span> <span class='id identifier rubyid_header'>header</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>
472
472
  <span class='ivar'>@actions</span> <span class='op'>&lt;&lt;</span> <span class='const'>UiBibz</span><span class='op'>::</span><span class='const'>Ui</span><span class='op'>::</span><span class='const'>Core</span><span class='op'>::</span><span class='const'>DropdownHeader</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_content'>content</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_render'>render</span>
@@ -502,12 +502,12 @@
502
502
  <pre class="lines">
503
503
 
504
504
 
505
- 11
506
- 12
507
- 13</pre>
505
+ 14
506
+ 15
507
+ 16</pre>
508
508
  </td>
509
509
  <td>
510
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 11</span>
510
+ <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 14</span>
511
511
 
512
512
  <span class='kw'>def</span> <span class='id identifier rubyid_link'>link</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>
513
513
  <span class='ivar'>@actions</span> <span class='op'>&lt;&lt;</span> <span class='const'>UiBibz</span><span class='op'>::</span><span class='const'>Ui</span><span class='op'>::</span><span class='const'>Core</span><span class='op'>::</span><span class='const'>DropdownLink</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_content'>content</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_render'>render</span>
@@ -543,12 +543,12 @@
543
543
  <pre class="lines">
544
544
 
545
545
 
546
- 32
547
- 33
548
- 34</pre>
546
+ 35
547
+ 36
548
+ 37</pre>
549
549
  </td>
550
550
  <td>
551
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 32</span>
551
+ <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 35</span>
552
552
 
553
553
  <span class='kw'>def</span> <span class='id identifier rubyid_list'>list</span>
554
554
  <span class='ivar'>@actions</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span> <span class='op'>?</span> <span class='id identifier rubyid_defaults_actions'>defaults_actions</span> <span class='op'>:</span> <span class='ivar'>@actions</span>
@@ -573,12 +573,12 @@
573
573
  <pre class="lines">
574
574
 
575
575
 
576
- 23
577
- 24
578
- 25</pre>
576
+ 26
577
+ 27
578
+ 28</pre>
579
579
  </td>
580
580
  <td>
581
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 23</span>
581
+ <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 26</span>
582
582
 
583
583
  <span class='kw'>def</span> <span class='id identifier rubyid_reset'>reset</span>
584
584
  <span class='ivar'>@actions</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
@@ -593,7 +593,7 @@
593
593
  </div>
594
594
 
595
595
  <div id="footer">
596
- Generated on Mon Sep 7 14:49:06 2015 by
596
+ Generated on Wed Sep 9 10:27:10 2015 by
597
597
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
598
598
  0.8.7.6 (ruby-1.9.3).
599
599
  </div>