Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1444 Rev 1467
Line 72... Line 72...
72
		presenteur.go(vue.getZoneRecherche());
72
		presenteur.go(vue.getZoneRecherche());
73
	}
73
	}
Line 74... Line 74...
74
 
74
 
75
	public void chercherObservations() {
75
	public void chercherObservations() {
-
 
76
		vue.getZoneResultats().clear();
76
		vue.getZoneResultats().clear();
77
		CacheClient.getInstance().mettreAjourUrlCourante();
77
		new ResultatsIdentiplantePresenteur(new ObservationServiceConcret(), new ResultatsIdentiplanteVue()).go(vue.getZoneResultats());
78
		new ResultatsIdentiplantePresenteur(new ObservationServiceConcret(), new ResultatsIdentiplanteVue()).go(vue.getZoneResultats());
Line 78... Line 79...
78
	}
79
	}
79
 
80
 
80
	protected void gererEvenements() {
81
	protected void gererEvenements() {
Line 81... Line 82...
81
		// Gestion du clic sur les onglets
82
		// Gestion du clic sur les onglets
82
		vue.getOngletTout().addClickHandler(new ClickHandler() {
83
		vue.getOngletTout().addClickHandler(new ClickHandler() {
83
			
84
			
84
			@Override
85
			@Override
85
			public void onClick(ClickEvent event) {
86
			public void onClick(ClickEvent event) {
86
				CacheClient.getInstance().supprimerFiltreStatut();
87
				CacheClient.getInstance().setFiltreStatut("tous");
87
				CacheClient.getInstance().setPageCouranteRechercheObservations(1);
88
				CacheClient.getInstance().setPageCouranteRechercheObservations(1);
88
				chercherObservations();
89
				chercherObservations();