Uses of Interface
de.xima.fc.form.common.interfaces.IFormThemeChain
-
Packages that use IFormThemeChain Package Description de.xima.fc.form.common.models de.xima.fc.logic.form_theme -
-
Uses of IFormThemeChain in de.xima.fc.form.common.models
Classes in de.xima.fc.form.common.models that implement IFormThemeChain Modifier and Type Class Description class
DefaultFormThemeChain
Default POJO implementation ofIFormThemeChain
. -
Uses of IFormThemeChain in de.xima.fc.logic.form_theme
Methods in de.xima.fc.logic.form_theme that return IFormThemeChain Modifier and Type Method Description static IFormThemeChain
FormThemeManager. resolveFormThemeReferenceHierarchy(IEntityContext ec, Mandant client, FormThemeReference themeReference)
Resolves the given theme reference and all its parents to a list ofIFormTheme
instances.static IFormThemeChain
FormThemeManager. resolveFormThemeReferenceHierarchy(IFormThemeResolver themeResolver, FormThemeReference themeReference)
Resolves the given theme reference and all its parents to a list ofIFormTheme
instances.Methods in de.xima.fc.logic.form_theme with parameters of type IFormThemeChain Modifier and Type Method Description static Set<String>
FormThemeManager. resolveFormThemeCssClassesHierarchically(IFormThemeChain themeChain)
Gets all CSS classes from the given form theme, including all its parent themes.static List<FormThemeFileReference>
FormThemeManager. resolveFormThemeFilesHierarchically(IFormThemeChain themeChain, String context, Predicate<? super String> fileNameFilter)
Resolves one or multiple files from the given form theme.
-