Interface ReferenceEditorValue
- All Superinterfaces:
EditorValue<TargetReference>
@Deprecated(since="5.2.21")
public interface ReferenceEditorValue
extends EditorValue<TargetReference>
Deprecated.
Tagging interface for an
EditorValue representing the FirstSpirit input component FS_REFERENCE.- Since:
- 4.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Key to store the referenced target.static final StringDeprecated.Key to store the symbolic remote project name.static final StringDeprecated.Key to store the name of a section referenced to.static final StringDeprecated.Key to store the reference's UID.static final StringDeprecated.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.getForm()Deprecated.Get the GuiXml form definition values.booleanisEmpty(TargetReference target) Deprecated.Test whether aTargetReferenceis 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
GomReference getForm()Deprecated.Get the GuiXml form definition values. Covariant return of concrete form container.- Specified by:
getFormin 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 aTargetReferenceis empty. aTargetReferenceis empty if the encapsulated element isnull. element is always a type ofIDProvider.- Specified by:
isEmptyin interfaceEditorValue<TargetReference>- Parameters:
target- theTargetReferenceto test.- Returns:
trueif empty, otherwisefalse- Since:
- 4.2.24
-
FormFieldinstead