Package de.espirit.firstspirit.access
Interface SimpleEditorValue
- All Known Subinterfaces:
ComboboxEditorValue
,RadiobuttonEditorValue
,TextEditorValue
public interface SimpleEditorValue
Base interface for input components providing a simple text representation.
- Since:
- 4.1
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
getTextValue
(Language language) Get the text value for the given language.void
setValueFromText
(Language language, String text) Set the value.
-
Method Details
-
getTextValue
Get the text value for the given language.- Since:
- 4.1
-
setValueFromText
Set the value.- Parameters:
language
- thelanguage
of the text.text
- the text to set.- Since:
- 4.1
-