Uses of Class
de.xima.fc.gui.model.form_theme.FormThemeView
- 
Packages that use FormThemeView Package Description de.xima.fc.gui.model.form_theme  - 
- 
Uses of FormThemeView in de.xima.fc.gui.model.form_theme
Methods in de.xima.fc.gui.model.form_theme that return FormThemeView Modifier and Type Method Description FormThemeViewFormThemeViewManager. createNewTheme(Locale locale)Creates a new form theme for the current client with the given locale.FormThemeViewFormThemeViewManager. themeById(Long themeId)Finds the client form theme by its ID.FormThemeViewFormThemeFileSystemManager. themeByUuid(UUID uuid)Gets the client form theme for the given UUID.FormThemeViewFormThemeViewManager. themeByUuid(Long clientId, UUID clientFormThemeUuid)Finds the client form theme by its UUID and the ID of the client.FormThemeViewFormThemeViewManager. themeByUuid(UUID themeUuid)Finds the client form theme by its UUID.FormThemeViewFormThemeFileSystemManager. themeByVolumeId(String volumeId)Gets the client form theme for the given volume ID.FormThemeViewFormThemeFileSystemManager. updateThemeDetail(String volumeId, Consumer<FormThemeView> updater)Updates a detail of the theme with the given volume ID.FormThemeViewFormThemeViewManager. 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 FormThemeView Modifier and Type Method Description List<FormThemeView>FormThemeViewManager. deleteThemesById(Iterable<Long> themes)Deletes the form themes with the given IDs.List<FormThemeView>FormThemeFileSystemManager. themes()Gets a list of all available form themes.List<FormThemeView>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 FormThemeView Modifier and Type Method Description FormThemeViewFormThemeFileSystemManager. updateThemeDetail(String volumeId, Consumer<FormThemeView> updater)Updates a detail of the theme with the given volume ID.FormThemeViewFormThemeViewManager. updateThemeDetail(UUID themeUuid, Consumer<FormThemeView> updater)Updates a detail of the theme with the given UUID. 
 -