Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 830 Rev 844
Line 233... Line 233...
233
	public void reinitialiserChamp()	{
233
	public void reinitialiserChamp()	{
234
		champTexte.setValue(valeurParDefaut);	
234
		champTexte.setValue(valeurParDefaut);	
235
	}
235
	}
Line 236... Line 236...
236
	
236
	
237
	public void actualiserLayoutGlobal() {
-
 
238
		GWT.log("Valeurs : "+getValeurs(), null);
237
	public void actualiserLayoutGlobal() {
239
		layout();
238
		layout();
Line 240... Line 239...
240
	}
239
	}
241
	
240