Uses of Class
de.xima.fc.form.common.models.EFormThemeResourceContext
-
Packages that use EFormThemeResourceContext Package Description de.xima.fc.common.form_theme de.xima.fc.form.common.models de.xima.fc.logic.form_theme -
-
Uses of EFormThemeResourceContext in de.xima.fc.common.form_theme
Methods in de.xima.fc.common.form_theme with parameters of type EFormThemeResourceContext Modifier and Type Method Description StaticFormTheme.Builder
StaticFormTheme.Builder. addFile(EFormThemeResourceContext context, String filePath, StaticFormTheme.FormThemeFileMeta meta)
Adds a file to the form theme.StaticFormTheme.Builder
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
Methods in de.xima.fc.form.common.models that return EFormThemeResourceContext Modifier and Type Method Description static EFormThemeResourceContext
EFormThemeResourceContext. byContextNameOrNull(String contextName)
Gets the enum constant of the resource context with the given name, or null if no such context exists.static EFormThemeResourceContext
EFormThemeResourceContext. valueOf(String name)
Returns 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 EFormThemeResourceContext Modifier and Type Method Description static String
FormThemeUiHelper. getClientFormThemeFileAsPlainText(IEntityContext ec, List<ClientFormThemeFile> files, EFormThemeResourceContext resourceContext, String fileName)
Gets the text content of the given client form theme file.
-