Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1862 Rev 1866
Line 19... Line 19...
19
import org.tela_botanica.del.client.services.rest.async.ImagesParTaxonCallback;
19
import org.tela_botanica.del.client.services.rest.async.ImagesParTaxonCallback;
20
import org.tela_botanica.del.client.services.rest.async.ProtocolesCallback;
20
import org.tela_botanica.del.client.services.rest.async.ProtocolesCallback;
21
import org.tela_botanica.del.client.vues.pictoflora.resultats.images.ImagePresenteur;
21
import org.tela_botanica.del.client.vues.pictoflora.resultats.images.ImagePresenteur;
22
import org.tela_botanica.del.client.vues.pictoflora.resultats.images.ImageVue;
22
import org.tela_botanica.del.client.vues.pictoflora.resultats.images.ImageVue;
Line -... Line 23...
-
 
23
 
23
 
24
import com.google.gwt.core.shared.GWT;
24
import com.google.gwt.dom.client.NodeList;
25
import com.google.gwt.dom.client.NodeList;
25
import com.google.gwt.dom.client.OptionElement;
26
import com.google.gwt.dom.client.OptionElement;
26
import com.google.gwt.dom.client.SelectElement;
27
import com.google.gwt.dom.client.SelectElement;
27
import com.google.gwt.event.dom.client.ChangeEvent;
28
import com.google.gwt.event.dom.client.ChangeEvent;
Line 150... Line 151...
150
	}
151
	}
Line 151... Line 152...
151
	
152
	
152
	private void initialiserAPartirInfosCache() {
153
	private void initialiserAPartirInfosCache() {
153
		InformationsRecherche infos = CacheClient.getInstance().getInformationsRechercheImage();
154
		InformationsRecherche infos = CacheClient.getInstance().getInformationsRechercheImage();
-
 
155
		if (infos.getTriParDate() != ModeTri.PAS_DE_TRI) {
154
		if (infos.getTriParDate() != ModeTri.PAS_DE_TRI) {
156
			triCourantDate = infos.getTriParDate();
155
			mettreAJourAffichageTriDate();
157
			mettreAJourAffichageTriDate();
Line 156... Line 158...
156
		}
158
		}
-
 
159
		
157
		
160
		if (infos.getTriParMoyenneArithmetique() != ModeTri.PAS_DE_TRI) {
158
		if (infos.getTriParMoyenneArithmetique() != ModeTri.PAS_DE_TRI) {
161
			triCourantMoyenneArithmetique = infos.getTriParMoyenneArithmetique();
Line -... Line 162...
-
 
162
			mettreAJourAffichageTriMoyenneArithmetique();
-
 
163
		}
-
 
164
		
-
 
165
		if (infos.getTriParNbPoints() != ModeTri.PAS_DE_TRI) {
-
 
166
			triCourantPoints = infos.getTriParNbPoints();
159
			mettreAJourAffichageTriMoyenneArithmetique();
167
			mettreAJourAffichageTriPoints();
-
 
168
		}
160
		}
169
		
161
		
170
		if (infos.getTriParNbTags() != ModeTri.PAS_DE_TRI) {
162
		if (infos.getTriParNbTags() != ModeTri.PAS_DE_TRI) {
171
			triCourantTag = infos.getTriParNbTags();
Line 163... Line 172...
163
			mettreAjourAffichageTriTag();
172
			mettreAjourAffichageTriTag();