| Line 85... |
Line 85... |
| 85 |
private ChampCaseACocher insecteTraitementChp = null;
|
85 |
private ChampCaseACocher insecteTraitementChp = null;
|
| 86 |
private ChampComboBoxListeValeurs etatGeneralCombo = null;
|
86 |
private ChampComboBoxListeValeurs etatGeneralCombo = null;
|
| 87 |
private ChampComboBoxListeValeurs determinationCombo = null;
|
87 |
private ChampComboBoxListeValeurs determinationCombo = null;
|
| 88 |
private ChampMultiValeursMultiTypes specimenDegradationChp = null;
|
88 |
private ChampMultiValeursMultiTypes specimenDegradationChp = null;
|
| 89 |
private ChampMultiValeursMultiTypes presentationDegradationChp = null;
|
89 |
private ChampMultiValeursMultiTypes presentationDegradationChp = null;
|
| 90 |
|
- |
|
| 91 |
|
90 |
|
| 92 |
public CollectionFormDescription(Formulaire formulaireCourrant) {
|
91 |
public CollectionFormDescription(Formulaire formulaireCourrant) {
|
| 93 |
initialiserOnglet(formulaireCourrant);
|
92 |
initialiserOnglet(formulaireCourrant);
|
| 94 |
setId("description");
|
93 |
setId("description");
|
| 95 |
setText(Mediateur.i18nC.collectionDescription());
|
94 |
setText(Mediateur.i18nC.collectionDescription());
|
| Line 723... |
Line 722... |
| 723 |
peuplerGrilleUniteBase(collectionBotanique.getUniteBase());
|
722 |
peuplerGrilleUniteBase(collectionBotanique.getUniteBase());
|
| Line 724... |
Line 723... |
| 724 |
|
723 |
|
| 725 |
typePapierConservationChp.peupler(collectionBotanique.getConservationPapierType());
|
724 |
typePapierConservationChp.peupler(collectionBotanique.getConservationPapierType());
|
| Line 726... |
Line 725... |
| 726 |
methodeConservationChp.peupler(collectionBotanique.getConservationMethode());
|
725 |
methodeConservationChp.peupler(collectionBotanique.getConservationMethode());
|
| 727 |
|
726 |
|
| 728 |
specimenFixationPourcentChp.peupler(collectionBotaniqueCollectee.getSpecimenFixationPourcent());
|
727 |
specimenFixationPourcentChp.peupler(collectionBotanique.getSpecimenFixationPourcent());
|
| 729 |
specimenFixationPourcentChp.peupler(collectionBotaniqueCollectee.getEtiquetteFixationPourcent());
|
728 |
specimenFixationPourcentChp.peupler(collectionBotanique.getEtiquetteFixationPourcent());
|
| 730 |
specimentMethodeFixationChp.peupler(collectionBotaniqueCollectee.getSpecimenFixationMethode());
|
729 |
specimentMethodeFixationChp.peupler(collectionBotanique.getSpecimenFixationMethode());
|
| 731 |
etiquetteMethodeFixationSurSupportChp.peupler(collectionBotaniqueCollectee.getEtiquetteFixationSupport());
|
730 |
etiquetteMethodeFixationSurSupportChp.peupler(collectionBotanique.getEtiquetteFixationSupport());
|
| Line 732... |
Line 731... |
| 732 |
etiquetteMethodeFixationSurSpecimenChp.peupler(collectionBotaniqueCollectee.getEtiquetteFixationSpecimen());
|
731 |
etiquetteMethodeFixationSurSpecimenChp.peupler(collectionBotanique.getEtiquetteFixationSpecimen());
|
| 733 |
typeEcritureChp.peupler(collectionBotaniqueCollectee.getEtiquetteEcriture());
|
732 |
typeEcritureChp.peupler(collectionBotanique.getEtiquetteEcriture());
|
| 734 |
|
733 |
|
| Line 735... |
Line 734... |
| 735 |
traitementCombo.peupler(collectionBotaniqueCollectee.getTraitement());
|
734 |
traitementCombo.peupler(collectionBotanique.getTraitement());
|
| 736 |
poisonTraitementChp.peupler(collectionBotaniqueCollectee.getTraitementPoison());
|
735 |
poisonTraitementChp.peupler(collectionBotanique.getTraitementPoison());
|
| 737 |
insecteTraitementChp.peupler(collectionBotaniqueCollectee.getTraitementInsecte());
|
736 |
insecteTraitementChp.peupler(collectionBotanique.getTraitementInsecte());
|
| 738 |
|
737 |
|
| 739 |
etatGeneralCombo.peupler(collectionBotaniqueCollectee.getEtatGeneral());
|
738 |
etatGeneralCombo.peupler(collectionBotanique.getEtatGeneral());
|
| 740 |
specimenDegradationChp.peupler(collectionBotaniqueCollectee.getDegradationSpecimen());
|
739 |
specimenDegradationChp.peupler(collectionBotanique.getDegradationSpecimen());
|
| Line 741... |
Line 740... |
| 741 |
presentationDegradationChp.peupler(collectionBotaniqueCollectee.getDegradationPresentation());
|
740 |
presentationDegradationChp.peupler(collectionBotanique.getDegradationPresentation());
|
| 742 |
determinationCombo.peupler(collectionBotaniqueCollectee.getDetermination());
|
741 |
determinationCombo.peupler(collectionBotanique.getDetermination());
|