Subversion Repositories eFlore/Applications.del

Rev

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

Rev 602 Rev 671
Line 82... Line 82...
82
		public HasKeyPressHandlers getChampsMotCle();
82
		public HasKeyPressHandlers getChampsMotCle();
Line 83... Line 83...
83
 
83
 
Line 84... Line 84...
84
		public HasKeyPressHandlers getChampsAuteur();
84
		public HasKeyPressHandlers getChampsAuteur();
-
 
85
 
-
 
86
		public HasKeyPressHandlers getChampsDate();
-
 
87
		
-
 
88
		public HasKeyPressHandlers getChampsDepartement();
Line 85... Line 89...
85
 
89
		
Line 86... Line 90...
86
		public HasKeyPressHandlers getChampsDate();
90
		public HasKeyPressHandlers getChampsContientMots();
87
 
91
 
Line 258... Line 262...
258
				}
262
				}
259
			}
263
			}
260
		});
264
		});
Line 261... Line 265...
261
 
265
 
262
		vue.getChampsAuteur().addKeyPressHandler(creerGestionnaireEvenementToucheEntree());
-
 
263
 
266
		vue.getChampsAuteur().addKeyPressHandler(creerGestionnaireEvenementToucheEntree());
264
		vue.getChampsDate().addKeyPressHandler(creerGestionnaireEvenementToucheEntree());
-
 
265
 
267
		vue.getChampsDate().addKeyPressHandler(creerGestionnaireEvenementToucheEntree());
266
		vue.getChampsFamille().addKeyPressHandler(creerGestionnaireEvenementToucheEntree());
-
 
267
 
268
		vue.getChampsFamille().addKeyPressHandler(creerGestionnaireEvenementToucheEntree());
268
		vue.getChampsGenre().addKeyPressHandler(creerGestionnaireEvenementToucheEntree());
-
 
269
 
269
		vue.getChampsGenre().addKeyPressHandler(creerGestionnaireEvenementToucheEntree());
-
 
270
		vue.getChampsMotCle().addKeyPressHandler(creerGestionnaireEvenementToucheEntree());
-
 
271
		vue.getChampsDepartement().addKeyPressHandler(creerGestionnaireEvenementToucheEntree());
Line 270... Line 272...
270
		vue.getChampsMotCle().addKeyPressHandler(creerGestionnaireEvenementToucheEntree());
272
		vue.getChampsContientMots().addKeyPressHandler(creerGestionnaireEvenementToucheEntree());
Line 271... Line 273...
271
 
273
 
272
	}
274
	}