Interface IndexEditorValue

All Superinterfaces:
EditorValue<Index>

@Deprecated public interface IndexEditorValue extends EditorValue<Index>
Deprecated.
since 5.2.23 - use FormField instead
Interface defining the public part of the editor value representing an index component.
Assimilation Note: Besides Index, this editor value allows for lists of entries to be passed. An entry of such a list must be of a type understood by the configured DataAccessPlugin.
Since:
5.2.23
  • Method Details

    • getForm

      @Nullable @Nullable GomIndex getForm()
      Deprecated.
      Get the form definition.
      Specified by:
      getForm in interface EditorValue<Index>
      Returns:
      The form definition.
      Since:
      5.2.23
    • get

      @Nullable @Nullable Index get(Language language)
      Deprecated.
      Get the value object in the specified language. If the editor is not language dependent, the returned object always will be the same for any given language.
      Specified by:
      get in interface EditorValue<Index>
      Parameters:
      language - The language to look up.
      Returns:
      The language specific value object.
      Since:
      5.2.23