Enum EPromptQueryPluginGuiExtractor
java.lang.Object
java.lang.Enum<EPromptQueryPluginGuiExtractor>
de.xima.fc.prompt.mgmt.gui.model.EPromptQueryPluginGuiExtractor
- All Implemented Interfaces:
IPluginCustomGUIExtractor<IPluginPromptQueryBean, IPluginPromptService>, Serializable, Comparable<EPromptQueryPluginGuiExtractor>
public enum EPromptQueryPluginGuiExtractor
extends Enum<EPromptQueryPluginGuiExtractor>
implements IPluginCustomGUIExtractor<IPluginPromptQueryBean, IPluginPromptService>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionIterable<Class<? extends IPluginPromptQueryBean>> The beans provided by the plugin, seeIPluginGenericCustomGUI.getUnmanagedBeans().getXhtmlView(IPluginPromptService plugin) The xhtml view of the plugin, seeIPluginGenericCustomGUI.getXhtmlView().Returns the enum constant of this type with the specified name.static EPromptQueryPluginGuiExtractor[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getUnmanagedBeans
public Iterable<Class<? extends IPluginPromptQueryBean>> getUnmanagedBeans(IPluginPromptService plugin) Description copied from interface:IPluginCustomGUIExtractorThe beans provided by the plugin, seeIPluginGenericCustomGUI.getUnmanagedBeans().- Specified by:
getUnmanagedBeansin interfaceIPluginCustomGUIExtractor<IPluginPromptQueryBean, IPluginPromptService>- Parameters:
plugin- Plugin that provides the beans.- Returns:
- An iterable of classes of the beans provided by the plugin.
-
getXhtmlView
Description copied from interface:IPluginCustomGUIExtractorThe xhtml view of the plugin, seeIPluginGenericCustomGUI.getXhtmlView().- Specified by:
getXhtmlViewin interfaceIPluginCustomGUIExtractor<IPluginPromptQueryBean, IPluginPromptService>- Parameters:
plugin- Plugin that provides the beans.- Returns:
- The URL of the xhtml view of the plugin.
-