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(); |