Line 449... |
Line 449... |
449 |
Panel panelSeparationPp = new Panel();
|
449 |
Panel panelSeparationPp = new Panel();
|
450 |
panelSeparationPp.setHeight(15);
|
450 |
panelSeparationPp.setHeight(15);
|
451 |
panelSeparationPp.setBorder(false);
|
451 |
panelSeparationPp.setBorder(false);
|
Line 452... |
Line 452... |
452 |
|
452 |
|
453 |
panneauPremierColonne.add(panelSeparationPp);
|
453 |
panneauPremierColonne.add(panelSeparationPp);
|
454 |
panneauPremierColonne.add(selecteurReferentielTaxo, new AnchorLayoutData("50%"));
|
454 |
panneauPremierColonne.add(selecteurReferentielTaxo, new AnchorLayoutData("85%"));
|
Line 455... |
Line 455... |
455 |
panneauPremierColonne.add(espece, new AnchorLayoutData("95%"));
|
455 |
panneauPremierColonne.add(espece, new AnchorLayoutData("95%"));
|
456 |
|
456 |
|
457 |
selecteurAbondance = new ComboBox();
|
457 |
selecteurAbondance = new ComboBox();
|
Line 462... |
Line 462... |
462 |
selecteurAbondance.setValueField("valeur");
|
462 |
selecteurAbondance.setValueField("valeur");
|
463 |
selecteurAbondance.setEditable(true);
|
463 |
selecteurAbondance.setEditable(true);
|
464 |
selecteurAbondance.setHideTrigger(false);
|
464 |
selecteurAbondance.setHideTrigger(false);
|
465 |
selecteurAbondance.setForceSelection(false);
|
465 |
selecteurAbondance.setForceSelection(false);
|
466 |
selecteurAbondance.setTpl(champsListeTpl);
|
466 |
selecteurAbondance.setTpl(champsListeTpl);
|
467 |
panneauPremierColonne.add(selecteurAbondance, new AnchorLayoutData("65%"));
|
467 |
panneauPremierColonne.add(selecteurAbondance, new AnchorLayoutData("95%"));
|
Line 468... |
Line 468... |
468 |
|
468 |
|
Line 469... |
Line 469... |
469 |
lieudit = new AutoCompletionRefComboBox("Lieu-dit", "lieudit",observationMediateur,TypesReferentiels.REFERENTIEL_LIEU_DIT) {
|
469 |
lieudit = new AutoCompletionRefComboBox("Lieu-dit", "lieudit",observationMediateur,TypesReferentiels.REFERENTIEL_LIEU_DIT) {
|
470 |
|
470 |
|
Line 514... |
Line 514... |
514 |
selecteurCertitude.setValueField("valeur");
|
514 |
selecteurCertitude.setValueField("valeur");
|
515 |
selecteurCertitude.setEditable(true);
|
515 |
selecteurCertitude.setEditable(true);
|
516 |
selecteurCertitude.setHideTrigger(false);
|
516 |
selecteurCertitude.setHideTrigger(false);
|
517 |
selecteurCertitude.setForceSelection(false);
|
517 |
selecteurCertitude.setForceSelection(false);
|
518 |
selecteurCertitude.setTpl(champsListeTpl);
|
518 |
selecteurCertitude.setTpl(champsListeTpl);
|
519 |
panneauSecondeColonne.add(selecteurCertitude, new AnchorLayoutData("55%"));
|
519 |
panneauSecondeColonne.add(selecteurCertitude, new AnchorLayoutData("95%"));
|
Line 520... |
Line 520... |
520 |
|
520 |
|
521 |
selecteurStadePheno = new ComboBox();
|
521 |
selecteurStadePheno = new ComboBox();
|
522 |
selecteurStadePheno.setLabel("Phénologie");
|
522 |
selecteurStadePheno.setLabel("Phénologie");
|
523 |
selecteurStadePheno.setStore(Ontologies.getValeursPhenologie());
|
523 |
selecteurStadePheno.setStore(Ontologies.getValeursPhenologie());
|
Line 1605... |
Line 1605... |
1605 |
selecteurStadePheno.setValue(obs.getPhenologie());
|
1605 |
selecteurStadePheno.setValue(obs.getPhenologie());
|
Line 1606... |
Line 1606... |
1606 |
|
1606 |
|
1607 |
selecteurReferentielTaxo.getStore().load();
|
1607 |
selecteurReferentielTaxo.getStore().load();
|
1608 |
if(obs.getReferentielTaxo() != VALEURS_MULTIPLES) {
|
1608 |
if(obs.getReferentielTaxo() != VALEURS_MULTIPLES) {
|
- |
|
1609 |
referentielTaxo = obs.getCodeCourtReferentielTaxo();
|
- |
|
1610 |
if(referentielTaxo == null || referentielTaxo.isEmpty()) {
|
- |
|
1611 |
referentielTaxo = Configuration.getReferentielsDispos().get(0).getCode();
|
1609 |
referentielTaxo = obs.getCodeCourtReferentielTaxo();
|
1612 |
}
|
1610 |
selecteurReferentielTaxo.setValue(referentielTaxo);
|
1613 |
selecteurReferentielTaxo.setValue(referentielTaxo);
|
1611 |
} else {
|
1614 |
} else {
|
1612 |
referentielTaxo = "";
|
1615 |
referentielTaxo = "";
|
1613 |
selecteurReferentielTaxo.setRawValue(VALEURS_MULTIPLES);
|
1616 |
selecteurReferentielTaxo.setRawValue(VALEURS_MULTIPLES);
|