Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1208 Rev 1549
Line 134... Line 134...
134
				} else {
134
				} else {
135
					CacheClient.getInstance().setImageCourante(null);
135
					CacheClient.getInstance().setImageCourante(null);
136
				}
136
				}
Line 137... Line 137...
137
 
137
 
138
				new MetadonneesPresenteur(new MetadonneesEnLigneVue(), cache.getObservationCourante(), ModeRecherche.MODE_OBSERVATION, false).go(vue.getMetadonnees());
138
				new MetadonneesPresenteur(new MetadonneesEnLigneVue(), cache.getObservationCourante(), ModeRecherche.MODE_OBSERVATION, false).go(vue.getMetadonnees());
139
				new ObservationImagesPresenteur(new ObservationImagesVue(), cache.getObservationCourante(), CacheClient.getInstance().getImageCourante(), ConstantesNavigation.PAGE_VALIDATION_PICTOFLORA).go(vue.getDetailImageObservation());
139
				new ObservationImagesPresenteur(new ObservationImagesVue(), cache.getObservationCourante(), CacheClient.getInstance().getImageCourante(), ConstantesNavigation.PAGE_DETAIL_IMG).go(vue.getDetailImageObservation());
140
				chargerEtAjouterLignesVotesProtocole();
140
				chargerEtAjouterLignesVotesProtocole();
141
				new ForumPresenteur(new ForumVue()).go(vue.getForum());
141
				new ForumPresenteur(new ForumVue()).go(vue.getForum());
Line 142... Line 142...
142
				new FormulaireRechercheEflorePresenteur().go(vue.getFormulaireRechercheEflore());
142
				new FormulaireRechercheEflorePresenteur().go(vue.getFormulaireRechercheEflore());
Line 247... Line 247...
247
 
247
 
248
			@Override
248
			@Override
249
			public void onChangementImage(EvenementChangementImageValidation event) {
249
			public void onChangementImage(EvenementChangementImageValidation event) {
250
				vue.getDetailImageObservation().clear();
250
				vue.getDetailImageObservation().clear();
251
				vue.getVoteProtocole().clear();
251
				vue.getVoteProtocole().clear();
252
				new ObservationImagesPresenteur(new ObservationImagesVue(), cache.getObservationCourante(), CacheClient.getInstance().getImageCourante(), ConstantesNavigation.PAGE_VALIDATION_PICTOFLORA).go(vue.getDetailImageObservation());
252
				new ObservationImagesPresenteur(new ObservationImagesVue(), cache.getObservationCourante(), CacheClient.getInstance().getImageCourante(), ConstantesNavigation.PAGE_DETAIL_IMG).go(vue.getDetailImageObservation());
253
				chargerEtAjouterLignesVotesProtocole();
253
				chargerEtAjouterLignesVotesProtocole();
254
			}
254
			}