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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHeader()Gets the header message for this message group.List<FormThemeDeletionModel.ThemeDeletionItem>getItems()The list ofclient form themesto which these messages apply.booleanisEmpty()Gets whether this message group is empty, i.e.
 
- 
- 
- 
Method Detail- 
getHeaderpublic String getHeader() Gets the header message for this message group.- Returns:
- The header message.
 
 - 
getItemspublic List<FormThemeDeletionModel.ThemeDeletionItem> getItems() The list ofclient form themesto which these messages apply.- Returns:
- The list of client form themes.
 
 - 
isEmptypublic boolean isEmpty() Gets whether this message group is empty, i.e. contains no themes / messages.- Returns:
- Whether this message group is empty.
 
 
- 
 
-