Subversion Repositories eFlore/Applications.cel

Rev

Rev 1547 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1547 Rev 1557
Line 440... Line 440...
440
		}
440
		}
Line 441... Line 441...
441
		
441
		
442
		// Affichage de l'image correspondante
442
		// Affichage de l'image correspondante
443
		if(details.isVisible()) {
443
		if(details.isVisible()) {
444
			// Affichage de la carte de repartition correspondante
444
			// Affichage de la carte de repartition correspondante
445
			String numeroNomenclaturalSaisiObservation = obs.getNumeroNomenclaturalRetenu() ;
445
			String numeroNomenclaturalSaisiObservation = obs.getNumeroNomenclaturalRetenu();
446
			if(numeroNomenclaturalSaisiObservation != null && !numeroNomenclaturalSaisiObservation.isEmpty()) {
446
			if(numeroNomenclaturalSaisiObservation != null && !numeroNomenclaturalSaisiObservation.isEmpty()) {
447
				observationModele.obtenirImageInformationRepartition(informationRepartitionVue,obs.getCodeCourtReferentielTaxo(), numeroNomenclaturalSaisiObservation) ;
-
 
448
				liExtVue.rafraichir(numeroNomenclaturalSaisiObservation, false);
447
				observationModele.obtenirImageInformationRepartition(informationRepartitionVue,obs.getCodeCourtReferentielTaxo(), numeroNomenclaturalSaisiObservation) ;
-
 
448
				observationModele.obtenirImageGenerique(imageGeneriqueVue,obs.getCodeCourtReferentielTaxo(), numeroNomenclaturalSaisiObservation) ;
449
				observationModele.obtenirImageGenerique(imageGeneriqueVue,obs.getCodeCourtReferentielTaxo(), numeroNomenclaturalSaisiObservation) ;
449
			} else {
450
				observationModele.obtenirLiaisonImage(mvz, obs.getId()) ;
-
 
-
 
450
				informationRepartitionVue.rafraichir("", false);
451
 
451
				imageGeneriqueVue.rafraichir("", false);
-
 
452
			}
-
 
453
			observationModele.obtenirLiaisonImage(mvz, obs.getId()) ;
452
			}
454
			liExtVue.rafraichir(numeroNomenclaturalSaisiObservation, false);
453
		}
455
		}
454
		filtres.getArbreMotsClesObservationVue().rafraichir(obs.getMotsCles(), false);
456
		filtres.getArbreMotsClesObservationVue().rafraichir(obs.getMotsCles(), false);
Line 455... Line 457...
455
	}
457
	}