Interface ReferenceEditorValue
- All Superinterfaces:
EditorValue<TargetReference>
Deprecated.
Tagging interface for an
EditorValue
representing the FirstSpirit input component FS_REFERENCE.- Since:
- 4.2
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.Key to store the referenced target.static final String
Deprecated.Key to store the symbolic remote project name.static final String
Deprecated.Key to store the name of a section referenced to.static final String
Deprecated.Key to store the reference's UID.static final String
Deprecated.Key to store the reference's UID type.Fields inherited from interface de.espirit.firstspirit.access.editor.EditorValue
COPY_PRESET, DEFAULT, DELETE, FALLBACK_LANGUAGE, LANG_KEY, SOLE_LANGUAGE, UNSUPPORTED
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get an emptyTargetReference
.de.espirit.firstspirit.access.store.templatestore.gom.GomReference
getForm()
Deprecated.Get the GuiXml form definition values.boolean
isEmpty
(TargetReference target) Deprecated.Test whether aTargetReference
is empty.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, isLanguageDependent, isSet, isSet, isValid, removeEditorValueListener, set, setTagName, setValueNode, toXml, toXml, validate
-
Field Details
-
REF_KEY
Deprecated.Key to store the referenced target.- Since:
- 4.2.24
- See Also:
-
UID_KEY
Deprecated.Key to store the reference's UID.- Since:
- 4.2.24
- See Also:
-
UID_TYPE_KEY
Deprecated.Key to store the reference's UID type.- Since:
- 4.2.24
- See Also:
-
REMOTE_NAME_KEY
Deprecated.Key to store the symbolic remote project name.- Since:
- 4.2.24
- See Also:
-
SECTION_KEY
Deprecated.Key to store the name of a section referenced to.- Since:
- 4.2.24
- See Also:
-
-
Method Details
-
getForm
de.espirit.firstspirit.access.store.templatestore.gom.GomReference getForm()Deprecated.Get the GuiXml form definition values. Covariant return of concrete form container.- Specified by:
getForm
in interfaceEditorValue<TargetReference>
- Returns:
- The form definition.
- Since:
- 4.2
-
getEmpty
Deprecated.Get an emptyTargetReference
.- Parameters:
language
- A Language- Returns:
- an empty TargetReference
- Since:
- 4.2
-
isEmpty
Deprecated.Test whether aTargetReference
is empty. aTargetReference
is empty if the encapsulated element isnull
. element is always a type ofIDProvider
.- Specified by:
isEmpty
in interfaceEditorValue<TargetReference>
- Parameters:
target
- theTargetReference
to test.- Returns:
true
if empty, otherwisefalse
- Since:
- 4.2.24
-
FormField
instead