Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1321 → Rev 1322

/trunk/src/org/tela_botanica/client/vues/commentaire/CommentaireListeVue.java
81,7 → 81,7
// Gestion de l'ontologie
ontologie = new HashMap<String, Valeur>();
mediateur.obtenirListeValeurEtRafraichir(this, "typeCommentaireCollection");
mediateur.obtenirListeValeurEtRafraichir(this, "typeCommentaireCollection", null);
// Gestion de la barre d'outil
ToolBar toolBar = new ToolBar();
/trunk/src/org/tela_botanica/client/vues/commentaire/CommentaireForm.java
108,7 → 108,7
projetsCombo.addStyleName(ComposantClass.OBLIGATOIRE);
projetsCombo.addListener(Events.Valid, creerEcouteurChampObligatoire());
panneauFormulaire.add(projetsCombo, new FormData(450, 0));
mediateur.selectionnerProjet(this, null);
mediateur.selectionnerProjet(this, null, null);
titreChp = new TextField<String>();
titreChp.setFieldLabel(i18nC.commentaireTitre());