Interface IPluginFormElementCatalogParams

All Known Implementing Classes:
DefaultPluginFormElementCatalogParams

public interface IPluginFormElementCatalogParams
Parameters for the form element catalog plugin (IPluginFormElementCatalogue). Can be used, for example, to offer different catalog contents for different forms.
Since:
8.0.1
Author:
XIMA MEDIA GmbH
  • Method Details

    • getClient

      Mandant getClient()
      Returns:
      The client to which the form belongs.
    • getEntityContext

      IEntityContext getEntityContext()
      Returns:
      The current entity context for accessing the database.
    • getFormVersion

      FormVersion getFormVersion()
      Returns:
      The form version for which the catalog contents should be found.
    • getLocale

      Locale getLocale()
      Returns:
      The current locale for which the list of catalogs is shown.
    • getProject

      Projekt getProject()
      Returns:
      The form containing the form version.