Class: Glib::JsonUi::MenuBuilder::Button

Inherits:
MenuItem show all
Defined in:
app/helpers/glib/json_ui/menu_builder.rb

Instance Attribute Summary

Attributes inherited from JsonUiElement

#json, #page

Instance Method Summary collapse

Methods inherited from JsonUiElement

#initialize, #props

Constructor Details

This class inherits a constructor from Glib::JsonUi::JsonUiElement

Instance Method Details

#childButtons(block) ⇒ Object



24
25
26
27
28
# File 'app/helpers/glib/json_ui/menu_builder.rb', line 24

def childButtons(block)
  json.childButtons do
    block.call page.menu_builder
  end
end

#createdObject

Override



31
32
33
34
35
# File 'app/helpers/glib/json_ui/menu_builder.rb', line 31

def created
  super

  json.type 'button'
end