Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1644 → Rev 1645

/trunk/src/org/tela_botanica/client/vues/structure/StructureListeVue.java
214,10 → 214,11
// au cas ou le bouton appliquer aurait été cliqué avant de valider
store.remove(structureModifiee);
store.insert(structureModifiee, indexElementSelectionne);
grille.repaint();
grille.getSelectionModel().deselectAll();
grille.getSelectionModel().select(indexElementSelectionne, true);
clicListe(structureModifiee);
structureSelectionnee = structureModifiee;
int indexElementSelectionne = store.indexOf(structureSelectionnee);
grille.getSelectionModel().select(indexElementSelectionne, false);
grille.getView().focusRow(indexElementSelectionne);
clicListe(structureSelectionnee);
}
} else if (info.getType().equals("maj_utilisateur")) {
gererEtatActivationBouton();