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 the FormThemeDeletionModel.
Since:
8.3.0
See Also:
  • Method Details

    • getHeader

      public String getHeader()
      Gets the header message for this message group.
      Returns:
      The header message.
    • getItems

      The list of client 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.