| Line 15... |
Line 15... |
| 15 |
import org.tela_botanica.client.modeles.collection.Collection;
|
15 |
import org.tela_botanica.client.modeles.collection.Collection;
|
| 16 |
import org.tela_botanica.client.modeles.collection.CollectionACommentaire;
|
16 |
import org.tela_botanica.client.modeles.collection.CollectionACommentaire;
|
| 17 |
import org.tela_botanica.client.modeles.collection.CollectionACommentaireListe;
|
17 |
import org.tela_botanica.client.modeles.collection.CollectionACommentaireListe;
|
| 18 |
import org.tela_botanica.client.modeles.commentaire.Commentaire;
|
18 |
import org.tela_botanica.client.modeles.commentaire.Commentaire;
|
| 19 |
import org.tela_botanica.client.modeles.commentaire.CommentaireListe;
|
19 |
import org.tela_botanica.client.modeles.commentaire.CommentaireListe;
|
| - |
|
20 |
import org.tela_botanica.client.synchronisation.Sequenceur;
|
| 20 |
import org.tela_botanica.client.util.Debug;
|
21 |
import org.tela_botanica.client.util.Debug;
|
| 21 |
import org.tela_botanica.client.vues.FenetreForm;
|
22 |
import org.tela_botanica.client.vues.FenetreForm;
|
| 22 |
import org.tela_botanica.client.vues.Formulaire;
|
23 |
import org.tela_botanica.client.vues.Formulaire;
|
| 23 |
import org.tela_botanica.client.vues.FormulaireBarreValidation;
|
24 |
import org.tela_botanica.client.vues.FormulaireBarreValidation;
|
| 24 |
import org.tela_botanica.client.vues.FormulaireOnglet;
|
25 |
import org.tela_botanica.client.vues.FormulaireOnglet;
|
| Line 77... |
Line 78... |
| 77 |
|
78 |
|
| 78 |
private static boolean chargementTypesOk = false;
|
79 |
private static boolean chargementTypesOk = false;
|
| Line 79... |
Line 80... |
| 79 |
private static boolean chargementCommentairesOk = false;
|
80 |
private static boolean chargementCommentairesOk = false;
|
| - |
|
81 |
|
| Line 80... |
Line 82... |
| 80 |
|
82 |
private FenetreForm fenetreFormulaire = null;
|
| 81 |
private FenetreForm fenetreFormulaire = null;
|
83 |
private Sequenceur sequenceur;
|
| 82 |
|
84 |
|
| 83 |
public CollectionFormCommentaire(Formulaire formulaireCourrant) {
|
85 |
public CollectionFormCommentaire(Formulaire formulaireCourrant) {
|
| Line 90... |
Line 92... |
| 90 |
barreOutils = creerBarreOutilsGrille();
|
92 |
barreOutils = creerBarreOutilsGrille();
|
| 91 |
panneauPrincipal.setTopComponent(barreOutils);
|
93 |
panneauPrincipal.setTopComponent(barreOutils);
|
| 92 |
grille = creerGrille();
|
94 |
grille = creerGrille();
|
| 93 |
panneauPrincipal.add(grille);
|
95 |
panneauPrincipal.add(grille);
|
| Line 94... |
Line 96... |
| 94 |
|
96 |
|
| 95 |
mediateur.obtenirListeValeurEtRafraichir(this, "typeCommentaireCollection");
|
97 |
mediateur.obtenirListeValeurEtRafraichir(this, "typeCommentaireCollection", null);
|
| Line 96... |
Line 98... |
| 96 |
add(panneauPrincipal);
|
98 |
add(panneauPrincipal);
|
| 97 |
|
99 |
|