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

Instance Method Details

#selection_control_allow_clearObject



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

def selection_control_allow_clear; end

#selection_control_contractObject



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

def selection_control_contract; end

#selection_control_disabledObject



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

def selection_control_disabled; end

#selection_control_has_value?Boolean

Returns:

  • (Boolean)


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

def selection_control_has_value?; end

#selection_control_placeholderObject



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

def selection_control_placeholder; end

#selection_control_sizeObject



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

def selection_control_size; end

#selection_control_valueObject



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

def selection_control_value; end