Uses of Interface
de.xima.fc.interfaces.plugin.retval.form.IPluginFormElementTemplateLoader
Packages that use IPluginFormElementTemplateLoader
-
Uses of IPluginFormElementTemplateLoader in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form that return IPluginFormElementTemplateLoaderModifier and TypeMethodDescriptionIPluginFormElementTemplate.getTemplateLoader()
default IPluginFormElementTemplateLoader
IPluginFormElementTemplateStatic.getTemplateLoader()
-
Uses of IPluginFormElementTemplateLoader in de.xima.fc.plugin.models.retval.form
Methods in de.xima.fc.plugin.models.retval.form that return IPluginFormElementTemplateLoaderModifier and TypeMethodDescriptionCreates a loader that loads icons and the persist JSON from the class path, using the given class path loader.DefaultFormElementTemplateLoader.classPath
(ClassLoader classPath) Creates a loader that loads icons and the persist JSON from the class path, using the given class path loader.DefaultFormElementTemplateLoader.custom
(IThrowingFunction<URI, InputStream> persistJsonLoader, IThrowingFunction<URI, InputStream> iconLoader) Creates a custom loader that uses the given loader functions.Creates a loader for static in-memory resources from the given maps.Creates a loader for static in-memory resources from the given maps.DefaultFormElementTemplateLoader.url()
Creates a loader that converts the URIs to URLs and reads the data from the URL.