Interface ListEditorValue

All Superinterfaces:
EditorValue<Set<Option>>, de.espirit.firstspirit.access.editor.ListEditor, OptionsEditorValue

@Deprecated(since="5.2.21") public interface ListEditorValue extends EditorValue<Set<Option>>, OptionsEditorValue
Deprecated.
since 5.2.21 - use FormField instead
Editor value of a list based option gadget.
Assimilation Note: Additionally takes a collection or an array of entries. Types of entry objects understood are:
  • String, where the textual value has to match an eligible value.
  • If configured via include options, also takes types as listed with the respective include type.
Since:
3.0.53
  • Method Details