Uses of Class
org.openhab.core.config.core.ConfigDescriptionParameterGroup
Packages that use ConfigDescriptionParameterGroup
Package
Description
-
Uses of ConfigDescriptionParameterGroup in org.openhab.core.config.core
Methods in org.openhab.core.config.core that return ConfigDescriptionParameterGroupModifier and TypeMethodDescriptionConfigDescriptionParameterGroupBuilder.build()
Builds a result with the settings of this builder.Methods in org.openhab.core.config.core that return types with arguments of type ConfigDescriptionParameterGroupModifier and TypeMethodDescriptionConfigDescription.getParameterGroups()
Returns the list of configuration parameter groups associated with the parameters.Methods in org.openhab.core.config.core with parameters of type ConfigDescriptionParameterGroupModifier and TypeMethodDescriptionConfigDescriptionBuilder.withParameterGroup
(ConfigDescriptionParameterGroup parameterGroup) Adds aConfigDescriptionParameterGroup
associated with theConfigDescriptionParameter
s.Method parameters in org.openhab.core.config.core with type arguments of type ConfigDescriptionParameterGroupModifier and TypeMethodDescriptionConfigDescriptionBuilder.withParameterGroups
(List<ConfigDescriptionParameterGroup> parameterGroups) Adds a list ofConfigDescriptionParameterGroup
associated with theConfigDescriptionParameter
s. -
Uses of ConfigDescriptionParameterGroup in org.openhab.core.config.core.dto
Methods in org.openhab.core.config.core.dto that return types with arguments of type ConfigDescriptionParameterGroupModifier and TypeMethodDescriptionstatic List
<ConfigDescriptionParameterGroup> ConfigDescriptionDTOMapper.mapParameterGroupsDTO
(List<ConfigDescriptionParameterGroupDTO> parameterGroups) Method parameters in org.openhab.core.config.core.dto with type arguments of type ConfigDescriptionParameterGroupModifier and TypeMethodDescriptionConfigDescriptionDTOMapper.mapParameterGroups
(List<ConfigDescriptionParameterGroup> parameterGroups) Maps configuration description parameter groups into DTO objects. -
Uses of ConfigDescriptionParameterGroup in org.openhab.core.config.core.i18n
Methods in org.openhab.core.config.core.i18n that return ConfigDescriptionParameterGroupModifier and TypeMethodDescriptionConfigI18nLocalizationService.getLocalizedConfigDescriptionGroup
(org.osgi.framework.Bundle bundle, URI configDescriptionURI, ConfigDescriptionParameterGroup group, @Nullable Locale locale) Localize a config description parameter group.ConfigI18nLocalizationService.getLocalizedConfigDescriptionGroup
(org.osgi.framework.Bundle bundle, ConfigDescription configDescription, ConfigDescriptionParameterGroup group, @Nullable Locale locale) Localize a config description parameter group.Methods in org.openhab.core.config.core.i18n with parameters of type ConfigDescriptionParameterGroupModifier and TypeMethodDescriptionConfigI18nLocalizationService.getLocalizedConfigDescriptionGroup
(org.osgi.framework.Bundle bundle, URI configDescriptionURI, ConfigDescriptionParameterGroup group, @Nullable Locale locale) Localize a config description parameter group.ConfigI18nLocalizationService.getLocalizedConfigDescriptionGroup
(org.osgi.framework.Bundle bundle, ConfigDescription configDescription, ConfigDescriptionParameterGroup group, @Nullable Locale locale) Localize a config description parameter group.