Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1644 → Rev 1645

/trunk/src/org/tela_botanica/client/vues/projet/ProjetListeVue.java
237,8 → 237,11
// au cas ou le bouton appliquer aurait été cliqué avant de valider
store.remove(projetModifie);
store.insert(projetModifie, indexElementSelectionne);
grille.repaint();
grille.getSelectionModel().select(indexElementSelectionne, true);
 
projetSelectionne = projetModifie;
int indexElementSelectionne = store.indexOf(projetSelectionne);
grille.getSelectionModel().select(indexElementSelectionne, false);
grille.getView().focusRow(indexElementSelectionne);
clicListe(projetModifie);
} else if (info.getType().equals("suppression_projet")) {
String message = info.toString();