Uses of Interface
de.xima.fc.form.common.interfaces.IFormTheme
Packages that use IFormTheme
Package
Description
-
Uses of IFormTheme in de.xima.fc.common.form_theme
Classes in de.xima.fc.common.form_theme that implement IFormThemeModifier and TypeClassDescriptionfinal classA generic implementation ofIFormThemewith a builder.Methods in de.xima.fc.common.form_theme that return IFormThemeModifier and TypeMethodDescriptionStaticFormTheme.Builder.build()Creates a new form theme with the current configuration. -
Uses of IFormTheme in de.xima.fc.form.common.interfaces
Methods in de.xima.fc.form.common.interfaces that return IFormThemeModifier and TypeMethodDescriptionIReferencableFormTheme.theme()Gets the actual form theme implementation. -
Uses of IFormTheme in de.xima.fc.form.common.models
Methods in de.xima.fc.form.common.models that return IFormThemeConstructors in de.xima.fc.form.common.models with parameters of type IFormThemeModifierConstructorDescriptionDefaultReferencableFormTheme(FormThemeReference reference, IFormTheme theme) Creates a new POJO with the given theme and reference. -
Uses of IFormTheme in de.xima.fc.interfaces.plugin.retval.form
Methods in de.xima.fc.interfaces.plugin.retval.form that return types with arguments of type IFormThemeModifier and TypeMethodDescriptionIPluginFormThemeRetVal.getThemesById()Gets the form themes that the plugin provides for the given parameters. -
Uses of IFormTheme in de.xima.fc.logic.form_theme
Methods in de.xima.fc.logic.form_theme that return IFormThemeModifier and TypeMethodDescriptionstatic IFormThemeSystemFormTheme.forSystem(ESystemFormThemeType systemType) Creates a wrapper for a system form theme.IFormThemeResolver.resolve(FormThemeReference reference) Resolves aform theme referenceto aform theme.static IFormThemeFormThemeManager.resolveFormThemeReference(IEntityContext ec, Mandant client, FormThemeReference themeReference) Resolves a form theme reference to the correspondingIFormThemethat can be used to access the form theme. -
Uses of IFormTheme in de.xima.fc.plugin.models.retval.form
Methods in de.xima.fc.plugin.models.retval.form that return types with arguments of type IFormThemeMethod parameters in de.xima.fc.plugin.models.retval.form with type arguments of type IFormThemeModifier and TypeMethodDescriptionDefaultPluginFormThemeRetVal.Builder.themesById(Map<String, IFormTheme> themesById) Sets the map with the themes the plugin can provide, indexed by their ID.