Uses of Class
de.xima.fc.common.form_theme.StaticFormTheme.Builder
Packages that use StaticFormTheme.Builder
-
Uses of StaticFormTheme.Builder in de.xima.fc.common.form_theme
Methods in de.xima.fc.common.form_theme that return StaticFormTheme.BuilderModifier and TypeMethodDescriptionStaticFormTheme.Builder.addCssClass(String... cssClasses) Adds the CSS classes to the form theme, seeIFormTheme.getCssClasses().StaticFormTheme.Builder.addFile(EFormThemeResourceContext context, String filePath, StaticFormTheme.FormThemeFileMeta meta) Adds a file to the form theme.StaticFormTheme.Builder.addFile(String 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.StaticFormTheme.Builder.addFilePath(String context, String... filePaths) Adds a file to the form theme, without any metadata.StaticFormTheme.Builder.addFilePaths(Map<String, ? extends Collection<String>> filePaths) Adds files to the form theme, without any metadata.static StaticFormTheme.BuilderStaticFormTheme.builder()Creates a new builder for a form theme.StaticFormTheme.Builder.cssClasses(Set<String> cssClasses) Sets the CSS classes for the form theme, seeIFormTheme.getCssClasses().StaticFormTheme.Builder.displayName(String displayName) Sets the display name for the form theme, seeIFormTheme.getDisplayName(Locale).StaticFormTheme.Builder.displayName(Function<Locale, String> displayName) Sets the display name for the form theme, seeIFormTheme.getDisplayName(Locale).StaticFormTheme.Builder.fallbackFileLoader(StaticFormTheme.IFormThemeFileLoader fallbackFileLoader) Sets the fallback loader for the content of a form theme file, seeIFormTheme#openFile.StaticFormTheme.Builder.fallbackInheritanceModeProvider(StaticFormTheme.IFormThemeInheritanceModeProvider fallbackInheritanceModeProvider) Sets the fallback inheritance mode provider for the form theme, seeIFormTheme#getFileInheritanceMode.StaticFormTheme.Builder.fallbackOfferCssClassesAsSuggestionsProvider(StaticFormTheme.IFormThemeOfferCssClassesAsSuggestionsProvider fallbackOfferCssClassesAsSuggestionsProvider) Sets the fallback provider for the flag that indicates whether to offer CSS classes as suggestions, for a file in a form theme.Set the files of the form theme, overriding any previously set files.Sets the group name for the form theme, seeIFormTheme.getGroupName(Locale).Sets the group name for the form theme, seeIFormTheme.getGroupName(Locale).StaticFormTheme.Builder.parent(FormThemeReference parent) Sets the parent form theme for the form theme, seeIFormTheme.getParentFormTheme().