Uses of Interface
de.xima.fc.plugin.gui.IPluginGenericCustomGUIBean
Packages that use IPluginGenericCustomGUIBean
Package
Description
-
Uses of IPluginGenericCustomGUIBean in de.xima.fc.gui.bean.plugingui
Classes in de.xima.fc.gui.bean.plugingui with type parameters of type IPluginGenericCustomGUIBeanModifier and TypeClassDescriptionclass
PluginBeanHelper<TBean extends IPluginGenericCustomGUIBean,
TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>> Helper class for handling unmanaged beans used by user interfaces provided by a plugin, eg. a dashboard plugin or a workflow action plugin:static interface
PluginBeanHelper.IPreInitAction<TBean extends IPluginGenericCustomGUIBean>
Interface for a callback before a bean is initialized.Methods in de.xima.fc.gui.bean.plugingui with type parameters of type IPluginGenericCustomGUIBeanModifier and TypeMethodDescriptionstatic <TBean extends IPluginGenericCustomGUIBean,
TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>>
PluginBeanHelper<TBean,TPlugin> PluginBeanHelper.forCurrentApplicationScope
(TPlugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for application scoped beans of the given plugin.static <TBean extends IPluginGenericCustomGUIBean,
TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>>
PluginBeanHelper<TBean,TPlugin> PluginBeanHelper.forCurrentRequestScope
(TPlugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for application request beans of the given plugin.static <TBean extends IPluginGenericCustomGUIBean,
TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>>
PluginBeanHelper<TBean,TPlugin> PluginBeanHelper.forCurrentSessionScope
(TPlugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for session scoped beans of the given plugin.static <TBean extends IPluginGenericCustomGUIBean,
TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>>
PluginBeanHelper<TBean,TPlugin> PluginBeanHelper.forCurrentViewScope
(TPlugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for view scoped beans of the given plugin. -
Uses of IPluginGenericCustomGUIBean in de.xima.fc.plugin.abstracts
Classes in de.xima.fc.plugin.abstracts that implement IPluginGenericCustomGUIBeanModifier and TypeClassDescriptionclass
Base class for the bean of aIPluginClientDashboard
.class
Deprecated.Use the new workflow engine, see e.g.class
The base class for the bean of a plugin with a custom UI. -
Uses of IPluginGenericCustomGUIBean in de.xima.fc.plugin.config
Classes in de.xima.fc.plugin.config with type parameters of type IPluginGenericCustomGUIBeanModifier and TypeInterfaceDescriptioninterface
IPluginGenericCustomGUI<TBean extends IPluginGenericCustomGUIBean>
Interface for plugins that provide a custom user interface.Subinterfaces of IPluginGenericCustomGUIBean in de.xima.fc.plugin.configModifier and TypeInterfaceDescriptioninterface
interface
-
Uses of IPluginGenericCustomGUIBean in de.xima.fc.plugin.gui
Subinterfaces of IPluginGenericCustomGUIBean in de.xima.fc.plugin.guiModifier and TypeInterfaceDescriptioninterface
Interface for the bean of aIAuthenticator
.interface
Interface for the bean of aIPluginClientDashboard
.interface
Deprecated.Use the new workflow engine, e.g.interface
Plugin interfaces for providing beans to custom project menus -
Uses of IPluginGenericCustomGUIBean in de.xima.fc.workflow.mixin
Subinterfaces of IPluginGenericCustomGUIBean in de.xima.fc.workflow.mixinModifier and TypeInterfaceDescriptioninterface
INodePropertyPluginBean<TData>
Workaround for Java not having intersection types.interface
ITriggerPropertyPluginBean<TData>
Workaround for Java not having intersection types.