Subversion Repositories eFlore/Applications.del

Rev

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

Rev 581 Rev 671
Line 221... Line 221...
221
 
221
 
222
	@Override
222
	@Override
223
	public HasKeyPressHandlers getChampsDate() {
223
	public HasKeyPressHandlers getChampsDate() {
224
		return date;
224
		return date;
-
 
225
	}
-
 
226
 
-
 
227
	@Override
-
 
228
	public HasKeyPressHandlers getChampsDepartement() {
-
 
229
		return departement;
-
 
230
	}
-
 
231
 
-
 
232
	@Override
-
 
233
	public HasKeyPressHandlers getChampsContientMots() {
-
 
234
		return contientMots;
225
	}
235
	}
226
}
236
}