Module: HakumiComponents::Concerns::SelectionControlInterface
- Extended by:
- T::Helpers, T::Sig
- Included in:
- SelectionControl
- Defined in:
- app/components/hakumi_components/concerns/selection_control_interface.rb
Instance Method Summary collapse
- #selection_control_allow_clear ⇒ Object
- #selection_control_contract ⇒ Object
- #selection_control_disabled ⇒ Object
- #selection_control_has_value? ⇒ Boolean
- #selection_control_placeholder ⇒ Object
- #selection_control_size ⇒ Object
- #selection_control_value ⇒ Object
Instance Method Details
#selection_control_allow_clear ⇒ Object
28 |
# File 'app/components/hakumi_components/concerns/selection_control_interface.rb', line 28 def selection_control_allow_clear; end |
#selection_control_contract ⇒ Object
13 |
# File 'app/components/hakumi_components/concerns/selection_control_interface.rb', line 13 def selection_control_contract; end |
#selection_control_disabled ⇒ Object
25 |
# File 'app/components/hakumi_components/concerns/selection_control_interface.rb', line 25 def selection_control_disabled; end |
#selection_control_has_value? ⇒ Boolean
31 |
# File 'app/components/hakumi_components/concerns/selection_control_interface.rb', line 31 def selection_control_has_value?; end |
#selection_control_placeholder ⇒ Object
19 |
# File 'app/components/hakumi_components/concerns/selection_control_interface.rb', line 19 def selection_control_placeholder; end |
#selection_control_size ⇒ Object
22 |
# File 'app/components/hakumi_components/concerns/selection_control_interface.rb', line 22 def selection_control_size; end |
#selection_control_value ⇒ Object
16 |
# File 'app/components/hakumi_components/concerns/selection_control_interface.rb', line 16 def selection_control_value; end |