Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1108 Rev 1109
Line 485... Line 485...
485
		return id;
485
		return id;
486
	}
486
	}
Line 487... Line 487...
487
		
487
		
488
	public void selectionnerProjetCourant(Projet projetSelectionne) {
488
	public void selectionnerProjetCourant(Projet projetSelectionne) {
489
		Registry.register(RegistreId.PROJET_COURANT, projetSelectionne);
489
		Registry.register(RegistreId.PROJET_COURANT, projetSelectionne);
-
 
490
		if (panneauCentre.getContenu() instanceof AccueilVue)	{
-
 
491
			desactiverChargement();
490
		if (panneauCentre.getContenu() instanceof ProjetVue)	{
492
		} else if (panneauCentre.getContenu() instanceof ProjetVue)	{
491
			selectionnerProjet(panneauCentre.getContenu(), null);
493
			selectionnerProjet(panneauCentre.getContenu(), null);
492
		} else if (panneauCentre.getContenu() instanceof StructureVue)	{
494
		} else if (panneauCentre.getContenu() instanceof StructureVue)	{
493
			selectionnerStructure(panneauCentre.getContenu(), null);
495
			selectionnerStructure(panneauCentre.getContenu(), null);
494
		} else if (panneauCentre.getContenu() instanceof CollectionVue)	{
496
		} else if (panneauCentre.getContenu() instanceof CollectionVue)	{