Interface CatalogEditorValue

All Superinterfaces:
EditorValue<Catalog>

@Deprecated public interface CatalogEditorValue extends EditorValue<Catalog>
Deprecated.
since 5.2.23 - use FormField instead
Interface defining the public part of the editor value representing a catalog component.
Assimilation Note: Besides Catalog, this editor value allows for lists of entries. An entry of such a list must be of a type IdProvidingFormData and provide a valid template object.
Since:
5.2.23
  • Method Details

    • getForm

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

      @Nullable @Nullable Catalog 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<Catalog>
      Parameters:
      language - The language to look up.
      Returns:
      The language specific value object.
      Since:
      5.2.23