Module: HakumiComponents::Concerns::InputControlInterface
- Extended by:
- T::Helpers, T::Sig
- Included in:
- InputControl
- Defined in:
- app/components/hakumi_components/concerns/input_control_interface.rb
Instance Method Summary collapse
- #input_control_contract ⇒ Object
- #input_control_disabled ⇒ Object
- #input_control_has_value? ⇒ Boolean
- #input_control_placeholder ⇒ Object
- #input_control_readonly ⇒ Object
- #input_control_size ⇒ Object
- #input_control_value ⇒ Object
Instance Method Details
#input_control_contract ⇒ Object
13 |
# File 'app/components/hakumi_components/concerns/input_control_interface.rb', line 13 def input_control_contract; end |
#input_control_disabled ⇒ Object
25 |
# File 'app/components/hakumi_components/concerns/input_control_interface.rb', line 25 def input_control_disabled; end |
#input_control_has_value? ⇒ Boolean
31 |
# File 'app/components/hakumi_components/concerns/input_control_interface.rb', line 31 def input_control_has_value?; end |
#input_control_placeholder ⇒ Object
19 |
# File 'app/components/hakumi_components/concerns/input_control_interface.rb', line 19 def input_control_placeholder; end |
#input_control_readonly ⇒ Object
28 |
# File 'app/components/hakumi_components/concerns/input_control_interface.rb', line 28 def input_control_readonly; end |
#input_control_size ⇒ Object
22 |
# File 'app/components/hakumi_components/concerns/input_control_interface.rb', line 22 def input_control_size; end |
#input_control_value ⇒ Object
16 |
# File 'app/components/hakumi_components/concerns/input_control_interface.rb', line 16 def input_control_value; end |