Uses of Interface
de.xima.fc.prompt.plugin.IPluginPromptQueryBean
Packages that use IPluginPromptQueryBean
-
Uses of IPluginPromptQueryBean in de.xima.fc.prompt.mgmt.gui.model
Classes in de.xima.fc.prompt.mgmt.gui.model that implement interfaces with type arguments of type IPluginPromptQueryBeanMethods in de.xima.fc.prompt.mgmt.gui.model that return types with arguments of type IPluginPromptQueryBeanModifier and TypeMethodDescriptionIterable<Class<? extends IPluginPromptQueryBean>> EPromptQueryPluginGuiExtractor.getUnmanagedBeans(IPluginPromptService plugin) PromptQueryBeanEnvironment.guiBeanCache()Method parameters in de.xima.fc.prompt.mgmt.gui.model with type arguments of type IPluginPromptQueryBeanModifier and TypeMethodDescriptionPromptQueryBeanEnvironment.Builder.guiBeanCache(GuiBeanCache<String, IPromptQueryBean<?, ?>, IPluginPromptService, IPluginPromptQueryBean> guiBeanCache) -
Uses of IPluginPromptQueryBean in de.xima.fc.prompt.plugin
Classes in de.xima.fc.prompt.plugin that implement interfaces with type arguments of type IPluginPromptQueryBeanModifier and TypeClassDescriptionfinal classDefaultPromptQueryCustomGUI<Model>Default implementation ofIPluginGenericCustomGUIthat uses theXHTMLandmain bean classof the prompt service handler; and allows for additional unmanaged beans to be specified.Methods in de.xima.fc.prompt.plugin that return types with arguments of type IPluginPromptQueryBeanModifier and TypeMethodDescriptiondefault IPluginGenericCustomGUI<? extends IPluginPromptQueryBean> IPluginPromptService.getPromptQueryCustomGUI()Gets the custom GUI for managing prompt queries.Iterable<Class<? extends IPluginPromptQueryBean>> DefaultPromptQueryCustomGUI.getUnmanagedBeans()Constructor parameters in de.xima.fc.prompt.plugin with type arguments of type IPluginPromptQueryBeanModifierConstructorDescriptionDefaultPromptQueryCustomGUI(IPromptServiceHandler<?, Model> handler, Iterable<Class<? extends IPluginPromptQueryBean>> unmanagedBeans) Creates a new default prompt query custom GUI instance that uses the XHTML and main bean class of the given prompt service handler, and allows for additional unmanaged beans to be specified.