Class: Plutonium::UI::Display::Components::Section

Inherits:
Component::Section show all
Defined in:
lib/plutonium/ui/display/components/section.rb

Overview

A show page's declared display_layout section. All chrome lives in the shared Component::Section so a show-page section and a form section cannot drift apart; the display contributes only its grid class (the themed :section_grid) and the block that renders the fields.

Constant Summary

Constants inherited from Component::Section

Component::Section::DEFAULT_THEME

Class Method Summary collapse

Methods inherited from Component::Section

#initialize, #view_template

Methods included from Component::Behaviour

#around_template

Methods included from Component::Tokens

#classes, #tokens

Methods included from Component::Kit

#BuildActionButton, #BuildActionsDropdown, #BuildAvatar, #BuildBlock, #BuildBreadcrumbs, #BuildBulkActionsToolbar, #BuildColorModeSelector, #BuildDynaFrameContent, #BuildDynaFrameHost, #BuildEmptyCard, #BuildFrameNavigatorPanel, #BuildModalCentered, #BuildModalSlideover, #BuildPageHeader, #BuildPanel, #BuildRowActionsDropdown, #BuildSkeletonTable, #BuildTabList, #BuildTableFilterPills, #BuildTableInfo, #BuildTablePagination, #BuildTableScopesBar, #BuildTableScopesPills, #BuildTableSearchBar, #BuildTableToolbar, #BuildTableViewSwitcher, #method_missing, #respond_to_missing?

Constructor Details

This class inherits a constructor from Plutonium::UI::Component::Section

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Plutonium::UI::Component::Kit

Class Method Details

.theme_classObject



13
# File 'lib/plutonium/ui/display/components/section.rb', line 13

def self.theme_class = Plutonium::UI::Display::Theme