Class ProjectGroupEditBean

All Implemented Interfaces:
Serializable

@Named @ViewScoped public class ProjectGroupEditBean extends AProjectDetailsBean
Bean for editing the groups of a project
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • ProjectGroupEditBean

      public ProjectGroupEditBean()
  • Method Details

    • getProjectGroupNames

      public Set<String> getProjectGroupNames()
    • init

      protected void init(IEntityContext ec, Projekt project)
      Overrides:
      init in class AEntityDetailsBean<Projekt>
    • ungroup

      public void ungroup()
      Action listener invoked when the user clicks on the ungroup button in the UI. Removes the form group of the currently selected form and saves the change.