Class: Glib::JsonUi::TableBuilders::Template::AbstractTemplate
- Inherits:
-
JsonUiElement
- Object
- JsonUiElement
- Glib::JsonUi::TableBuilders::Template::AbstractTemplate
- Defined in:
- app/helpers/glib/json_ui/table_builders.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from JsonUiElement
Instance Method Summary collapse
Methods inherited from JsonUiElement
action, any, array, badgeable, bool, color, component_name, date, date_time, enum, float, hash, icon, #initialize, int, length, menu, panels_builder, #props, required, singleton_array, string, text, url, views
Constructor Details
This class inherits a constructor from Glib::JsonUi::JsonUiElement
Instance Method Details
#editButtons(block) ⇒ Object
11 12 13 14 15 |
# File 'app/helpers/glib/json_ui/table_builders.rb', line 11 def editButtons(block) json.editButtons do block.call page. end end |