Subversion Repositories eFlore/Applications.del

Rev

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

Rev 262 Rev 276
Line 16... Line 16...
16
import org.tela_botanica.del.client.vues.plateformedetermination.formulaireproposition.FormulairePropositionPresenteur;
16
import org.tela_botanica.del.client.vues.plateformedetermination.formulaireproposition.FormulairePropositionPresenteur;
17
import org.tela_botanica.del.client.vues.plateformedetermination.formulairerechercheeflore.FormulaireRechercheEflorePresenteur;
17
import org.tela_botanica.del.client.vues.plateformedetermination.formulairerechercheeflore.FormulaireRechercheEflorePresenteur;
18
import org.tela_botanica.del.client.vues.plateformedetermination.forum.ForumPresenteur;
18
import org.tela_botanica.del.client.vues.plateformedetermination.forum.ForumPresenteur;
19
import org.tela_botanica.del.client.vues.plateformedetermination.vote.EnsembleVotesPresenteur;
19
import org.tela_botanica.del.client.vues.plateformedetermination.vote.EnsembleVotesPresenteur;
20
import org.tela_botanica.del.client.vues.plateformedetermination.vote.barrerepartition.BarreRepartitionVotePresenteur;
20
import org.tela_botanica.del.client.vues.plateformedetermination.vote.barrerepartition.BarreRepartitionVotePresenteur;
-
 
21
import org.tela_botanica.del.client.vues.plateformedetermination.vote.barrerepartition.BarreRepartitionVoteVue;
Line 21... Line 22...
21
 
22
 
22
import com.google.gwt.event.dom.client.ClickEvent;
23
import com.google.gwt.event.dom.client.ClickEvent;
23
import com.google.gwt.event.dom.client.ClickHandler;
24
import com.google.gwt.event.dom.client.ClickHandler;
Line 38... Line 39...
38
		new DetailImageObservationPresenteur().go(determinationVue.getDetailImageObservation());
39
		new DetailImageObservationPresenteur().go(determinationVue.getDetailImageObservation());
39
		new EnsembleVotesPresenteur().go(determinationVue.getVote());
40
		new EnsembleVotesPresenteur().go(determinationVue.getVote());
40
		new ForumPresenteur().go(determinationVue.getForum());
41
		new ForumPresenteur().go(determinationVue.getForum());
41
		new FormulaireRechercheEflorePresenteur().go(determinationVue.getFormulaireRechercheEflore());
42
		new FormulaireRechercheEflorePresenteur().go(determinationVue.getFormulaireRechercheEflore());
Line 42... Line 43...
42
 
43
 
43
		barreRepartitionVotePresenteur = new BarreRepartitionVotePresenteur();
44
		barreRepartitionVotePresenteur = new BarreRepartitionVotePresenteur(new BarreRepartitionVoteVue());
44
		barreRepartitionVotePresenteur.go(determinationVue.getBarreRepartition());
45
		barreRepartitionVotePresenteur.go(determinationVue.getBarreRepartition());
Line 45... Line 46...
45
		calculerEtAfficherVoteDeterminationPlusPopulaire();
46
		calculerEtAfficherVoteDeterminationPlusPopulaire();