Uses of Interface
de.xima.fc.plugin.interfaces.form.IPluginFormElementWidget
Packages that use IPluginFormElementWidget
Package
Description
Package for API access to system configuration.
-
Uses of IPluginFormElementWidget in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return types with arguments of type IPluginFormElementWidgetModifier and TypeMethodDescriptionPluginAPI.getFormElementWidgetPlugins(UserContext uc, Mandant client, Locale locale) Gets a map with a form element widget plugin, indexed by the plugin name. -
Uses of IPluginFormElementWidget in de.xima.fc.form
Methods in de.xima.fc.form that return IPluginFormElementWidgetModifier and TypeMethodDescriptionstatic IPluginFormElementWidgetFormHelper.getFormElementWidgetPlugin(Mandant client, String pluginName) Methods in de.xima.fc.form that return types with arguments of type IPluginFormElementWidgetModifier and TypeMethodDescriptionstatic Map<String, IPluginFormElementWidget> FormHelper.getFormElementWidgetPlugins(Mandant client) Finds allIPluginFormElementWidgetplugins available to the given client.static Map<String, IPluginFormElementWidget> FormHelper.getFormElementWidgetPlugins(Mandant client, String pluginKey) Finds allIPluginFormElementWidgetplugins within the plugin JAR with the given plugin key.static Map<String, org.apache.commons.lang3.tuple.Pair<IPluginFormElementWidget, Long>> FormHelper.getFormElementWidgetPluginsWithInstanceTime(Mandant client) -
Uses of IPluginFormElementWidget in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return types with arguments of type IPluginFormElementWidgetModifier and TypeMethodDescriptionIPluginHandler.getFormElementWidgetPlugins(UserContext uc, Mandant mandant, Locale locale) -
Uses of IPluginFormElementWidget in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return types with arguments of type IPluginFormElementWidgetModifier and TypeMethodDescriptionPluginHandler.getFormElementWidgetPlugins(UserContext uc, Mandant mandant, Locale locale)