Subversion Repositories eFlore/Applications.del

Rev

Rev 875 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 875 Rev 1099
Line 106... Line 106...
106
 
106
 
107
	@Override
107
	@Override
108
	public String getCourriel() {
108
	public String getCourriel() {
109
		return courriel.getText();
109
		return courriel.getText();
-
 
110
	}
-
 
111
 
-
 
112
	@Override
-
 
113
	public void afficherStyleErreurCourriel(String styleErreur) {
-
 
114
		courriel.addStyleName(styleErreur);
-
 
115
	}
-
 
116
 
-
 
117
	@Override
-
 
118
	public void supprimerStyleErreurCourriel(String styleErreur) {
-
 
119
		courriel.removeStyleName(styleErreur);
-
 
120
	}
-
 
121
 
-
 
122
	@Override
-
 
123
	public HasText getCourrielObjet() {
-
 
124
		return courriel;
110
	}
125
	}