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

Instance Method Details

#input_control_contractObject



13
# File 'app/components/hakumi_components/concerns/input_control_interface.rb', line 13

def input_control_contract; end

#input_control_disabledObject



25
# File 'app/components/hakumi_components/concerns/input_control_interface.rb', line 25

def input_control_disabled; end

#input_control_has_value?Boolean

Returns:

  • (Boolean)


31
# File 'app/components/hakumi_components/concerns/input_control_interface.rb', line 31

def input_control_has_value?; end

#input_control_placeholderObject



19
# File 'app/components/hakumi_components/concerns/input_control_interface.rb', line 19

def input_control_placeholder; end

#input_control_readonlyObject



28
# File 'app/components/hakumi_components/concerns/input_control_interface.rb', line 28

def input_control_readonly; end

#input_control_sizeObject



22
# File 'app/components/hakumi_components/concerns/input_control_interface.rb', line 22

def input_control_size; end

#input_control_valueObject



16
# File 'app/components/hakumi_components/concerns/input_control_interface.rb', line 16

def input_control_value; end