Class: Glib::JsonUi::ViewBuilder::Panels::Split

Inherits:
View show all
Defined in:
app/helpers/glib/json_ui/view_builder/panels.rb

Overview

class Split < View

views :leftViews
views :centerViews
views :rightViews
string :align

end

Instance Attribute Summary

Attributes inherited from JsonUiElement

#json, #page

Instance Method Summary collapse

Methods inherited from View

#analytics, #created

Methods inherited from JsonUiElement

#initialize, #parse

Constructor Details

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

Instance Method Details

#content(block) ⇒ Object



150
151
152
# File 'app/helpers/glib/json_ui/view_builder/panels.rb', line 150

def content(block)
  block.call page.split_content_builder
end