Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1566 Rev 1583
Line 1... Line 1...
1
package org.tela_botanica.del.client.composants.votes.moyennevotes;
1
package org.tela_botanica.del.client.composants.votes.moyennevotes;
Line -... Line 2...
-
 
2
 
-
 
3
import java.util.HashMap;
2
 
4
 
3
import org.cobogw.gwt.user.client.ui.Rating;
5
import org.cobogw.gwt.user.client.ui.Rating;
4
import org.tela_botanica.del.client.composants.votes.barrerepartition.InfoBulleAnim;
6
import org.tela_botanica.del.client.composants.votes.barrerepartition.InfoBulleAnim;
Line 5... Line 7...
5
import org.tela_botanica.del.client.i18n.I18n;
7
import org.tela_botanica.del.client.i18n.I18n;
-
 
8
 
-
 
9
import com.google.gwt.core.client.GWT;
6
 
10
import com.google.gwt.dom.client.DivElement;
7
import com.google.gwt.core.client.GWT;
11
import com.google.gwt.dom.client.SpanElement;
-
 
12
import com.google.gwt.event.dom.client.HasClickHandlers;
8
import com.google.gwt.event.dom.client.HasClickHandlers;
13
import com.google.gwt.event.dom.client.HasMouseMoveHandlers;
9
import com.google.gwt.event.dom.client.HasMouseMoveHandlers;
14
import com.google.gwt.i18n.client.NumberFormat;
-
 
15
import com.google.gwt.uibinder.client.UiBinder;
10
import com.google.gwt.uibinder.client.UiBinder;
16
import com.google.gwt.uibinder.client.UiField;
11
import com.google.gwt.uibinder.client.UiField;
17
import com.google.gwt.user.client.Window;
12
import com.google.gwt.user.client.ui.Button;
18
import com.google.gwt.user.client.ui.Button;
13
import com.google.gwt.user.client.ui.Composite;
19
import com.google.gwt.user.client.ui.Composite;
14
import com.google.gwt.user.client.ui.FocusPanel;
20
import com.google.gwt.user.client.ui.FocusPanel;
Line 34... Line 40...
34
	
40
	
35
	@UiField
41
	@UiField
Line 36... Line 42...
36
	FocusPanel voter;
42
	FocusPanel voter;
37
 
43
 
Line 38... Line 44...
38
	@UiField
44
	@UiField
39
	Panel votePrisEnCompte, voteModifie, voteSupprime, zoneFleur;
45
	Panel votePrisEnCompte, voteModifie, voteSupprime, zoneFleur, panneauDetailVotes;
Line 40... Line 46...
40
	
46
	
41
	@UiField
47
	@UiField
42
	Label nbVotes, protocole, noteGenerale, nbPoints;
48
	Label nbVotes, protocole, noteGenerale/*, nbPoints*/, zoneVoter, lienPanneauFermer;
-
 
49
 
-
 
50
	@UiField 
-
 
51
	Button boutonAnnuler;
-
 
52
 
43
 
53
	@UiField
44
	@UiField 
54
	// pour le panneau de détail des votes
Line -... Line 55...
-
 
55
	SpanElement pdvMoyenneArithmetique, pdvMoyennePonderee, pdvMediane, pdvNbPoints,
-
 
56
				votants5, votants4, votants3, votants2, votants1;
45
	Button boutonAnnuler;
57
	@UiField
46
	
58
	DivElement barre5, barre4, barre3, barre2, barre1;
47
	@UiField
59
	
48
	Label zoneVoter;
60
	public static final double TAILLE_MAX_BARRE = 135; // si "int", peut faire foirer les divisions
49
	
61
 
50
	public MoyenneVoteVue() {
62
	public MoyenneVoteVue() {
-
 
63
		initWidget(uiBinder.createAndBindUi(this));
51
		initWidget(uiBinder.createAndBindUi(this));
64
		votes = new Rating(0, 5);
52
		votes = new Rating(0, 5);
65
		votes.setReadOnly(false);
53
		votes.setReadOnly(false);
66
		voter.add(votes);
54
		voter.add(votes);
67
		masquerBoutonAnnuler();
55
		masquerBoutonAnnuler();
68
		masquerPanneauDetailVotes();
Line 65... Line 78...
65
	
78
	
66
	public HasText getNbVotes() {
79
	public HasText getNbVotes() {
67
		return nbVotes;
80
		return nbVotes;
Line 68... Line 81...
68
	}
81
	}
69
	
82
	
70
	public HasText getNbPoints() {
83
	public HasClickHandlers getLienNbVotes() {
Line -... Line 84...
-
 
84
		return nbVotes;
-
 
85
	}
-
 
86
	
-
 
87
	/*public HasText getNbPoints() {
71
		return nbPoints;
88
		return nbPoints;
72
	}
89
	}*/
73
	
90
	
Line 74... Line 91...
74
	public HasClickHandlers getVotes() {
91
	public HasClickHandlers getVotes() {
Line 88... Line 105...
88
	}
105
	}
Line 89... Line 106...
89
	
106
	
90
	public void afficherNbVotes() {
107
	public void afficherNbVotes() {
91
		nbVotes.setVisible(true);
108
		nbVotes.setVisible(true);
92
	}
109
	}
93
	
110
 
94
	public void masquerNbVotes() {
111
	public void masquerNbVotes() {
95
		nbVotes.setVisible(false);
112
		nbVotes.setVisible(false);
96
	}
113
	}
97
	
114
 
98
	public void afficherNbPoints() {
115
	/*public void afficherNbPoints() {
99
		nbPoints.setVisible(true);
116
		nbPoints.setVisible(true);
100
	}
117
	}*/
101
	
118
 
102
	public void masquerNbPoints() {
119
	/*public void masquerNbPoints() {
-
 
120
		nbPoints.setVisible(false);
-
 
121
	}*/
-
 
122
	
-
 
123
	public void afficherPanneauDetailVotes() {
103
		nbPoints.setVisible(false);
124
		panneauDetailVotes.setVisible(true);
Line -... Line 125...
-
 
125
	}
-
 
126
	
-
 
127
	public void masquerPanneauDetailVotes() {
-
 
128
		panneauDetailVotes.setVisible(false);
-
 
129
	}
-
 
130
 
-
 
131
	public Panel getPanneauDetailVotes() {
-
 
132
		return panneauDetailVotes;
-
 
133
	}
-
 
134
 
-
 
135
	public HasClickHandlers getLienPanneauFermer() {
-
 
136
		return lienPanneauFermer;
104
	}
137
	}
105
	
138
 
106
	public void reinitialiserVotes() {
139
	public void reinitialiserVotes() {
107
		votes.setValue(valeurOrigine);
140
		votes.setValue(valeurOrigine);
108
	}
141
	}
109
	
142
 
110
	public void rafraichir(int voteUtilisateur, int nombreVotes, int nombrePoints) {
143
	public void rafraichir(int voteUtilisateur, int nombreVotes, int nombrePoints, double moyenneArithmetique, double mediane, HashMap<Integer,Integer> occurrencesParNote, double moyennePonderee) {
111
		valeurOrigine = voteUtilisateur;
144
		valeurOrigine = voteUtilisateur;
112
		String valeurVote = nombreVotes+" "+I18n.getVocabulary().nbVotes();
145
		String valeurVote = nombreVotes+" "+I18n.getVocabulary().nbVotes();
113
		if (nombreVotes > 1) {
146
		if (nombreVotes > 1) {
114
			valeurVote += "s";
147
			valeurVote += "s";
115
		}
148
		}
116
		String valeurPoints = ", "+Math.max(0, nombrePoints)+" "+I18n.getVocabulary().nbPoints();
149
		/*String valeurPoints = ", "+Math.max(0, nombrePoints)+" "+I18n.getVocabulary().nbPoints();
117
		if (nombrePoints > 1) {
150
		if (nombrePoints > 1) {
118
			valeurPoints += "s";
151
			valeurPoints += "s";
119
		}
152
		}*/
-
 
153
		nbVotes.setText(valeurVote);
120
		nbVotes.setText(valeurVote);
154
		//nbPoints.setText(valeurPoints);
-
 
155
		pdvNbPoints.setInnerHTML("" + nombrePoints);
-
 
156
		votes.setValue(voteUtilisateur);
-
 
157
		rafraichirPanneauDetail(moyennePonderee, moyenneArithmetique, mediane, occurrencesParNote, nombreVotes);
-
 
158
	}
-
 
159
 
-
 
160
	// si la chose est nulle, on retourne 0
-
 
161
	private int nullCestZero(Integer chose) {
-
 
162
		if (chose == null) {
-
 
163
			return 0;
-
 
164
		} else {
-
 
165
			return chose;
-
 
166
		}
-
 
167
	}
-
 
168
 
-
 
169
	// try {
-
 
170
	//   codeConcisEtEfficace();
-
 
171
	// } catch (ShitLanguageException e) {
-
 
172
	//   codeCracra();
-
 
173
	// }
-
 
174
	private void rafraichirPanneauDetail(double moyennePonderee, double moyenneArithmetique, double mediane, HashMap<Integer,Integer> occurrencesParNote, int nombreVotes) {
-
 
175
		// stats
-
 
176
		NumberFormat df = NumberFormat.getFormat("0.###");
-
 
177
		this.pdvMoyennePonderee.setInnerHTML("" + df.format(moyennePonderee));
-
 
178
		this.pdvMoyenneArithmetique.setInnerHTML("" + df.format(moyenneArithmetique));
-
 
179
		this.pdvMediane.setInnerHTML("" + df.format(mediane));
-
 
180
		// détail des votes
-
 
181
		double	tailleBarre1 = 0,
-
 
182
				tailleBarre2 = 0,
-
 
183
				tailleBarre3 = 0,
-
 
184
				tailleBarre4 = 0,
-
 
185
				tailleBarre5 = 0;
-
 
186
		// on peut pas mettre des attributs dans une variable ? Quelle idée aussi de faire
-
 
187
		// du Web avec un langage statique... du coup codre cracra, ça vous fera les pieds
-
 
188
		if (nombreVotes > 0) {
-
 
189
			if (occurrencesParNote.get(1) != null) {
-
 
190
				tailleBarre1 = (int) (occurrencesParNote.get(1) * TAILLE_MAX_BARRE / nombreVotes);
-
 
191
			}
-
 
192
			if (occurrencesParNote.get(2) != null) {
-
 
193
				tailleBarre2 = (int) (occurrencesParNote.get(2) * TAILLE_MAX_BARRE / nombreVotes);
-
 
194
			}
-
 
195
			if (occurrencesParNote.get(3) != null) {
-
 
196
				tailleBarre3 = (int) (occurrencesParNote.get(3) * TAILLE_MAX_BARRE / nombreVotes);
-
 
197
			}
-
 
198
			if (occurrencesParNote.get(4) != null) {
-
 
199
				tailleBarre4 = (int) (occurrencesParNote.get(4) * TAILLE_MAX_BARRE / nombreVotes);
-
 
200
			}
-
 
201
			if (occurrencesParNote.get(5) != null) {
-
 
202
				tailleBarre5 = (int) (occurrencesParNote.get(5) * TAILLE_MAX_BARRE / nombreVotes);
-
 
203
			}
-
 
204
		}
-
 
205
		this.barre1.setAttribute("style", "width: " + tailleBarre1 + "px;");
-
 
206
		this.barre2.setAttribute("style", "width: " + tailleBarre2 + "px;");
-
 
207
		this.barre3.setAttribute("style", "width: " + tailleBarre3 + "px;");
-
 
208
		this.barre4.setAttribute("style", "width: " + tailleBarre4 + "px;");
-
 
209
		this.barre5.setAttribute("style", "width: " + tailleBarre5 + "px;");
-
 
210
		this.votants1.setInnerHTML("" + nullCestZero(occurrencesParNote.get(1)));
-
 
211
		this.votants2.setInnerHTML("" + nullCestZero(occurrencesParNote.get(2)));
-
 
212
		this.votants3.setInnerHTML("" + nullCestZero(occurrencesParNote.get(3)));
121
		nbPoints.setText(valeurPoints);
213
		this.votants4.setInnerHTML("" + nullCestZero(occurrencesParNote.get(4)));
Line 122... Line 214...
122
		votes.setValue(voteUtilisateur);
214
		this.votants5.setInnerHTML("" + nullCestZero(occurrencesParNote.get(5)));
123
	}
215
	}
124
 
216