Class: Glib::JsonUi::ViewBuilder::AppBar
- Inherits:
-
View
- Object
- JsonUiElement
- View
- Glib::JsonUi::ViewBuilder::AppBar
- Defined in:
- app/helpers/glib/json_ui/view_builder.rb
Instance Attribute Summary
Attributes inherited from JsonUiElement
Instance Method Summary collapse
-
#rightButtons(block) ⇒ Object
def leftButtons(block) json.leftButtons do block.call page.menu_builder end end.
Methods inherited from View
Methods inherited from JsonUiElement
Constructor Details
This class inherits a constructor from Glib::JsonUi::JsonUiElement
Instance Method Details
#rightButtons(block) ⇒ Object
def leftButtons(block)
json.leftButtons do
block.call page.
end
end
297 298 299 300 301 |
# File 'app/helpers/glib/json_ui/view_builder.rb', line 297 def rightButtons(block) json.rightButtons do block.call page. end end |