Subversion Repositories eFlore/Applications.del

Rev

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

Rev 564 Rev 581
Line 55... Line 55...
55
 
55
 
Line 56... Line 56...
56
		public String getFamille();
56
		public String getFamille();
Line 57... Line -...
57
 
-
 
58
		public String getGenre();
-
 
59
 
57
 
Line 60... Line 58...
60
		public String getTag();
58
		public String getGenre();
Line 61... Line 59...
61
 
59
 
Line 79... Line 77...
79
 
77
 
Line 80... Line 78...
80
		public HasKeyPressHandlers getChampsFamille();
78
		public HasKeyPressHandlers getChampsFamille();
Line 81... Line -...
81
 
-
 
82
		public HasKeyPressHandlers getChampsGenre();
-
 
83
 
79
 
Line 84... Line 80...
84
		public HasKeyPressHandlers getChampsTag();
80
		public HasKeyPressHandlers getChampsGenre();
Line 85... Line 81...
85
 
81
 
Line 267... Line 263...
267
 
263
 
Line 268... Line 264...
268
		vue.getChampsGenre().addKeyPressHandler(createKeyboardAdvancedSearchHandler());
264
		vue.getChampsGenre().addKeyPressHandler(createKeyboardAdvancedSearchHandler());
Line 269... Line -...
269
 
-
 
270
		vue.getChampsMotCle().addKeyPressHandler(createKeyboardAdvancedSearchHandler());
-
 
271
 
265
 
Line 272... Line 266...
272
		vue.getChampsTag().addKeyPressHandler(createKeyboardAdvancedSearchHandler());
266
		vue.getChampsMotCle().addKeyPressHandler(createKeyboardAdvancedSearchHandler());
273
 
267
 
274
	}
268
	}
Line 298... Line 292...
298
			informationRecherche.setTaxon(completionTaxonsPresenteur.getValeur());
292
			informationRecherche.setTaxon(completionTaxonsPresenteur.getValeur());
299
			informationRecherche.setDepartement(vue.getDepartement());
293
			informationRecherche.setDepartement(vue.getDepartement());
300
			informationRecherche.setCommune(completionCommunesPresenteur.getValeur());
294
			informationRecherche.setCommune(completionCommunesPresenteur.getValeur());
301
			informationRecherche.setFamille(vue.getFamille());
295
			informationRecherche.setFamille(vue.getFamille());
302
			informationRecherche.setGenre(vue.getGenre());
296
			informationRecherche.setGenre(vue.getGenre());
303
			informationRecherche.setTag(vue.getTag());
-
 
304
			informationRecherche.setMotClef(vue.getMotCle());
297
			informationRecherche.setMotClef(vue.getMotCle());
-
 
298
			informationRecherche.setTag(vue.getMotCle());
305
			informationRecherche.setAuteur(vue.getAuteur());
299
			informationRecherche.setAuteur(vue.getAuteur());
306
			informationRecherche.setDate(vue.getDate());
300
			informationRecherche.setDate(vue.getDate());
307
		}
301
		}
Line 308... Line 302...
308
 
302