Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1084 Rev 1085
Line 38... Line 38...
38
	
38
	
39
	@UiField
39
	@UiField
Line 40... Line 40...
40
	FocusPanel voter;
40
	FocusPanel voter;
41
 
41
 
Line 42... Line 42...
42
	@UiField
42
	@UiField
43
	Panel votePrisEnCompte;
43
	Panel votePrisEnCompte, zoneFleur;
Line 44... Line 44...
44
	
44
	
Line 122... Line 122...
122
	public void afficherVotePrisEnCompte() {
122
	public void afficherVotePrisEnCompte() {
123
		votePrisEnCompte.removeStyleName("votePrisEnCompteNon");
123
		votePrisEnCompte.removeStyleName("votePrisEnCompteNon");
124
		votePrisEnCompte.setStyleName("votePrisEnCompteOui");
124
		votePrisEnCompte.setStyleName("votePrisEnCompteOui");
125
		animerVotePrisEnCompte.run(2000);
125
		animerVotePrisEnCompte.run(2000);
126
	}
126
	}
-
 
127
	
-
 
128
	public HasWidgets getZoneFleur() {
-
 
129
		return zoneFleur;
-
 
130
	}
127
}
131
}