Uses of Class
de.xima.fc.common.form_theme.StaticFormTheme.FormThemeFileMeta.Builder
Packages that use StaticFormTheme.FormThemeFileMeta.Builder
-
Uses of StaticFormTheme.FormThemeFileMeta.Builder in de.xima.fc.common.form_theme
Methods in de.xima.fc.common.form_theme that return StaticFormTheme.FormThemeFileMeta.BuilderModifier and TypeMethodDescriptionStaticFormTheme.FormThemeFileMeta.builder()Creates a new builder for configuring the metadata of a file in a form theme.StaticFormTheme.FormThemeFileMeta.Builder.content(byte[] content) Sets the content of the form theme file, seeIFormTheme#openFile.Sets the content of the form theme file, seeIFormTheme#openFile.Sets the content of the form theme file, seeIFormTheme#openFile.StaticFormTheme.FormThemeFileMeta.Builder.fileLoader(StaticFormTheme.IFormThemeFileLoader fileLoader) Sets the file loader for retrieving the content of the form theme file, seeIFormTheme#openFile.StaticFormTheme.FormThemeFileMeta.Builder.inheritanceMode(EFormThemeFileInheritanceMode inheritanceMode) Sets the inheritance mode for the form theme file, seeIFormTheme#getFileInheritanceMode.StaticFormTheme.FormThemeFileMeta.Builder.offerCssClassesAsSuggestions()Indicates that CSS classes of the form theme file should be offered as suggestions in the form designer.StaticFormTheme.FormThemeFileMeta.Builder.offerCssClassesAsSuggestions(boolean offerCssClassesAsSuggestions) Sets whether the CSS classes of the form theme file should be offered as suggestions in the form designer.