Class: Ruflet::UI::PlatformControlContracts::Components::RadioControl
- Inherits:
-
PlatformControl
- Object
- Control
- PlatformControl
- Ruflet::UI::PlatformControlContracts::Components::RadioControl
- Defined in:
- lib/ruflet_ui/ruflet/ui/platform_control_contracts.rb
Constant Summary collapse
- TYPE =
"radio".freeze
- WIRE =
"Radio".freeze
- KEYWORDS =
( Controls::RufletComponents::RadioControl::KEYWORDS + Controls::RufletComponents::CupertinoRadioControl::KEYWORDS ).uniq.freeze
Constants inherited from Control
Control::HOST_EXPANDED_TYPES, Control::SCHEMA_METADATA_CACHE
Instance Attribute Summary
Attributes inherited from Control
#children, #id, #props, #runtime_page, #type, #wire_id
Method Summary
Methods inherited from PlatformControl
Methods inherited from Control
#attach_handler, #emit, generate_id, #has_handler?, #initialize, #merge_props, #on, #to_patch
Constructor Details
This class inherits a constructor from Ruflet::UI::PlatformControlContracts::Components::PlatformControl