Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1203 Rev 1566
Line 1... Line 1...
1
package org.tela_botanica.del.client.vues.pictoflora.resultats;
1
package org.tela_botanica.del.client.vues.pictoflora.resultats;
Line 2... Line 2...
2
 
2
 
3
import java.util.ArrayList;
3
import java.util.ArrayList;
Line 4... Line -...
4
import java.util.List;
-
 
5
 
-
 
6
import org.tela_botanica.del.client.modeles.Protocole;
4
import java.util.List;
7
 
-
 
8
import com.google.gwt.core.client.GWT;
-
 
9
import com.google.gwt.dom.client.NodeList;
-
 
10
import com.google.gwt.dom.client.OptionElement;
-
 
11
import com.google.gwt.dom.client.SelectElement;
5
 
12
import com.google.gwt.event.dom.client.HasChangeHandlers;
6
import com.google.gwt.core.client.GWT;
13
import com.google.gwt.event.dom.client.HasClickHandlers;
7
import com.google.gwt.event.dom.client.HasClickHandlers;
14
import com.google.gwt.uibinder.client.UiBinder;
-
 
15
import com.google.gwt.uibinder.client.UiField;
8
import com.google.gwt.uibinder.client.UiBinder;
16
import com.google.gwt.user.client.Window;
9
import com.google.gwt.uibinder.client.UiField;
17
import com.google.gwt.user.client.ui.Button;
10
import com.google.gwt.user.client.ui.Button;
18
import com.google.gwt.user.client.ui.Composite;
11
import com.google.gwt.user.client.ui.Composite;
19
import com.google.gwt.user.client.ui.HTMLPanel;
12
import com.google.gwt.user.client.ui.HTMLPanel;
20
import com.google.gwt.user.client.ui.HasWidgets;
-
 
21
import com.google.gwt.user.client.ui.Label;
13
import com.google.gwt.user.client.ui.HasWidgets;
22
import com.google.gwt.user.client.ui.ListBox;
14
import com.google.gwt.user.client.ui.Label;
Line 23... Line 15...
23
import com.google.gwt.user.client.ui.Panel;
15
import com.google.gwt.user.client.ui.Panel;
Line 43... Line 35...
43
 
35
 
44
	@UiField
36
	@UiField
Line 45... Line 37...
45
	HTMLPanel imageTable;
37
	HTMLPanel imageTable;
46
 
38
 
Line 47... Line 39...
47
	@UiField
39
	@UiField
48
	Button triParNbVotesAscendant, triParNbVotesDescendant, triParDateAscendant, triParDateDescendant, triParNbTagsAscendant, triParNbTagsDescendant;
40
	Button triParNbVotesAscendant, triParNbVotesDescendant, triParDateAscendant, triParDateDescendant, triParNbTagsAscendant, triParNbTagsDescendant, triParPointsAscendant, triParPointsDescendant;
Line 49... Line 41...
49
 
41
 
50
	@UiField
42
	@UiField
Line 51... Line 43...
51
	Label aucunResultat;
43
	Label aucunResultat;
52
	
44
	
53
	@UiField
45
	@UiField
Line 146... Line 138...
146
	}
138
	}
Line 147... Line 139...
147
 
139
 
148
	public Button getTriParDateDescendant() {
140
	public Button getTriParDateDescendant() {
149
		return triParDateDescendant;
141
		return triParDateDescendant;
-
 
142
	}
-
 
143
 
-
 
144
	public Button getTriParPointsAscendant() {
-
 
145
		return triParPointsAscendant;
-
 
146
	}
-
 
147
 
-
 
148
	public Button getTriParPointsDescendant() {
-
 
149
		return triParPointsDescendant;
Line 150... Line 150...
150
	}
150
	}
151
	
151
	
152
 
152
 
Line 172... Line 172...
172
	
172
	
173
	@Override
173
	@Override
174
	public void afficherVoteDescendant() {
174
	public void afficherVoteDescendant() {
175
		triParNbVotesDescendant.setVisible(true);
175
		triParNbVotesDescendant.setVisible(true);
-
 
176
	}
-
 
177
 
-
 
178
	@Override
-
 
179
	public Label getLabelPoints() {
-
 
180
		return labelPoints;
-
 
181
	}
-
 
182
	
-
 
183
	@Override
-
 
184
	public void afficherPointsAscendant() {
-
 
185
		triParPointsAscendant.setVisible(true);
-
 
186
	}
-
 
187
	
-
 
188
	@Override
-
 
189
	public void afficherPointsDescendant() {
-
 
190
		triParPointsDescendant.setVisible(true);
-
 
191
	}
-
 
192
	
-
 
193
	@Override
-
 
194
	public void masquerPointsAscendant() {
-
 
195
		triParPointsAscendant.setVisible(false);
-
 
196
	}
-
 
197
	
-
 
198
	@Override
-
 
199
	public void masquerPointsDescendant() {
-
 
200
		triParPointsDescendant.setVisible(false);
Line 176... Line 201...
176
	}
201
	}
177
	
202
	
178
	@Override
203
	@Override
179
	public Label getLabelDate() {
204
	public Label getLabelDate() {