Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1547 Rev 1557
Line 443... Line 443...
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) ;
447
				observationModele.obtenirImageInformationRepartition(informationRepartitionVue,obs.getCodeCourtReferentielTaxo(), numeroNomenclaturalSaisiObservation) ;
448
				liExtVue.rafraichir(numeroNomenclaturalSaisiObservation, false);
-
 
449
				observationModele.obtenirImageGenerique(imageGeneriqueVue,obs.getCodeCourtReferentielTaxo(), numeroNomenclaturalSaisiObservation) ;
448
				observationModele.obtenirImageGenerique(imageGeneriqueVue,obs.getCodeCourtReferentielTaxo(), numeroNomenclaturalSaisiObservation) ;
-
 
449
			} else {
450
				observationModele.obtenirLiaisonImage(mvz, obs.getId()) ;
450
				informationRepartitionVue.rafraichir("", false);
451
 
-
 
-
 
451
				imageGeneriqueVue.rafraichir("", false);
452
			}
452
			}
-
 
453
			observationModele.obtenirLiaisonImage(mvz, obs.getId()) ;
-
 
454
			liExtVue.rafraichir(numeroNomenclaturalSaisiObservation, false);
453
		}
455
		}
454
		filtres.getArbreMotsClesObservationVue().rafraichir(obs.getMotsCles(), false);
456
		filtres.getArbreMotsClesObservationVue().rafraichir(obs.getMotsCles(), false);
455
	}
457
	}
Line 456... Line 458...
456
	
458