Package net.solarnetwork.settings
Interface RadioGroupSettingSpecifier
- All Superinterfaces:
KeyedSettingSpecifier<String>,MappableSpecifier,MarkupSetting,SettingSpecifier,TextFieldSettingSpecifier,TitleSettingSpecifier
- All Known Implementing Classes:
BasicRadioGroupSettingSpecifier
Similar to the
MultiValueSettingSpecifier except that these settings
are displayed in-line.
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
Modifier and TypeMethodDescriptionLocalizable text to display at the end of the group's content.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
-
Method Details