Uses of Class
de.xima.fc.form.common.models.EFormThemeFileInheritanceMode
-
Packages that use EFormThemeFileInheritanceMode Package Description de.xima.fc.common.form_theme de.xima.fc.form.common.interfaces de.xima.fc.form.common.models -
-
Uses of EFormThemeFileInheritanceMode in de.xima.fc.common.form_theme
Methods in de.xima.fc.common.form_theme that return EFormThemeFileInheritanceMode Modifier and Type Method Description EFormThemeFileInheritanceMode
StaticFormTheme. getFileInheritanceMode(String context, String filePath)
EFormThemeFileInheritanceMode
StaticFormTheme.IFormThemeInheritanceModeProvider. getInheritanceMode(String context, String filePath)
Finds the inheritance mode for a file in a form theme.Methods in de.xima.fc.common.form_theme with parameters of type EFormThemeFileInheritanceMode Modifier and Type Method Description StaticFormTheme.FormThemeFileMeta.Builder
StaticFormTheme.FormThemeFileMeta.Builder. inheritanceMode(EFormThemeFileInheritanceMode inheritanceMode)
Sets the inheritance mode for the form theme file, seeIFormTheme#getFileInheritanceMode
. -
Uses of EFormThemeFileInheritanceMode in de.xima.fc.form.common.interfaces
Methods in de.xima.fc.form.common.interfaces that return EFormThemeFileInheritanceMode Modifier and Type Method Description EFormThemeFileInheritanceMode
IFormTheme. getFileInheritanceMode(String context, String filePath)
Controls the behavior when aIFormTheme
and its parent both contain a file with the same name. -
Uses of EFormThemeFileInheritanceMode in de.xima.fc.form.common.models
Methods in de.xima.fc.form.common.models that return EFormThemeFileInheritanceMode Modifier and Type Method Description static EFormThemeFileInheritanceMode
EFormThemeFileInheritanceMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static EFormThemeFileInheritanceMode[]
EFormThemeFileInheritanceMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-