Package de.xima.fc.gui.model.form_theme
Class FormThemeDeletionModel.ThemeGroup
- java.lang.Object
-
- de.xima.fc.gui.model.form_theme.FormThemeDeletionModel.ThemeGroup
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FormThemeDeletionModel
public static final class FormThemeDeletionModel.ThemeGroup extends Object implements Serializable
A group of themes that were requested to be deleted. Contains a header message, a list of detail messages for each theme, as well as the themes themselves. Used by theFormThemeDeletionModel
.- Since:
- 8.3.0
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHeader()
Gets the header message for this message group.List<FormThemeDeletionModel.ThemeDeletionItem>
getItems()
The list ofclient form themes
to which these messages apply.boolean
isEmpty()
Gets whether this message group is empty, i.e.
-
-
-
Method Detail
-
getHeader
public String getHeader()
Gets the header message for this message group.- Returns:
- The header message.
-
getItems
public List<FormThemeDeletionModel.ThemeDeletionItem> getItems()
The list ofclient form themes
to which these messages apply.- Returns:
- The list of client form themes.
-
isEmpty
public boolean isEmpty()
Gets whether this message group is empty, i.e. contains no themes / messages.- Returns:
- Whether this message group is empty.
-
-