Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 69 Rev 277
Line 70... Line 70...
70
 
70
 
71
		barreDeBoutons = new StatusButtonBar();
71
		barreDeBoutons = new StatusButtonBar();
Line 72... Line 72...
72
		setButtonBar(barreDeBoutons);
72
		setButtonBar(barreDeBoutons);
73
		
73
		
74
	}
74
	}
75
 
75
	
76
	@Override
76
	@Override
77
	protected void createButtons() {
77
	protected void createButtons() {
78
		reinitialiserBouton = new Button("RĂ©initialiser");
78
		reinitialiserBouton = new Button("RĂ©initialiser");
Line 118... Line 118...
118
	}
118
	}
Line 119... Line 119...
119
 
119
 
120
	protected void validate() {
120
	protected void validate() {
121
		validerBouton.setEnabled(hasValue(login) && hasValue(motDePasse) && motDePasse.getValue().length() > 3);
121
		validerBouton.setEnabled(hasValue(login) && hasValue(motDePasse) && motDePasse.getValue().length() > 3);
122
	}
122
	}
123
	
123