Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1010 Rev 1101
Line 23... Line 23...
23
		public HasWidgets getZoneRecherche();
23
		public HasWidgets getZoneRecherche();
Line 24... Line 24...
24
 
24
 
Line 25... Line 25...
25
		public HasWidgets getZoneResultats();
25
		public HasWidgets getZoneResultats();
-
 
26
 
-
 
27
		HasClickHandlers getLienAjoutObservation();
Line 26... Line 28...
26
 
28
		
Line 27... Line 29...
27
		HasClickHandlers getLienAjoutObservation();
29
		public String getValeurRadioStatut();
Line 53... Line 55...
53
		presenteur.go(vue.getZoneRecherche());
55
		presenteur.go(vue.getZoneRecherche());
54
	}
56
	}
Line 55... Line 57...
55
 
57
 
56
	public void chercherObservations() {
58
	public void chercherObservations() {
57
		vue.getZoneResultats().clear();
59
		vue.getZoneResultats().clear();
58
		new ResultatsRechercheObservationsPresenteur(new ObservationServiceConcret(), new ResultatsRechercheObservationsVue()).go(vue.getZoneResultats());
60
		new ResultatsRechercheObservationsPresenteur(new ObservationServiceConcret(), new ResultatsRechercheObservationsVue(), vue.getValeurRadioStatut()).go(vue.getZoneResultats());
Line 59... Line 61...
59
	}
61
	}
60
 
62
 
61
	protected void gererEvenements() {
63
	protected void gererEvenements() {