Subversion Repositories eFlore/Applications.del

Rev

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

Rev 672 Rev 867
Line 75... Line 75...
75
			votePrisEnCompte.removeStyleName("votePrisEnCompteOui");
75
			votePrisEnCompte.removeStyleName("votePrisEnCompteOui");
76
			votePrisEnCompte.setStyleName("votePrisEnCompteNon");
76
			votePrisEnCompte.setStyleName("votePrisEnCompteNon");
77
		}
77
		}
78
		animer.run(2000);
78
		animer.run(2000);
79
	}
79
	}
-
 
80
 
-
 
81
	@Override
-
 
82
	public void desactiverBoutons() {
-
 
83
		boutonNon.setEnabled(false);
-
 
84
		boutonOui.setEnabled(false);
-
 
85
	}
-
 
86
 
-
 
87
	@Override
-
 
88
	public void activerBoutons() {
-
 
89
		boutonNon.setEnabled(true);
-
 
90
		boutonOui.setEnabled(true);
-
 
91
	}
80
}
92
}