Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1104 Rev 1113
Line 130... Line 130...
130
				} else {
130
				} else {
131
					CacheClient.getInstance().setImageCourante(null);
131
					CacheClient.getInstance().setImageCourante(null);
132
				}
132
				}
Line 133... Line 133...
133
 
133
 
134
				new MetadonneesPresenteur(new MetadonneesEnLigneVue(), cache.getObservationCourante(), ModeRecherche.MODE_OBSERVATION, false).go(vue.getMetadonnees());
134
				new MetadonneesPresenteur(new MetadonneesEnLigneVue(), cache.getObservationCourante(), ModeRecherche.MODE_OBSERVATION, false).go(vue.getMetadonnees());
135
				new ObservationImagesPresenteur(new ObservationImagesVue(), cache.getObservationCourante(), CacheClient.getInstance().getImageCourante()).go(vue.getDetailImageObservation());
135
				new ObservationImagesPresenteur(new ObservationImagesVue(), cache.getObservationCourante(), CacheClient.getInstance().getImageCourante(), ConstantesNavigation.PAGE_VALIDATION).go(vue.getDetailImageObservation());
136
				chargerEtAjouterLignesVotesProtocole();
136
				chargerEtAjouterLignesVotesProtocole();
137
				new ForumPresenteur(new ForumVue()).go(vue.getForum());
137
				new ForumPresenteur(new ForumVue()).go(vue.getForum());
Line 138... Line 138...
138
				new FormulaireRechercheEflorePresenteur().go(vue.getFormulaireRechercheEflore());
138
				new FormulaireRechercheEflorePresenteur().go(vue.getFormulaireRechercheEflore());
Line 240... Line 240...
240
 
240
 
241
			@Override
241
			@Override
242
			public void onChangementImage(EvenementChangementImageValidation event) {
242
			public void onChangementImage(EvenementChangementImageValidation event) {
243
				vue.getDetailImageObservation().clear();
243
				vue.getDetailImageObservation().clear();
244
				vue.getVoteProtocole().clear();
244
				vue.getVoteProtocole().clear();
245
				new ObservationImagesPresenteur(new ObservationImagesVue(), cache.getObservationCourante(), CacheClient.getInstance().getImageCourante()).go(vue.getDetailImageObservation());
245
				new ObservationImagesPresenteur(new ObservationImagesVue(), cache.getObservationCourante(), CacheClient.getInstance().getImageCourante(), ConstantesNavigation.PAGE_VALIDATION).go(vue.getDetailImageObservation());
246
				chargerEtAjouterLignesVotesProtocole();
246
				chargerEtAjouterLignesVotesProtocole();
247
			}
247
			}