Uses of Class
org.openhab.core.config.core.ParameterOption
Packages that use ParameterOption
Package
Description
-
Uses of ParameterOption in org.openhab.core.config.core
Methods in org.openhab.core.config.core that return types with arguments of type ParameterOptionModifier and TypeMethodDescriptionConfigDescriptionParameter.getOptions()
Returns a static selection list for the value of this parameter.@Nullable Collection<ParameterOption>
ConfigOptionProvider.getParameterOptions
(URI uri, String param, @Nullable String context, @Nullable Locale locale) Provides a collection ofParameterOptions
s.Method parameters in org.openhab.core.config.core with type arguments of type ParameterOptionModifier and TypeMethodDescriptionConfigDescriptionParameterBuilder.withOptions
(List<ParameterOption> options) Set the options of the configuration parameter -
Uses of ParameterOption in org.openhab.core.config.core.dto
Method parameters in org.openhab.core.config.core.dto with type arguments of type ParameterOptionModifier and TypeMethodDescriptionprotected static List<ParameterOptionDTO>
ConfigDescriptionDTOMapper.mapOptions
(List<ParameterOption> options) -
Uses of ParameterOption in org.openhab.core.config.core.i18n
Methods in org.openhab.core.config.core.i18n that return types with arguments of type ParameterOptionModifier and TypeMethodDescriptionConfigI18nLocalizationService.getLocalizedOptions
(List<ParameterOption> originalOptions, org.osgi.framework.Bundle bundle, URI configDescriptionURI, String parameterName, @Nullable Locale locale) Localize parameter options.Method parameters in org.openhab.core.config.core.i18n with type arguments of type ParameterOptionModifier and TypeMethodDescriptionConfigI18nLocalizationService.getLocalizedOptions
(List<ParameterOption> originalOptions, org.osgi.framework.Bundle bundle, URI configDescriptionURI, String parameterName, @Nullable Locale locale) Localize parameter options. -
Uses of ParameterOption in org.openhab.core.config.core.metadata
Methods in org.openhab.core.config.core.metadata that return types with arguments of type ParameterOptionModifier and TypeMethodDescription@Nullable List<ParameterOption>
MetadataConfigDescriptionProvider.getParameterOptions
(@Nullable Locale locale) Get all valid options if the main metadata value should be restricted to certain values.