Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1074 Rev 1078
Line 81... Line 81...
81
	}
81
	}
Line 82... Line 82...
82
 
82
 
83
	public void go(HasWidgets composite) {
83
	public void go(HasWidgets composite) {
84
		composite.add(vue.asWidget());
84
		composite.add(vue.asWidget());
85
		vue.loadImage(image);
85
		vue.loadImage(image);
86
		new MetadonneesPresenteur(new MetadonneesVue(), image.getObservation(), ModeRecherche.MODE_IMAGE).go(vue.getMetadonnees());
86
		new MetadonneesPresenteur(new MetadonneesVue(), image.getObservation(), ModeRecherche.MODE_IMAGE, true).go(vue.getMetadonnees());
87
		chargerDonneesValidation();
87
		chargerDonneesValidation();
88
		gererEvenements();
88
		gererEvenements();
Line 89... Line 89...
89
	}
89
	}