Différences
Ci-dessous, les différences entre deux révisions de la page.
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.briens | etudiants: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' | ||
+ | |||
==== 1- Fonctionnalités ==== | ==== 1- Fonctionnalités ==== | ||
Ligne 91: | Ligne 96: | ||
- | === 3.2 Cproducts - Delete Product === | + | === 3.3 Cproducts - Delete Product === |
<sxh php; | <sxh php; | ||
Ligne 116: | Ligne 121: | ||
- | === 3.2 Cproducts - Edit collaborator === | + | === 3.4 Cproducts - Edit collaborator === |
<sxh php; | <sxh php; | ||
Ligne 136: | Ligne 141: | ||
</ | </ | ||
- | === 3.2 Cproducts - Open product=== | + | === 3.5 Cproducts - Open product=== |
<sxh php; | <sxh php; | ||
- | | + | |
@Override | @Override | ||
public void widgetSelected(SelectionEvent arg0) { | public void widgetSelected(SelectionEvent arg0) { | ||
- | EditCollaboratorsProduct vAddCollaborators | + | OverviewProduct overview |
- | CeditCollaboratorsProduct cEditCollaborators | + | overview.init(); |
- | vAddCollaborators.init(); | + | CoverviewProduct cOverview |
- | cEditCollaborators.init(productActif); | + | cOverview.listener(userActif, |
- | cEditCollaborators.listener(productActif); | + | cOverview.init(userActif, |
- | vAddCollaborators.open(); | + | cOverview.reload(userActif, |
+ | view.close(); | ||
+ | overview.open(); | ||
} | } | ||