Interface IPluginFormElementPropertiesExtensionParams
-
public interface IPluginFormElementPropertiesExtensionParamsParameters 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 StringgetClassName()Gets the type of item for which to extend the properties.LocalegetLocale()
-
-
-
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.
-
-