Uses of Interface
de.xima.fc.form.common.interfaces.IFormThemeChain
Packages that use IFormThemeChain
Package
Description
-
Uses of IFormThemeChain in de.xima.fc.form.common.models
Classes in de.xima.fc.form.common.models that implement IFormThemeChain -
Uses of IFormThemeChain in de.xima.fc.logic.form_theme
Methods in de.xima.fc.logic.form_theme that return IFormThemeChainModifier and TypeMethodDescriptionstatic IFormThemeChainFormThemeManager.resolveFormThemeReferenceHierarchy(IEntityContext ec, Mandant client, FormThemeReference themeReference) Resolves the given theme reference and all its parents to a list ofIFormThemeinstances.static IFormThemeChainFormThemeManager.resolveFormThemeReferenceHierarchy(IFormThemeResolver themeResolver, FormThemeReference themeReference) Resolves the given theme reference and all its parents to a list ofIFormThemeinstances.Methods in de.xima.fc.logic.form_theme with parameters of type IFormThemeChainModifier and TypeMethodDescriptionFormThemeManager.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. -
Uses of IFormThemeChain in de.xima.fc.ms.deprecated
Methods in de.xima.fc.ms.deprecated that return IFormThemeChainModifier and TypeMethodDescriptionFormThemeReferenceResolverImpl.resolveFormThemeReferenceHierarchy(IEntityContext ec, Mandant client, FormThemeReference themeRef) Deprecated.