Uses of Interface
de.xima.fc.plugin.interfaces.form.IPluginFormElementWidget
- 
Packages that use IPluginFormElementWidget Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.form de.xima.fc.handler.interfaces.system de.xima.fc.handler.system  - 
- 
Uses of IPluginFormElementWidget in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return types with arguments of type IPluginFormElementWidget Modifier and Type Method Description Map<String,IPluginFormElementWidget>PluginAPI. getFormElementWidgetPlugins(UserContext uc, Mandant client, Locale locale) - 
Uses of IPluginFormElementWidget in de.xima.fc.form
Methods in de.xima.fc.form that return types with arguments of type IPluginFormElementWidget Modifier and Type Method Description static Map<String,IPluginFormElementWidget>FormHelper. getFormElementWidgetPlugins(Mandant client)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 IPluginFormElementWidget Modifier and Type Method Description Map<String,IPluginFormElementWidget>IPluginHandler. 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 IPluginFormElementWidget Modifier and Type Method Description Map<String,IPluginFormElementWidget>PluginHandler. getFormElementWidgetPlugins(UserContext uc, Mandant mandant, Locale locale) 
 -