Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 172 Rev 180
Line 367... Line 367...
367
		((MenuPanneauVue) Registry.get(RegistreId.PANNEAU_OUEST)).rafraichir(projets);			
367
		((MenuPanneauVue) Registry.get(RegistreId.PANNEAU_OUEST)).rafraichir(projets);			
368
	}
368
	}
Line 369... Line 369...
369
	
369
	
370
	public void selectionnerProjet(String selectedIndexValue) {
370
	public void selectionnerProjet(String selectedIndexValue) {
-
 
371
		Registry.register(RegistreId.PROJET, selectedIndexValue);
371
		Registry.register(RegistreId.PROJET, selectedIndexValue);
372
		//TODO : A la sélection d'un projet, la liste affichée, quelqu'elle soit, devrait être actualisée ...
372
	}
373
	}
373
}
374
}