Uses of Interface
de.xima.fc.form.common.interfaces.IFormTheme
-
-
Uses of IFormTheme in de.xima.fc.common.form_theme
Classes in de.xima.fc.common.form_theme that implement IFormTheme Modifier and Type Class Description class
StaticFormTheme
A generic implementation ofIFormTheme
with a builder.Methods in de.xima.fc.common.form_theme that return IFormTheme Modifier and Type Method Description IFormTheme
StaticFormTheme.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 IFormTheme Modifier and Type Method Description IFormTheme
IReferencableFormTheme. 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 IFormTheme Modifier and Type Method Description IFormTheme
DefaultReferencableFormTheme. theme()
Constructors in de.xima.fc.form.common.models with parameters of type IFormTheme Constructor Description DefaultReferencableFormTheme(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 IFormTheme Modifier and Type Method Description Map<String,IFormTheme>
IPluginFormThemeRetVal. 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 IFormTheme Modifier and Type Method Description static IFormTheme
SystemFormTheme. forSystem(ESystemFormThemeType systemType)
Creates a wrapper for a system form theme.IFormTheme
IFormThemeResolver. resolve(FormThemeReference reference)
Resolves aform theme reference
to aform theme
.static IFormTheme
FormThemeManager. resolveFormThemeReference(IEntityContext ec, Mandant client, FormThemeReference themeReference)
Resolves a form theme reference to the correspondingIFormTheme
that 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 IFormTheme Modifier and Type Method Description Map<String,IFormTheme>
DefaultPluginFormThemeRetVal. getThemesById()
Method parameters in de.xima.fc.plugin.models.retval.form with type arguments of type IFormTheme Modifier and Type Method Description DefaultPluginFormThemeRetVal.Builder
DefaultPluginFormThemeRetVal.Builder. themesById(Map<String,IFormTheme> themesById)
Sets the map with the themes the plugin can provide, indexed by their ID.
-