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 Details

    • getTextValue

      @Nullable @Nullable String getTextValue(Language language)
      Get the text value for the given language.
      Since:
      4.1
    • setValueFromText

      void setValueFromText(Language language, String text)
      Set the value.
      Parameters:
      language - the language of the text.
      text - the text to set.
      Since:
      4.1