Class: Plutonium::UI::Form::Components::Section
- Inherits:
-
Component::Section
- Object
- Component::Base
- Component::Section
- Plutonium::UI::Form::Components::Section
- Defined in:
- lib/plutonium/ui/form/components/section.rb
Overview
A form's declared form_layout section. All chrome lives in the
shared Component::Section so a form section and a
show-page section cannot drift apart; the form contributes only its
own grid class (via columns:) and the block that renders the
fields (the form supplies render_resource_field).
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