Subversion Repositories eFlore/Applications.del

Rev

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

Rev 593 Rev 594
Line 132... Line 132...
132
		
132
		
133
		vue.getLabelVote().addClickHandler(surClicTriVote);
133
		vue.getLabelVote().addClickHandler(surClicTriVote);
134
		vue.getTriParNbVotesAscendant().addClickHandler(surClicTriVote);
134
		vue.getTriParNbVotesAscendant().addClickHandler(surClicTriVote);
Line 135... Line 135...
135
		vue.getTriParNbVotesDescendant().addClickHandler(surClicTriVote);
135
		vue.getTriParNbVotesDescendant().addClickHandler(surClicTriVote);
136
		
136
		
137
		ClickHandler surClicTriImage = new ClickHandler() {
137
		ClickHandler surClicTriDate = new ClickHandler() {
138
			@Override
138
			@Override
139
			public void onClick(ClickEvent event) {
139
			public void onClick(ClickEvent event) {
140
				surClicTriImage();
140
				surClicTriDate();
Line 141... Line 141...
141
			}
141
			}
142
		};
142
		};
143
		
143
		
Line 144... Line 144...
144
		vue.getLabelDate().addClickHandler(surClicTriImage);
144
		vue.getLabelDate().addClickHandler(surClicTriDate);
145
		vue.getTriParDateAscendant().addClickHandler(surClicTriImage);
145
		vue.getTriParDateAscendant().addClickHandler(surClicTriDate);
146
		vue.getTriParDateDescendant().addClickHandler(surClicTriImage);
146
		vue.getTriParDateDescendant().addClickHandler(surClicTriDate);
147
		
147
		
Line 175... Line 175...
175
		informationsRechercheImages.setIdProtocoleSelectionne(IdProtocole + "");
175
		informationsRechercheImages.setIdProtocoleSelectionne(IdProtocole + "");
176
		informationsRechercheImages.setTriParDate(ModeTri.PAS_DE_TRI);
176
		informationsRechercheImages.setTriParDate(ModeTri.PAS_DE_TRI);
177
		chargerEtAfficherImagesPageEnCours();
177
		chargerEtAfficherImagesPageEnCours();
178
	}
178
	}
Line 179... Line 179...
179
 
179
 
180
	public void surClicTriImage() {
180
	public void surClicTriDate() {
181
		vue.masquerVoteDescendant();
181
		vue.masquerVoteDescendant();
182
		vue.masquerVoteAscendant();
182
		vue.masquerVoteAscendant();
183
		if (triCourantDate == ModeTri.TRI_ASCENDANT) {
183
		if (triCourantDate == ModeTri.TRI_ASCENDANT) {
184
			triCourantDate = ModeTri.TRI_DESCENDANT;
184
			triCourantDate = ModeTri.TRI_DESCENDANT;