Uses of Interface
de.xima.fc.interfaces.plugin.retval.form.IPluginFormResourceDescriptor
Packages that use IPluginFormResourceDescriptor
-
Uses of IPluginFormResourceDescriptor in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form that return IPluginFormResourceDescriptorModifier and TypeMethodDescriptiondefault IPluginFormResourceDescriptorIPluginFormResources.findResourceByFileName(String fileName) Finds the resource with the given file name among the resources that this plugin provides.Methods in de.xima.fc.plugin.interfaces.form that return types with arguments of type IPluginFormResourceDescriptorModifier and TypeMethodDescriptiondefault Iterable<? extends IPluginFormResourceDescriptor> IPluginFormResources.findResources(IPluginFormResourcesFindParams params) Gets all resources that this plugin wishes to provide.default Map<String, IPluginFormResourceDescriptor> IPluginFormResources.getResources(IPluginFormResourcesParams params) Deprecated. -
Uses of IPluginFormResourceDescriptor in de.xima.fc.plugin.models.retval.form
Classes in de.xima.fc.plugin.models.retval.form that implement IPluginFormResourceDescriptorModifier and TypeClassDescriptionfinal classPOJO implementation ofIPluginFormResourceDescriptorwith a builder.Methods in de.xima.fc.plugin.models.retval.form that return IPluginFormResourceDescriptorModifier and TypeMethodDescriptionDefaultPluginFormResourceDescriptor.Builder.build()Builds a newIPluginFormResourceDescriptorwith the current configuration.
IPluginFormResources.findResources(IPluginFormResourcesFindParams)andIPluginFormResources.findResourceByFileName(String)instead.