BrightSide Workbench Full Report + Source Code
org.turro.dossier.zul.dossier.DossierRoleCtrl Class Reference
Inheritance diagram for org.turro.dossier.zul.dossier.DossierRoleCtrl:
Collaboration diagram for org.turro.dossier.zul.dossier.DossierRoleCtrl:

Public Member Functions

 DossierRoleCtrl ()
 
Set< ParticipantRolegetRoleSet ()
 
void setRoleSet (Set< ParticipantRole > roleSet)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 39 of file DossierRoleCtrl.java.

Constructor & Destructor Documentation

◆ DossierRoleCtrl()

org.turro.dossier.zul.dossier.DossierRoleCtrl.DossierRoleCtrl ( )

Definition at line 44 of file DossierRoleCtrl.java.

44  {
45  setReadonly(true);
46  addPopup();
47  }

Member Function Documentation

◆ getRoleSet()

Set<ParticipantRole> org.turro.dossier.zul.dossier.DossierRoleCtrl.getRoleSet ( )

Definition at line 49 of file DossierRoleCtrl.java.

49  {
50  return roleSet;
51  }

◆ setRoleSet()

void org.turro.dossier.zul.dossier.DossierRoleCtrl.setRoleSet ( Set< ParticipantRole roleSet)

Definition at line 53 of file DossierRoleCtrl.java.

53  {
54  this.roleSet = roleSet;
55  updateCheckMarks();
56  updateText();
57  }

The documentation for this class was generated from the following file: