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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClassName()
Gets the type of item for which to extend the properties.Locale
getLocale()
-
-
-
Method Detail
-
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.
-
-