Interface ComboboxEditorValue
- All Superinterfaces:
EditorValue<Option>
,de.espirit.firstspirit.access.editor.ListEditor
,OptionsEditorValue
,SimpleEditorValue
@Deprecated
public interface ComboboxEditorValue
extends EditorValue<Option>, OptionsEditorValue, SimpleEditorValue
Deprecated.
The
Assimilation Note: Additionally takes a collection or an array of entries. Types of entry objects understood are:
ComboboxEditorValue
interface represents the FirstSpirit input component CMS_INPUT_COMBOBOX
.
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:
- 2.3.17
-
Field Summary
Fields inherited from interface de.espirit.firstspirit.access.editor.EditorValue
COPY_PRESET, DEFAULT, DELETE, FALLBACK_LANGUAGE, LANG_KEY, SOLE_LANGUAGE, UNSUPPORTED
Fields inherited from interface de.espirit.firstspirit.access.editor.OptionsEditorValue
SELECTION_KEY, SELECTION_VALUE_KEY
-
Method Summary
Modifier and TypeMethodDescriptionde.espirit.firstspirit.access.store.templatestore.gom.GomCombobox
getForm()
Deprecated.Covariant return of concrete form container.Methods inherited from interface de.espirit.firstspirit.access.editor.EditorValue
addEditorValueListener, assimilate, beSet, clear, clear, findReferences, get, getContentType, getDataValue, getEditorLanguages, getGuiXml, getMatches, getSearchableString, getTagName, getValueType, initialize, isDefault, isEmpty, isLanguageDependent, isSet, isSet, isValid, removeEditorValueListener, set, setTagName, setValueNode, toXml, toXml, validate
Methods inherited from interface de.espirit.firstspirit.access.editor.ListEditor
isReference, setLabels, setReference, setValues
Methods inherited from interface de.espirit.firstspirit.access.editor.OptionsEditorValue
getOptionFactory, getOptionModel
Methods inherited from interface de.espirit.firstspirit.access.SimpleEditorValue
getTextValue, setValueFromText
-
Method Details
-
getForm
de.espirit.firstspirit.access.store.templatestore.gom.GomCombobox getForm()Deprecated.Covariant return of concrete form container.- Specified by:
getForm
in interfaceEditorValue<Option>
- Returns:
- The form definition.
- Since:
- 4.0.17
-
FormField
instead