Interface PageRefEditorValue
- All Superinterfaces:
EditorValue<ElementReference>
@Deprecated(since="5.0.107")
public interface PageRefEditorValue
extends EditorValue<ElementReference>
Deprecated.
Since 5.0.107 - usages of CMS_INPUT_PAGEREF should be replaced with FS_REFERENCE.
Tagging interface for an
EditorValue
representing the FirstSpirit input component CMS_INPUT_PAGEREF.- Since:
- 3.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.Key for matching on filenames.static final String
Deprecated.Key for matching on keywords.static final String
Deprecated.Key for matching on names.static final String
Deprecated.Key for matching on labels.static final String
Deprecated.Key for matching on URLs.static final String
Deprecated.Key for the reference value.static final String
Deprecated.Key for the symbolic remote project reference.static final String
Deprecated.Key for the name of a referenced section.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 TypeMethodDescriptiongetForm()
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
-
Field Details
-
PAGE_REF_KEY
Deprecated.Key for the reference value.- Since:
- 4.0.17
- See Also:
-
SECTION_KEY
Deprecated.Key for the name of a referenced section.- Since:
- 4.0.17
- See Also:
-
REMOTE_KEY
Deprecated.Key for the symbolic remote project reference.- Since:
- 4.2.24
- See Also:
-
MATCH_FILENAME
Deprecated.Key for matching on filenames.- Since:
- 4.0.17
- See Also:
-
MATCH_KEYWORDS
Deprecated.Key for matching on keywords.- Since:
- 4.0.17
- See Also:
-
MATCH_NAME
Deprecated.Key for matching on names.- Since:
- 4.0.17
- See Also:
-
MATCH_SITEMAP_LABEL
Deprecated.Key for matching on labels.- Since:
- 4.0.17
- See Also:
-
MATCH_URL
Deprecated.Key for matching on URLs.- Since:
- 4.0.17
- See Also:
-
-
Method Details
-
getForm
GomPageRef getForm()Deprecated.Covariant return of concrete form container.- Specified by:
getForm
in interfaceEditorValue<ElementReference>
- Returns:
- The form definition.
- Since:
- 4.0
-