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 TypeClassDescriptionclassPluginBeanHelper<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 interfacePluginBeanHelper.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 TypeClassDescriptionclassBase class for the bean of aIPluginClientDashboard.classDeprecated.Use the new workflow engine, see e.g.classThe 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 TypeInterfaceDescriptioninterfaceIPluginGenericCustomGUI<TBean extends IPluginGenericCustomGUIBean>Interface for plugins that provide a custom user interface.Subinterfaces of IPluginGenericCustomGUIBean in de.xima.fc.plugin.configModifier and TypeInterfaceDescriptioninterfaceinterface -
Uses of IPluginGenericCustomGUIBean in de.xima.fc.plugin.gui
Subinterfaces of IPluginGenericCustomGUIBean in de.xima.fc.plugin.guiModifier and TypeInterfaceDescriptioninterfaceInterface for the bean of aIAuthenticator.interfaceInterface for the bean of aIPluginClientDashboard.interfaceDeprecated.Use the new workflow engine, e.g.interfacePlugin 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 TypeInterfaceDescriptioninterfaceINodePropertyPluginBean<TData>Workaround for Java not having intersection types.interfaceITriggerPropertyPluginBean<TData>Workaround for Java not having intersection types.