Interface TextualEditorValue

All Superinterfaces:
EditorValue<String>
All Known Subinterfaces:
TextareaEditorValue, TextEditorValue

@Deprecated public interface TextualEditorValue extends EditorValue<String>
Deprecated.
since 5.2.21 - use FormField instead
Tag for editor values operating on a string.
Since:
4.0
  • Field Details