Class: Plutonium::UI::Display::Components::Section
- Inherits:
-
Component::Section
- Object
- Component::Base
- Component::Section
- Plutonium::UI::Display::Components::Section
- 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
Methods included from Component::Behaviour
Methods included from Component::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