Subversion Repositories eFlore/Applications.del

Rev

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

Rev 592 Rev 595
Line 73... Line 73...
73
		gererEvenements();
73
		gererEvenements();
74
	}
74
	}
Line 75... Line 75...
75
 
75
 
Line -... Line 76...
-
 
76
	protected void gererEvenements() {
76
	protected void gererEvenements() {
77
 
77
 
78
		
78
		vue.getLabelDate().addClickHandler(new ClickHandler() {
79
		ClickHandler surClicDate = new ClickHandler() {
Line 79... Line 80...
79
			@Override
80
			@Override
80
			public void onClick(ClickEvent event) {
81
			public void onClick(ClickEvent event) {
Line 92... Line 93...
92
				InformationsRecherche informationsRechercheObservations = CacheClient.getInstance().getInformationsRechercheObservation();
93
				InformationsRecherche informationsRechercheObservations = CacheClient.getInstance().getInformationsRechercheObservation();
93
				informationsRechercheObservations.setTriParDate(triCourantDate);
94
				informationsRechercheObservations.setTriParDate(triCourantDate);
94
				informationsRechercheObservations.setTriParNbVotes(ModeTri.PAS_DE_TRI);
95
				informationsRechercheObservations.setTriParNbVotes(ModeTri.PAS_DE_TRI);
95
				chercherEtAfficherObservationsPageEnCours();
96
				chercherEtAfficherObservationsPageEnCours();
96
			}
97
			}
97
		});
98
		};
-
 
99
		
-
 
100
		vue.getLabelDate().addClickHandler(surClicDate);
-
 
101
		vue.getTriParDateAscendant().addClickHandler(surClicDate);
-
 
102
		vue.getTriParDateDescendant().addClickHandler(surClicDate);
98
	}
103
	}
Line 99... Line 104...
99
 
104
 
100
	public void chargerEtAfficherObservations(int debut, int fin) {
105
	public void chargerEtAfficherObservations(int debut, int fin) {
101
		vue.startChargement();
106
		vue.startChargement();