Uses of Interface
de.xima.fc.form.common.interfaces.IReferencableFormTheme
-
Packages that use IReferencableFormTheme Package Description de.xima.fc.form.common.interfaces de.xima.fc.form.common.models -
-
Uses of IReferencableFormTheme in de.xima.fc.form.common.interfaces
Methods in de.xima.fc.form.common.interfaces that return types with arguments of type IReferencableFormTheme Modifier and Type Method Description List<IReferencableFormTheme>
IFormThemeChain. themes()
A list of form themes in the chain, corresponding to a form theme and all its parents. -
Uses of IReferencableFormTheme in de.xima.fc.form.common.models
Classes in de.xima.fc.form.common.models that implement IReferencableFormTheme Modifier and Type Class Description class
DefaultReferencableFormTheme
Default POJO implementation ofIReferencableFormTheme
.Methods in de.xima.fc.form.common.models that return types with arguments of type IReferencableFormTheme Modifier and Type Method Description List<IReferencableFormTheme>
DefaultFormThemeChain. themes()
Constructor parameters in de.xima.fc.form.common.models with type arguments of type IReferencableFormTheme Constructor Description DefaultFormThemeChain(List<IReferencableFormTheme> themes)
Creates a new POJO implementation ofIFormThemeChain
with the given data.
-