Uses of Enum
de.xima.fc.form.common.models.EFormThemeResourceContext
Packages that use EFormThemeResourceContext
Package
Description
-
Uses of EFormThemeResourceContext in de.xima.fc.common.form_theme
Methods in de.xima.fc.common.form_theme with parameters of type EFormThemeResourceContextModifier and TypeMethodDescriptionStaticFormTheme.Builder.addFile(EFormThemeResourceContext context, String filePath, StaticFormTheme.FormThemeFileMeta meta) Adds a file to the form theme.StaticFormTheme.Builder.addFilePath(EFormThemeResourceContext context, String... filePaths) Adds a file to the form theme, without any metadata. -
Uses of EFormThemeResourceContext in de.xima.fc.form.common.models
Subclasses with type arguments of type EFormThemeResourceContext in de.xima.fc.form.common.modelsMethods in de.xima.fc.form.common.models that return EFormThemeResourceContextModifier and TypeMethodDescriptionstatic EFormThemeResourceContextEFormThemeResourceContext.byContextNameOrNull(String contextName) Gets the enum constant of the resource context with the given name, or null if no such context exists.static EFormThemeResourceContextReturns the enum constant of this type with the specified name.static EFormThemeResourceContext[]EFormThemeResourceContext.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EFormThemeResourceContext in de.xima.fc.logic.form_theme
Methods in de.xima.fc.logic.form_theme with parameters of type EFormThemeResourceContextModifier and TypeMethodDescriptionstatic StringFormThemeUiHelper.getClientFormThemeFileAsPlainText(IEntityContext ec, List<ClientFormThemeFile> files, EFormThemeResourceContext resourceContext, String fileName) Gets the text content of the given client form theme file.