Subversion Repositories eFlore/Applications.coel

Rev

Rev 1695 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1695 Rev 1779
Line 7... Line 7...
7
import org.tela_botanica.client.interfaces.Rafraichissable;
7
import org.tela_botanica.client.interfaces.Rafraichissable;
8
import org.tela_botanica.client.modeles.Information;
8
import org.tela_botanica.client.modeles.Information;
9
import org.tela_botanica.client.modeles.Valeur;
9
import org.tela_botanica.client.modeles.Valeur;
10
import org.tela_botanica.client.modeles.ValeurListe;
10
import org.tela_botanica.client.modeles.ValeurListe;
11
import org.tela_botanica.client.modeles.structure.StructureConservation;
11
import org.tela_botanica.client.modeles.structure.StructureConservation;
12
import org.tela_botanica.client.modeles.structure.StructureValorisation;
-
 
13
import org.tela_botanica.client.synchronisation.Sequenceur;
12
import org.tela_botanica.client.synchronisation.Sequenceur;
14
import org.tela_botanica.client.vues.Formulaire;
13
import org.tela_botanica.client.vues.Formulaire;
15
import org.tela_botanica.client.vues.FormulaireOnglet;
14
import org.tela_botanica.client.vues.FormulaireOnglet;
Line 16... Line 15...
16
 
15
 
Line 103... Line 102...
103
			}  
102
			}  
104
		};
103
		};
105
		this.addListener(Events.Select, ecouteurSelection);
104
		this.addListener(Events.Select, ecouteurSelection);
Line 106... Line 105...
106
		
105
		
107
		formationMarkRGrpChp = formulaireCourant.creerChoixUniqueRadioGroupe("formation_mark", "ouiNon");
106
		formationMarkRGrpChp = formulaireCourant.creerChoixUniqueRadioGroupe("formation_mark", "ouiNon");
108
		formationMarkRGrpChp.setFieldLabel("Le personnel s'occupant des collections a-t-il suivi des formations en conservations ?");
107
		formationMarkRGrpChp.setFieldLabel("Le personnel s'occupant des collections a-t-il suivi des formations en conservation ?");
Line 109... Line 108...
109
		this.add(formationMarkRGrpChp);
108
		this.add(formationMarkRGrpChp);
110
		
109
		
111
		formationChp = new TextArea();
110
		formationChp = new TextArea();
Line 120... Line 119...
120
		formationChp.setFieldLabel("Si oui, lesquelles ?");
119
		formationChp.setFieldLabel("Si oui, lesquelles ?");
121
		this.add(formationChp);
120
		this.add(formationChp);
Line 122... Line 121...
122
		
121
		
123
		interetFormationMarkRGrpChp = formulaireCourant.creerChoixUniqueRadioGroupe("interet_formation_mark", "ouiNon");
122
		interetFormationMarkRGrpChp = formulaireCourant.creerChoixUniqueRadioGroupe("interet_formation_mark", "ouiNon");
-
 
123
		interetFormationMarkRGrpChp.setFieldLabel("Seriez vous intéressé par une formation à la conservation et à la restauration d'herbier ?");
124
		interetFormationMarkRGrpChp.setFieldLabel("Seriez vous intéressé par une formation à la conservation et à la restauration d'herbier ?");
124
		interetFormationMarkRGrpChp.setHeight(35);
Line 125... Line 125...
125
		this.add(interetFormationMarkRGrpChp);
125
		this.add(interetFormationMarkRGrpChp);
126
		
126
		
127
		localStockageTrukCacGrpChp = new CheckBoxGroup();
127
		localStockageTrukCacGrpChp = new CheckBoxGroup();
Line 276... Line 276...
276
		if (listeValeurs.getId().equals(config.getListeId("opRestau"))) {
276
		if (listeValeurs.getId().equals(config.getListeId("opRestau"))) {
277
			opRestauAutreChp = new TextField<String>();
277
			opRestauAutreChp = new TextField<String>();
278
			Formulaire.creerChoixMultipleCac(opRestauTrukCp, opRestauTrukCacGrpChp, listeValeurs, opRestauAutreChp);
278
			Formulaire.creerChoixMultipleCac(opRestauTrukCp, opRestauTrukCacGrpChp, listeValeurs, opRestauAutreChp);
279
		}
279
		}
280
		if (listeValeurs.getId().equals(config.getListeId("onep"))) {
280
		if (listeValeurs.getId().equals(config.getListeId("onep"))) {
281
			formulaireCourant.creerChoixUniqueBoutonRadio(materielConservationCeRGrpChp, listeValeurs);
281
			formulaireCourant.creerChoixUniqueBoutonRadio(materielConservationCeRGrpChp, Formulaire.trierListeOuiNonEnPartie(listeValeurs));
282
			materielConservationCp.add(materielConservationCeRGrpChp);
282
			materielConservationCp.add(materielConservationCeRGrpChp);
283
			materielConservationCp.layout();
283
			materielConservationCp.layout();
284
		}
284
		}
285
		if (listeValeurs.getId().equals(config.getListeId("autreMateriel"))) {
285
		if (listeValeurs.getId().equals(config.getListeId("autreMateriel"))) {
286
			autreMaterielAutreChp = new TextField<String>();
286
			autreMaterielAutreChp = new TextField<String>();