static StaticFormTheme.FormThemeFileMeta.Builder |
StaticFormTheme.FormThemeFileMeta.builder() |
Creates a new builder for configuring the metadata of a file in a form theme.
|
StaticFormTheme.FormThemeFileMeta.Builder |
StaticFormTheme.FormThemeFileMeta.Builder.content(byte[] content) |
|
StaticFormTheme.FormThemeFileMeta.Builder |
StaticFormTheme.FormThemeFileMeta.Builder.content(String content) |
|
StaticFormTheme.FormThemeFileMeta.Builder |
StaticFormTheme.FormThemeFileMeta.Builder.content(String content,
Charset charset) |
|
StaticFormTheme.FormThemeFileMeta.Builder |
StaticFormTheme.FormThemeFileMeta.Builder.fileLoader(StaticFormTheme.IFormThemeFileLoader fileLoader) |
Sets the file loader for retrieving the content of the form theme file, see
IFormTheme#openFile .
|
StaticFormTheme.FormThemeFileMeta.Builder |
StaticFormTheme.FormThemeFileMeta.Builder.inheritanceMode(EFormThemeFileInheritanceMode inheritanceMode) |
|
StaticFormTheme.FormThemeFileMeta.Builder |
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 |
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.
|