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 classPluginBeanHelper<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 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 classAPluginClientDashboardCustomGUIBeanBase class for the bean of aIPluginClientDashboard.classAPluginCustomGUIBeanHelper class for a custom beans used by a processing pluginclassAPluginGenericCustomGUIBeanThe 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 interfaceIPluginGenericCustomGUI<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 interfaceIPluginWorkflowNodeBeaninterfaceIPluginWorkflowTriggerBean -
Uses of IPluginGenericCustomGUIBean in de.xima.fc.plugin.gui
Subinterfaces of IPluginGenericCustomGUIBean in de.xima.fc.plugin.gui Modifier and Type Interface Description interfaceIPluginAuthenticatorCustomGUIBeanInterface for the bean of aIAuthenticator.interfaceIPluginClientDashboardCustomGUIBeanInterface for the bean of aIPluginClientDashboard.interfaceIPluginCustomGUIBeanInterface for deploying the FORMCYCLE processing bean within a custom plugin bean This bean must be view scoped, ie.interfaceIPluginProjectMenuGUIBeanPlugin 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 interfaceINodePropertyPluginBean<TData>Workaround for Java not having intersection types.interfaceITriggerPropertyPluginBean<TData>Workaround for Java not having intersection types.
-