Uses of Enum
de.xima.fc.form.common.models.EFormThemeFileInheritanceMode
Packages that use EFormThemeFileInheritanceMode
Package
Description
-
Uses of EFormThemeFileInheritanceMode in de.xima.fc.common.form_theme
Methods in de.xima.fc.common.form_theme that return EFormThemeFileInheritanceModeModifier and TypeMethodDescriptionStaticFormTheme.getFileInheritanceMode(String context, String filePath) 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 EFormThemeFileInheritanceModeModifier and TypeMethodDescriptionStaticFormTheme.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 EFormThemeFileInheritanceModeModifier and TypeMethodDescriptionIFormTheme.getFileInheritanceMode(String context, String filePath) Controls the behavior when aIFormThemeand its parent both contain a file with the same name. -
Uses of EFormThemeFileInheritanceMode in de.xima.fc.form.common.models
Subclasses with type arguments of type EFormThemeFileInheritanceMode in de.xima.fc.form.common.modelsModifier and TypeClassDescriptionenumControls the behavior when aIFormThemeand its parent both contain a file with the same name.Methods in de.xima.fc.form.common.models that return EFormThemeFileInheritanceModeModifier and TypeMethodDescriptionReturns 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.