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 FormThemeView
FormThemeViewManager. createNewTheme(Locale locale)
Creates a new form theme for the current client with the given locale.FormThemeView
FormThemeViewManager. themeById(Long themeId)
Finds the client form theme by its ID.FormThemeView
FormThemeFileSystemManager. themeByUuid(UUID uuid)
Gets the client form theme for the given UUID.FormThemeView
FormThemeViewManager. themeByUuid(Long clientId, UUID clientFormThemeUuid)
Finds the client form theme by its UUID and the ID of the client.FormThemeView
FormThemeViewManager. themeByUuid(UUID themeUuid)
Finds the client form theme by its UUID.FormThemeView
FormThemeFileSystemManager. themeByVolumeId(String volumeId)
Gets the client form theme for the given volume ID.FormThemeView
FormThemeFileSystemManager. updateThemeDetail(String volumeId, Consumer<FormThemeView> updater)
Updates a detail of the theme with the given volume ID.FormThemeView
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 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 FormThemeView
FormThemeFileSystemManager. updateThemeDetail(String volumeId, Consumer<FormThemeView> updater)
Updates a detail of the theme with the given volume ID.FormThemeView
FormThemeViewManager. updateThemeDetail(UUID themeUuid, Consumer<FormThemeView> updater)
Updates a detail of the theme with the given UUID.
-