Subversion Repositories eFlore/Applications.coel

Rev

Rev 1637 | Rev 1680 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1637 Rev 1645
Line 212... Line 212...
212
						structureSelectionnee = null;
212
						structureSelectionnee = null;
213
					}
213
					}
214
					// au cas ou le bouton appliquer aurait été cliqué avant de valider
214
					// au cas ou le bouton appliquer aurait été cliqué avant de valider
215
					store.remove(structureModifiee);
215
					store.remove(structureModifiee);
216
					store.insert(structureModifiee, indexElementSelectionne);
216
					store.insert(structureModifiee, indexElementSelectionne);
217
					grille.repaint();
217
					structureSelectionnee = structureModifiee;
218
					grille.getSelectionModel().deselectAll();
218
					int indexElementSelectionne = store.indexOf(structureSelectionnee);
219
					grille.getSelectionModel().select(indexElementSelectionne, true);
219
					grille.getSelectionModel().select(indexElementSelectionne, false);
-
 
220
					grille.getView().focusRow(indexElementSelectionne);
220
					clicListe(structureModifiee);
221
					clicListe(structureSelectionnee);
221
				}
222
				}
222
			} else if (info.getType().equals("maj_utilisateur")) {
223
			} else if (info.getType().equals("maj_utilisateur")) {
223
				gererEtatActivationBouton();
224
				gererEtatActivationBouton();
224
			} else if (info.getType().equals("suppression_structure_a_personne")) {
225
			} else if (info.getType().equals("suppression_structure_a_personne")) {
225
				// Affichage d'un message d'information 
226
				// Affichage d'un message d'information