Uses of Class
de.xima.fc.gui.model.form_theme.FormThemeDeletionModel
-
Packages that use FormThemeDeletionModel Package Description de.xima.fc.gui.bean.form_theme de.xima.fc.gui.model.form_theme -
-
Uses of FormThemeDeletionModel in de.xima.fc.gui.bean.form_theme
Methods in de.xima.fc.gui.bean.form_theme that return FormThemeDeletionModel Modifier and Type Method Description FormThemeDeletionModel
FormThemeDeletionBean. getDeletionModel()
When the user wishes to delete a set of client form themes, a dialog is shown to the user with the themes to be deleted. -
Uses of FormThemeDeletionModel in de.xima.fc.gui.model.form_theme
Methods in de.xima.fc.gui.model.form_theme that return FormThemeDeletionModel Modifier and Type Method Description static FormThemeDeletionModel
FormThemeDeletionModel. forThemes(IEntityContext ec, Mandant client, Locale locale, List<ClientFormTheme> themesToDelete)
Creates the model for the given themes to be deleted.
-