Class FormThemeDeletionModel.ThemeDeletionItem
java.lang.Object
de.xima.fc.gui.model.form_theme.FormThemeDeletionModel.ThemeDeletionItem
- All Implemented Interfaces:
Serializable
- Enclosing class:
FormThemeDeletionModel
public static final class FormThemeDeletionModel.ThemeDeletionItem
extends Object
implements Serializable
A single item from a
FormThemeDeletionModel.ThemeGroup that represents a client form theme to be deleted. Used by the
FormThemeDeletionModel. Contains a message describing the item, such as why it cannot be deleted.- Since:
- 8.3.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the localized detail message for this theme.Gets the ID of the client form theme to be deleted.Gets the name of the client form theme to be deleted.Gets the UUID of the client form theme to be deleted.Gets the file explorer volume ID of the theme to be deleted.booleanisDelete()Gets whether this theme should be deleted.voidsetDelete(boolean delete) Sets whether this theme should be deleted.
-
Method Details
-
getDetail
Gets the localized detail message for this theme.- Returns:
- The detail message.
-
getThemeId
Gets the ID of the client form theme to be deleted.- Returns:
- The client form theme ID.
-
getThemeName
Gets the name of the client form theme to be deleted.- Returns:
- The client form theme name.
-
getThemeUuid
Gets the UUID of the client form theme to be deleted.- Returns:
- The client form theme UUID.
-
getVolumeId
Gets the file explorer volume ID of the theme to be deleted.- Returns:
- The theme's volume ID.
-
isDelete
public boolean isDelete()Gets whether this theme should be deleted.- Returns:
- Whether this theme should be deleted.
-
setDelete
public void setDelete(boolean delete) Sets whether this theme should be deleted.- Parameters:
delete- Whether this theme should be deleted.
-