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 classStaticFormThemeA generic implementation ofIFormThemewith a builder.Methods in de.xima.fc.common.form_theme that return IFormTheme Modifier and Type Method Description IFormThemeStaticFormTheme.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 IFormThemeIReferencableFormTheme. 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 IFormThemeDefaultReferencableFormTheme. 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 IFormThemeSystemFormTheme. forSystem(ESystemFormThemeType systemType)Creates a wrapper for a system form theme.IFormThemeIFormThemeResolver. 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 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.BuilderDefaultPluginFormThemeRetVal.Builder. themesById(Map<String,IFormTheme> themesById)Sets the map with the themes the plugin can provide, indexed by their ID.
-