Package net.solarnetwork.settings
Interface TextAreaSettingSpecifier
- All Superinterfaces:
KeyedSettingSpecifier<String>,MappableSpecifier,SettingSpecifier
- All Known Implementing Classes:
BasicTextAreaSettingSpecifier
A read-write large string setting.
- Since:
- 1.70
- Version:
- 1.1
- Author:
- matt
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.solarnetwork.settings.MappableSpecifier
MappableSpecifier.Mapper -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanisDirect()Flag indicating the text area content should be handled directly like a text field.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.SettingSpecifier
getTitle, getType
-
Method Details
-
isDirect
default boolean isDirect()Flag indicating the text area content should be handled directly like a text field.- Returns:
- true to treat the text area content directly like a text field, false to treat like an external resource to upload indirectly
- Since:
- 1.1
-