Interface IPluginFormElementPropertiesExtensionParams
public interface IPluginFormElementPropertiesExtensionParams
Parameters for the plugin that lets you add additional properties to existing form elements.
- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionGets the type of item for which to extend the properties.
-
Method Details
-
getClassName
String getClassName()Gets the type of item for which to extend the properties. This is theClass.getSimpleName()
of the implementing item handler class.- Returns:
- The type of item for which to extend the properties.
-
getLocale
Locale getLocale()- Returns:
- The locale for which to extend the properties.
-