Uses of Class
de.xima.fc.gui.bean.plugingui.PluginBeanOptions
Packages that use PluginBeanOptions
-
Uses of PluginBeanOptions in de.xima.fc.gui.bean.plugingui
Methods in de.xima.fc.gui.bean.plugingui that return PluginBeanOptionsMethods in de.xima.fc.gui.bean.plugingui with parameters of type PluginBeanOptionsModifier 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.