Class FormThemeDeletionModel.ThemeGroup
java.lang.Object
de.xima.fc.gui.model.form_theme.FormThemeDeletionModel.ThemeGroup
- All Implemented Interfaces:
Serializable
- Enclosing class:
FormThemeDeletionModel
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 the
FormThemeDeletionModel.- Since:
- 8.3.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the header message for this message group.getItems()The list ofclient form themesto which these messages apply.booleanisEmpty()Gets whether this message group is empty, i.e. contains no themes / messages.
-
Method Details
-
getHeader
Gets the header message for this message group.- Returns:
- The header message.
-
getItems
The list ofclient form themesto 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.
-