Package net.solarnetwork.settings
Interface TextFieldSettingSpecifier
- All Superinterfaces:
KeyedSettingSpecifier<String>,MappableSpecifier,MarkupSetting,SettingSpecifier,TitleSettingSpecifier
- All Known Subinterfaces:
CronExpressionSettingSpecifier,MultiValueSettingSpecifier,RadioGroupSettingSpecifier
- All Known Implementing Classes:
BasicCronExpressionSettingSpecifier,BasicMultiValueSettingSpecifier,BasicRadioGroupSettingSpecifier,BasicTextFieldSettingSpecifier
A read-write string setting.
- Version:
- 1.0
- Author:
- matt
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.solarnetwork.settings.MappableSpecifier
MappableSpecifier.Mapper -
Method Summary
Modifier and TypeMethodDescriptionbooleanFlag indicating the text should be hidden when editing.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.TitleSettingSpecifier
getValueTitles
-
Method Details
-
isSecureTextEntry
boolean isSecureTextEntry()Flag indicating the text should be hidden when editing.- Returns:
- true to hide the text
-