Uses of Class
de.xima.fc.gui.model.form_theme.FormThemeView
Packages that use FormThemeView
-
Uses of FormThemeView in de.xima.fc.gui.model.form_theme
Methods in de.xima.fc.gui.model.form_theme that return FormThemeViewModifier and TypeMethodDescriptionFormThemeViewManager.createNewTheme(Locale locale) Creates a new form theme for the current client with the given locale.Finds the client form theme by its ID.FormThemeFileSystemManager.themeByUuid(UUID uuid) Gets the client form theme for the given UUID.FormThemeViewManager.themeByUuid(Long clientId, UUID clientFormThemeUuid) Finds the client form theme by its UUID and the ID of the client.FormThemeViewManager.themeByUuid(UUID themeUuid) Finds the client form theme by its UUID.FormThemeFileSystemManager.themeByVolumeId(String volumeId) Gets the client form theme for the given volume ID.FormThemeFileSystemManager.updateThemeDetail(String volumeId, Consumer<FormThemeView> updater) Updates a detail of the theme with the given volume ID.FormThemeViewManager.updateThemeDetail(UUID themeUuid, Consumer<FormThemeView> updater) Updates a detail of the theme with the given UUID.Methods in de.xima.fc.gui.model.form_theme that return types with arguments of type FormThemeViewModifier and TypeMethodDescriptionFormThemeViewManager.deleteThemesById(Iterable<Long> themes) Deletes the form themes with the given IDs.FormThemeFileSystemManager.themes()Gets a list of all available form themes.FormThemeViewManager.themes()Gets a list of all available form themes.Method parameters in de.xima.fc.gui.model.form_theme with type arguments of type FormThemeViewModifier and TypeMethodDescriptionFormThemeFileSystemManager.updateThemeDetail(String volumeId, Consumer<FormThemeView> updater) Updates a detail of the theme with the given volume ID.FormThemeViewManager.updateThemeDetail(UUID themeUuid, Consumer<FormThemeView> updater) Updates a detail of the theme with the given UUID.