Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 226 → Rev 227

/trunk/src/org/tela_botanica/del/client/vues/plateformedetermination/vote/barrerepartition/BarreRepartitionVotePresenteur.java
23,12 → 23,12
public void go(HasWidgets container) {
container.add(vue);
gererEvenements();
}
 
public void afficherVotes(MoyenneVote moyenneVote) {
this.moyenneVote = moyenneVote;
vue.afficherVotes(moyenneVote.getScore(), moyenneVote.getIntituleAssocie());
gererEvenements();
}
public BarreRepartitionVoteVue getBarreRepartitionVoteVue() {
46,7 → 46,7
@Override
public void onClick(ClickEvent event) {
VoteDetermination vd = new VoteDetermination();
vd.setContributeur("test");
vd.setContributeur("testeur");
vd.setDate(new Date());
vd.setVote(1);
vd.setId("3");
66,7 → 66,7
@Override
public void onClick(ClickEvent event) {
VoteDetermination vd = new VoteDetermination();
vd.setContributeur("test");
vd.setContributeur("testeur");
vd.setDate(new Date());
vd.setVote(0);
vd.setId("3");
/trunk/src/org/tela_botanica/del/client/vues/plateformedetermination/vote/barrerepartition/BarreRepartitionVoteVue.ui.xml
5,8 → 5,8
<ui:style src="barreRepartitionVote.css" />
<g:HTMLPanel>
<div class="conteneurBoutonVote">
<g:PushButton ui:field="boutonNon" styleName="{style.boutonVote}" />
<g:PushButton ui:field="boutonOui" styleName="{style.boutonVote}" />
<g:PushButton ui:field="boutonNon" styleName="{style.boutonVote}" />
</div>
<g:HTML ui:field="barreRepartitionHtmlBrut" styleName="conteneurBarreRepartition"/>
</g:HTMLPanel>