Uses of Class
org.openhab.core.config.core.ParameterOption
Package
Description
-
Uses of ParameterOption in org.openhab.core.automation.module.script
Modifier and TypeMethodDescription@Nullable Collection<ParameterOption>
ScriptTransformationService.getParameterOptions
(URI uri, String param, @Nullable String context, @Nullable Locale locale) -
Uses of ParameterOption in org.openhab.core.config.core
Modifier 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 ofParameterOption
s.@Nullable Collection<ParameterOption>
CurrencyServiceConfigOptionProvider.getParameterOptions
(URI uri, String param, @Nullable String context, @Nullable Locale locale) Modifier and TypeMethodDescriptionConfigDescriptionParameterBuilder.withOptions
(List<ParameterOption> options) Set the options of the configuration parameter -
Uses of ParameterOption in org.openhab.core.config.core.dto
Modifier and TypeMethodDescriptionprotected static List<ParameterOptionDTO>
ConfigDescriptionDTOMapper.mapOptions
(List<ParameterOption> options) -
Uses of ParameterOption in org.openhab.core.config.core.i18n
Modifier and TypeMethodDescriptionConfigI18nLocalizationService.getLocalizedOptions
(List<ParameterOption> originalOptions, org.osgi.framework.Bundle bundle, URI configDescriptionURI, String parameterName, @Nullable Locale locale) Localize parameter options.Modifier 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
Modifier 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.