Uses of Interface
de.xima.fc.gui.common.plugingui.IPluginCustomGUIExtractor
Packages that use IPluginCustomGUIExtractor
-
Uses of IPluginCustomGUIExtractor in de.xima.fc.gui.common.plugingui
Methods in de.xima.fc.gui.common.plugingui with parameters of type IPluginCustomGUIExtractorModifier 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>
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>
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>
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>
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. -
Uses of IPluginCustomGUIExtractor in de.xima.fc.prompt.mgmt.gui.model
Classes in de.xima.fc.prompt.mgmt.gui.model that implement IPluginCustomGUIExtractorModifier and TypeClassDescriptionenumenum