Interface IPluginFormThemeParams
- 
public interface IPluginFormThemeParamsThe parameters that are given toIPluginFormTheme. Includes e.g. the client scope, which can be used by implementations to return different themes for different clients.- Since:
 - 8.3.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MandantgetClient()Gets theclientfor which to find the available form themes. 
 - 
 
- 
- 
Method Detail
- 
getClient
Mandant getClient()
Gets theclientfor which to find the available form themes.Note: the client may be null, if the plugin is installed as a system plugin. For example, users can configure a default form theme for the entire system. The UI shows the user a list of available form themes, including form themes from system plugins. In this case, no client scope is available, and the client is null.
- Returns:
 - The client for which to find form themes.
 
 
 - 
 
 -