Package net.solarnetwork.settings
Interface MultiValueSettingSpecifier
- All Superinterfaces:
KeyedSettingSpecifier<String>,MappableSpecifier,MarkupSetting,SettingSpecifier,TextFieldSettingSpecifier,TitleSettingSpecifier
- All Known Implementing Classes:
BasicMultiValueSettingSpecifier
A string setting selected from a list of possible values.
The TitleSettingSpecifier.getValueTitles() is required for this setting, and provides the
list of possible setting values for the user to choose from.
- Version:
- 1.0
- Author:
- matt
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.solarnetwork.settings.MappableSpecifier
MappableSpecifier.Mapper -
Method Summary
Methods inherited from interface net.solarnetwork.settings.KeyedSettingSpecifier
getDefaultValue, getDescriptionArguments, getKey, isTransientMethods inherited from interface net.solarnetwork.settings.MappableSpecifier
mappedTo, mappedWithMapper, mappedWithPlaceholerMethods inherited from interface net.solarnetwork.settings.MarkupSetting
isMarkupMethods inherited from interface net.solarnetwork.settings.SettingSpecifier
getTitle, getTypeMethods inherited from interface net.solarnetwork.settings.TextFieldSettingSpecifier
isSecureTextEntryMethods inherited from interface net.solarnetwork.settings.TitleSettingSpecifier
getValueTitles