Uses of Class
de.xima.fc.gui.common.plugingui.PluginBeanOptions
Packages that use PluginBeanOptions
-
Uses of PluginBeanOptions in de.xima.fc.gui.common.plugingui
Classes in de.xima.fc.gui.common.plugingui that implement interfaces with type arguments of type PluginBeanOptionsMethods in de.xima.fc.gui.common.plugingui that return PluginBeanOptionsMethods in de.xima.fc.gui.common.plugingui with parameters of type PluginBeanOptionsModifier and TypeMethodDescription<PluginBean extends IPluginGenericCustomGUIBean>
GuiBeanCache<Key, Bean, Plugin, PluginBean> GuiBeanCache.Builder.buildForCurrentApplicationScope(IPluginCustomGUIExtractor<PluginBean, Plugin> guiExtractor, PluginBeanOptions options) Builds a new GUI bean cache instance, assuming that all beans areApplicationScopedbeans.<PluginBean extends IPluginGenericCustomGUIBean>
GuiBeanCache<Key, Bean, Plugin, PluginBean> GuiBeanCache.Builder.buildForCurrentRequestScope(IPluginCustomGUIExtractor<PluginBean, Plugin> guiExtractor, PluginBeanOptions options) Builds a new GUI bean cache instance, assuming that all beans areRequestScopedbeans.<PluginBean extends IPluginGenericCustomGUIBean>
GuiBeanCache<Key, Bean, Plugin, PluginBean> GuiBeanCache.Builder.buildForCurrentSessionScope(IPluginCustomGUIExtractor<PluginBean, Plugin> guiExtractor, PluginBeanOptions options) Builds a new GUI bean cache instance, assuming that all beans areSessionScopedbeans.<PluginBean extends IPluginGenericCustomGUIBean>
GuiBeanCache<Key, Bean, Plugin, PluginBean> GuiBeanCache.Builder.buildForCurrentViewScope(IPluginCustomGUIExtractor<PluginBean, Plugin> guiExtractor, PluginBeanOptions options) Builds a new GUI bean cache instance, assuming that all beans areViewScopedbeans.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin & IPluginGenericCustomGUI<Bean>>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentApplicationScope(Plugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for application scoped beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentApplicationScope(Plugin plugin, IPluginCustomGUIExtractor<Bean, Plugin> guiExtractor, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for application scoped beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin & IPluginGenericCustomGUI<Bean>>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentRequestScope(Plugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for application request beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentRequestScope(Plugin plugin, IPluginCustomGUIExtractor<Bean, Plugin> guiExtractor, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for application request beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin & IPluginGenericCustomGUI<Bean>>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentSessionScope(Plugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for session scoped beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentSessionScope(Plugin plugin, IPluginCustomGUIExtractor<Bean, Plugin> guiExtractor, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for session scoped beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin & IPluginGenericCustomGUI<Bean>>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentViewScope(Plugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for view scoped beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentViewScope(Plugin plugin, IPluginCustomGUIExtractor<Bean, Plugin> guiExtractor, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for view scoped beans of the given plugin.