etudiants:2014:bertrand:scrumtool1

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
etudiants:2014:bertrand:scrumtool1 [2014/05/27 15:50] florian.briensetudiants:2014:bertrand:scrumtool1 [2019/08/31 14:21] (Version actuelle) – modification externe 127.0.0.1
Ligne 2: Ligne 2:
  
 ===== Gestion des projets ===== ===== Gestion des projets =====
 +
 +Description :
 +
 +Cette fonctionnalité est essentielle pour l'application. En effet elle permet l'ajout, la modification ainsi que la suppression d'un projet.
 +
  
 ==== 1- Fonctionnalités ==== ==== 1- Fonctionnalités ====
Ligne 91: Ligne 96:
  
  
-=== 3.Cproducts - Delete Product ===+=== 3.Cproducts - Delete Product ===
  
 <sxh php;title:Cproduct/delete product> <sxh php;title:Cproduct/delete product>
Ligne 116: Ligne 121:
  
  
-=== 3.Cproducts - Edit collaborator ===+=== 3.Cproducts - Edit collaborator ===
  
 <sxh php;title:Cproduct/edit collaborator> <sxh php;title:Cproduct/edit collaborator>
Ligne 136: Ligne 141:
 </sxh> </sxh>
  
-=== 3.Cproducts - Open product===+=== 3.Cproducts - Open product===
  
 <sxh php;title:Cproduct/open product> <sxh php;title:Cproduct/open product>
      
-    view.getTltmEditCollaboratorsProduct().addSelectionListener(new SelectionListener() {+    view.getTltmOpenProduct().addSelectionListener(new SelectionListener() {
  
  @Override  @Override
  public void widgetSelected(SelectionEvent arg0) {  public void widgetSelected(SelectionEvent arg0) {
- EditCollaboratorsProduct vAddCollaborators = new EditCollaboratorsProduct(); + OverviewProduct overview = new OverviewProduct(); 
- CeditCollaboratorsProduct cEditCollaborators = new CeditCollaboratorsProduct(vAddCollaborators); + overview.init(); 
- vAddCollaborators.init(); + CoverviewProduct cOverview = new CoverviewProduct(overview); 
- cEditCollaborators.init(productActif); + cOverview.listener(userActif,productActif); 
- cEditCollaborators.listener(productActif); + cOverview.init(userActif, productActif); 
- vAddCollaborators.open();+ cOverview.reload(userActif, productActif); 
 + view.close(); 
 + overview.open();
  }  }
  
  • etudiants/2014/bertrand/scrumtool1.1401198627.txt.gz
  • Dernière modification : il y a 6 ans
  • (modification externe)