Class: Ruflet::UI::PlatformControlContracts::Components::DatePickerControl

Inherits:
PlatformControl show all
Defined in:
lib/ruflet_ui/ruflet/ui/platform_control_contracts.rb

Constant Summary collapse

TYPE =
"datepicker".freeze
WIRE =
"DatePicker".freeze
KEYWORDS =
(
  Controls::RufletComponents::DatePickerControl::KEYWORDS +
  Controls::RufletComponents::CupertinoDatePickerControl::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

#initialize

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