Interface ReferenceEditorValue

All Superinterfaces:
EditorValue<TargetReference>

@Deprecated public interface ReferenceEditorValue extends EditorValue<TargetReference>
Deprecated.
since 5.2.21 - use FormField instead
Tagging interface for an EditorValue representing the FirstSpirit input component FS_REFERENCE.
Since:
4.2
  • Field Details

    • REF_KEY

      static final String REF_KEY
      Deprecated.
      Key to store the referenced target.
      Since:
      4.2.24
      See Also:
    • UID_KEY

      static final String UID_KEY
      Deprecated.
      Key to store the reference's UID.
      Since:
      4.2.24
      See Also:
    • UID_TYPE_KEY

      static final String UID_TYPE_KEY
      Deprecated.
      Key to store the reference's UID type.
      Since:
      4.2.24
      See Also:
    • REMOTE_NAME_KEY

      static final String REMOTE_NAME_KEY
      Deprecated.
      Key to store the symbolic remote project name.
      Since:
      4.2.24
      See Also:
    • SECTION_KEY

      static final String SECTION_KEY
      Deprecated.
      Key to store the name of a section referenced to.
      Since:
      4.2.24
      See Also:
  • Method Details