Class: Glib::JsonUi::ViewBuilder::Panels::BulkEdit2
- Inherits:
-
View
- Object
- JsonUiElement
- View
- Glib::JsonUi::ViewBuilder::Panels::BulkEdit2
- Defined in:
- app/helpers/glib/json_ui/view_builder/panels.rb
Instance Attribute Summary
Attributes inherited from JsonUiElement
Instance Method Summary collapse
- #dataRows(value) ⇒ Object
-
#viewCells(values) ⇒ Object
Experimental panels_builder :accessory, :header, :footer.
- #viewRows(value) ⇒ Object
Methods inherited from View
Methods inherited from JsonUiElement
Constructor Details
This class inherits a constructor from Glib::JsonUi::JsonUiElement
Instance Method Details
#dataRows(value) ⇒ Object
403 404 405 |
# File 'app/helpers/glib/json_ui/view_builder/panels.rb', line 403 def dataRows(value) json.dataRows value end |
#viewCells(values) ⇒ Object
Experimental panels_builder :accessory, :header, :footer
395 396 397 398 399 400 401 |
# File 'app/helpers/glib/json_ui/view_builder/panels.rb', line 395 def viewCells(values) json.set! 'viewCells' do values.each do |value| value.call(page.view_builder) end end end |
#viewRows(value) ⇒ Object
407 408 409 |
# File 'app/helpers/glib/json_ui/view_builder/panels.rb', line 407 def viewRows(value) json.viewRows value end |