| Line 30... |
Line 30... |
| 30 |
import org.tela_botanica.del.client.composants.formulaires.formulaireproposition.FormulairePropositionVue;
|
30 |
import org.tela_botanica.del.client.composants.formulaires.formulaireproposition.FormulairePropositionVue;
|
| 31 |
import org.tela_botanica.del.client.utils.MockDatasource;
|
31 |
import org.tela_botanica.del.client.utils.MockDatasource;
|
| 32 |
import org.tela_botanica.del.client.vues.plateformedetermination.formulairerechercheeflore.FormulaireRechercheEflorePresenteur;
|
32 |
import org.tela_botanica.del.client.vues.plateformedetermination.formulairerechercheeflore.FormulaireRechercheEflorePresenteur;
|
| 33 |
import org.tela_botanica.del.client.vues.plateformedetermination.forum.ForumPresenteur;
|
33 |
import org.tela_botanica.del.client.vues.plateformedetermination.forum.ForumPresenteur;
|
| 34 |
import org.tela_botanica.del.client.vues.plateformedetermination.forum.ForumVue;
|
34 |
import org.tela_botanica.del.client.vues.plateformedetermination.forum.ForumVue;
|
| 35 |
import org.tela_botanica.del.client.vues.plateformedetermination.vote.EnsembleVotesPresenteur;
|
- |
|
| 36 |
import org.tela_botanica.del.client.vues.plateformedetermination.vote.EnsembleVotesVue;
|
- |
|
| 37 |
import org.tela_botanica.del.client.vues.plateformedetermination.vote.barrerepartition.BarreRepartitionVotePresenteur;
|
35 |
import org.tela_botanica.del.client.vues.plateformedetermination.vote.barrerepartition.BarreRepartitionVotePresenteur;
|
| 38 |
import org.tela_botanica.del.client.vues.plateformedetermination.vote.barrerepartition.BarreRepartitionVoteVue;
|
36 |
import org.tela_botanica.del.client.vues.plateformedetermination.vote.barrerepartition.BarreRepartitionVoteVue;
|
| 39 |
import org.tela_botanica.del.client.vues.plateformedetermination.vote.protocole.moyenne.MoyenneVoteProtocolePresenteur;
|
- |
|
| 40 |
import org.tela_botanica.del.client.vues.rechercheimages.resultats.votes.MoyenneVotePresenteur;
|
37 |
import org.tela_botanica.del.client.vues.rechercheimages.resultats.votes.MoyenneVotePresenteur;
|
| 41 |
import org.tela_botanica.del.client.vues.rechercheimages.resultats.votes.MoyenneVoteVue;
|
38 |
import org.tela_botanica.del.client.vues.rechercheimages.resultats.votes.MoyenneVoteVue;
|
| Line 42... |
Line 39... |
| 42 |
|
39 |
|
| 43 |
import com.google.gwt.event.dom.client.ClickEvent;
|
40 |
import com.google.gwt.event.dom.client.ClickEvent;
|
| 44 |
import com.google.gwt.event.dom.client.ClickHandler;
|
- |
|
| 45 |
import com.google.gwt.user.client.Window;
|
41 |
import com.google.gwt.event.dom.client.ClickHandler;
|
| 46 |
import com.google.gwt.user.client.ui.Button;
|
42 |
import com.google.gwt.user.client.ui.Button;
|
| 47 |
import com.google.gwt.user.client.ui.HasWidgets;
|
43 |
import com.google.gwt.user.client.ui.HasWidgets;
|
| 48 |
import com.google.gwt.user.client.ui.IsWidget;
|
44 |
import com.google.gwt.user.client.ui.IsWidget;
|
| 49 |
import com.google.gwt.user.client.ui.Panel;
|
- |
|
| Line 50... |
Line 45... |
| 50 |
import com.google.gwt.user.client.ui.VerticalPanel;
|
45 |
import com.google.gwt.user.client.ui.Panel;
|
| Line 51... |
Line 46... |
| 51 |
|
46 |
|
| 52 |
public class DeterminationPresenteur extends Presenteur {
|
47 |
public class DeterminationPresenteur extends Presenteur {
|