Interface IPluginFormPropertiesExtensionParams
-
public interface IPluginFormPropertiesExtensionParams
Parameters for the plugin that lets you add additional properties to a form.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Locale
getLocale()
-
-
-
Method Detail
-
getLocale
Locale getLocale()
- Returns:
- The locale for which to extend the properties.
-
-