Uses of Interface
de.xima.fc.plugin.gui.IPluginGenericCustomGUIBean
-
Packages that use IPluginGenericCustomGUIBean Package Description de.xima.fc.gui.bean.plugingui de.xima.fc.plugin.abstracts de.xima.fc.plugin.config de.xima.fc.plugin.gui de.xima.fc.workflow.mixin -
-
Uses of IPluginGenericCustomGUIBean in de.xima.fc.gui.bean.plugingui
Classes in de.xima.fc.gui.bean.plugingui with type parameters of type IPluginGenericCustomGUIBean Modifier and Type Class Description class
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 IPluginGenericCustomGUIBean Modifier and Type Method Description static <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 IPluginGenericCustomGUIBean Modifier and Type Class Description class
APluginClientDashboardCustomGUIBean
Base class for the bean of aIPluginClientDashboard
.class
APluginCustomGUIBean
Helper class for a custom beans used by a processing pluginclass
APluginGenericCustomGUIBean
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 IPluginGenericCustomGUIBean Modifier and Type Interface Description interface
IPluginGenericCustomGUI<TBean extends IPluginGenericCustomGUIBean>
Interface for plugins that provide a custom user interface.Subinterfaces of IPluginGenericCustomGUIBean in de.xima.fc.plugin.config Modifier and Type Interface Description interface
IPluginWorkflowNodeBean
interface
IPluginWorkflowTriggerBean
-
Uses of IPluginGenericCustomGUIBean in de.xima.fc.plugin.gui
Subinterfaces of IPluginGenericCustomGUIBean in de.xima.fc.plugin.gui Modifier and Type Interface Description interface
IPluginClientDashboardCustomGUIBean
Interface for the bean of aIPluginClientDashboard
.interface
IPluginCustomGUIBean
Interface for deploying the FORMCYCLE processing bean within a custom plugin bean This bean must be view scoped, ie.interface
IPluginProjectMenuGUIBean
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.mixin Modifier and Type Interface Description interface
INodePropertyPluginBean<TData>
Workaround for Java not having intersection types.interface
ITriggerPropertyPluginBean<TData>
Workaround for Java not having intersection types.
-