Subversion Repositories eFlore/Applications.cel

Rev

Rev 1572 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1572 Rev 1597
1
package org.tela_botanica.client.vues.observation;
1
package org.tela_botanica.client.vues.observation;
2
 
2
 
3
// TODO Detecter redim et supprimer ajuster
3
// TODO Detecter redim et supprimer ajuster
4
 
4
 
5
import java.util.Date;
5
import java.util.Date;
6
import java.util.HashMap;
6
import java.util.HashMap;
7
import java.util.Iterator;
7
import java.util.Iterator;
8
import java.util.Map;
8
import java.util.Map;
9
 
9
 
10
import org.tela_botanica.client.CarnetEnLigneMediateur;
10
import org.tela_botanica.client.CarnetEnLigneMediateur;
11
import org.tela_botanica.client.interfaces.Rafraichissable;
11
import org.tela_botanica.client.interfaces.Rafraichissable;
12
import org.tela_botanica.client.modeles.objets.ChampEtendu;
12
import org.tela_botanica.client.modeles.objets.ChampEtendu;
13
import org.tela_botanica.client.modeles.objets.Configuration;
13
import org.tela_botanica.client.modeles.objets.Configuration;
14
import org.tela_botanica.client.modeles.objets.EntiteGeographiqueObservation;
14
import org.tela_botanica.client.modeles.objets.EntiteGeographiqueObservation;
15
import org.tela_botanica.client.modeles.objets.ListeObservation;
15
import org.tela_botanica.client.modeles.objets.ListeObservation;
16
import org.tela_botanica.client.modeles.objets.ListeReferentielCommune;
16
import org.tela_botanica.client.modeles.objets.ListeReferentielCommune;
17
import org.tela_botanica.client.modeles.objets.ListeReferentielNom;
17
import org.tela_botanica.client.modeles.objets.ListeReferentielNom;
18
import org.tela_botanica.client.modeles.objets.Observation;
18
import org.tela_botanica.client.modeles.objets.Observation;
19
import org.tela_botanica.client.modeles.objets.Ontologies;
19
import org.tela_botanica.client.modeles.objets.Ontologies;
20
import org.tela_botanica.client.modeles.objets.ReferentielCommune;
20
import org.tela_botanica.client.modeles.objets.ReferentielCommune;
21
import org.tela_botanica.client.modeles.objets.ReferentielNom;
21
import org.tela_botanica.client.modeles.objets.ReferentielNom;
22
import org.tela_botanica.client.modeles.objets.ListeReferentielPerso.TypesReferentiels;
22
import org.tela_botanica.client.modeles.objets.ListeReferentielPerso.TypesReferentiels;
23
import org.tela_botanica.client.observation.ObservationMediateur;
23
import org.tela_botanica.client.observation.ObservationMediateur;
24
import org.tela_botanica.client.util.AutoCompletionRefComboBox;
24
import org.tela_botanica.client.util.AutoCompletionRefComboBox;
25
import org.tela_botanica.client.util.Util;
25
import org.tela_botanica.client.util.Util;
-
 
26
 
-
 
27
import com.google.gwt.event.dom.client.ClickEvent;
26
 
28
import com.google.gwt.event.dom.client.ClickHandler;
27
import com.google.gwt.maps.client.geom.LatLng;
29
import com.google.gwt.maps.client.geom.LatLng;
28
import com.google.gwt.user.client.Timer;
30
import com.google.gwt.user.client.Timer;
29
import com.google.gwt.user.client.Window;
31
import com.google.gwt.user.client.Window;
30
import com.google.gwt.user.client.ui.HTML;
32
import com.google.gwt.user.client.ui.HTML;
31
import com.gwtext.client.core.EventCallback;
33
import com.gwtext.client.core.EventCallback;
32
import com.gwtext.client.core.EventObject;
34
import com.gwtext.client.core.EventObject;
33
import com.gwtext.client.core.Ext;
35
import com.gwtext.client.core.Ext;
34
import com.gwtext.client.core.ExtElement;
36
import com.gwtext.client.core.ExtElement;
35
import com.gwtext.client.core.ListenerConfig;
37
import com.gwtext.client.core.ListenerConfig;
36
import com.gwtext.client.core.Position;
38
import com.gwtext.client.core.Position;
37
import com.gwtext.client.data.ArrayReader;
39
import com.gwtext.client.data.ArrayReader;
38
import com.gwtext.client.data.FieldDef;
40
import com.gwtext.client.data.FieldDef;
39
import com.gwtext.client.data.MemoryProxy;
41
import com.gwtext.client.data.MemoryProxy;
40
import com.gwtext.client.data.RecordDef;
42
import com.gwtext.client.data.RecordDef;
41
import com.gwtext.client.data.SimpleStore;
43
import com.gwtext.client.data.SimpleStore;
42
import com.gwtext.client.data.Store;
44
import com.gwtext.client.data.Store;
43
import com.gwtext.client.data.StringFieldDef;
45
import com.gwtext.client.data.StringFieldDef;
44
import com.gwtext.client.widgets.BoxComponent;
46
import com.gwtext.client.widgets.BoxComponent;
45
import com.gwtext.client.widgets.Button;
47
import com.gwtext.client.widgets.Button;
46
import com.gwtext.client.widgets.Container;
48
import com.gwtext.client.widgets.Container;
47
import com.gwtext.client.widgets.DatePicker;
49
import com.gwtext.client.widgets.DatePicker;
48
import com.gwtext.client.widgets.Panel;
50
import com.gwtext.client.widgets.Panel;
49
import com.gwtext.client.widgets.ToolTip;
51
import com.gwtext.client.widgets.ToolTip;
50
import com.gwtext.client.widgets.Toolbar;
52
import com.gwtext.client.widgets.Toolbar;
51
import com.gwtext.client.widgets.event.ButtonListenerAdapter;
53
import com.gwtext.client.widgets.event.ButtonListenerAdapter;
52
import com.gwtext.client.widgets.event.ContainerListenerAdapter;
54
import com.gwtext.client.widgets.event.ContainerListenerAdapter;
53
import com.gwtext.client.widgets.event.DatePickerListenerAdapter;
55
import com.gwtext.client.widgets.event.DatePickerListenerAdapter;
54
import com.gwtext.client.widgets.event.PanelListenerAdapter;
56
import com.gwtext.client.widgets.event.PanelListenerAdapter;
55
import com.gwtext.client.widgets.form.ComboBox;
57
import com.gwtext.client.widgets.form.ComboBox;
56
import com.gwtext.client.widgets.form.DateField;
58
import com.gwtext.client.widgets.form.DateField;
57
import com.gwtext.client.widgets.form.Field;
59
import com.gwtext.client.widgets.form.Field;
58
import com.gwtext.client.widgets.form.FormPanel;
60
import com.gwtext.client.widgets.form.FormPanel;
59
import com.gwtext.client.widgets.form.Label;
61
import com.gwtext.client.widgets.form.Label;
60
import com.gwtext.client.widgets.form.MultiFieldPanel;
62
import com.gwtext.client.widgets.form.MultiFieldPanel;
61
import com.gwtext.client.widgets.form.TextArea;
63
import com.gwtext.client.widgets.form.TextArea;
62
import com.gwtext.client.widgets.form.TextField;
64
import com.gwtext.client.widgets.form.TextField;
63
import com.gwtext.client.widgets.form.event.ComboBoxListenerAdapter;
65
import com.gwtext.client.widgets.form.event.ComboBoxListenerAdapter;
64
import com.gwtext.client.widgets.form.event.TextFieldListenerAdapter;
66
import com.gwtext.client.widgets.form.event.TextFieldListenerAdapter;
65
import com.gwtext.client.widgets.layout.AnchorLayoutData;
67
import com.gwtext.client.widgets.layout.AnchorLayoutData;
66
import com.gwtext.client.widgets.layout.ColumnLayout;
68
import com.gwtext.client.widgets.layout.ColumnLayout;
67
import com.gwtext.client.widgets.layout.ColumnLayoutData;
69
import com.gwtext.client.widgets.layout.ColumnLayoutData;
68
import com.gwtext.client.widgets.layout.FormLayout;
70
import com.gwtext.client.widgets.layout.FormLayout;
69
import com.gwtext.client.widgets.layout.RowLayout;
71
import com.gwtext.client.widgets.layout.RowLayout;
70
import com.gwtext.client.data.Record;
72
import com.gwtext.client.data.Record;
71
 
73
 
72
/**
74
/**
73
 * Panneau contenant les infos, les métadonnées et l'arbre des mots clés, il implémente l'interface rafraichissable
75
 * Panneau contenant les infos, les métadonnées et l'arbre des mots clés, il implémente l'interface rafraichissable
74
 * @author aurelien
76
 * @author aurelien
75
 *
77
 *
76
 */
78
 */
77
public class FormulaireSaisieObservationVue extends Panel implements Rafraichissable  {
79
public class FormulaireSaisieObservationVue extends Panel implements Rafraichissable  {
78
 
80
 
79
 
81
 
80
	/**
82
	/**
81
	 * Le médiateur associé à la vue
83
	 * Le médiateur associé à la vue
82
	 */
84
	 */
83
	private ObservationMediateur	observationMediateur		= null;
85
	private ObservationMediateur	observationMediateur		= null;
84
	
86
	
85
	FormPanel panneauFormulaire = null;
87
	FormPanel panneauFormulaire = null;
86
 
88
 
87
	private DateField date = null;
89
	private DateField date = null;
88
	private ComboBox lieudit = null;
90
	private ComboBox lieudit = null;
89
	private ComboBox station = null;
91
	private ComboBox station = null;
90
	private ComboBox milieu = null;
92
	private ComboBox milieu = null;
91
	private TextField comment = null;
93
	private TextField comment = null;
92
	private ComboBox  commune = null;
94
	private ComboBox  commune = null;
93
	private String departement = null;
95
	private String departement = null;
94
	private ComboBox  espece = null;
96
	private ComboBox  espece = null;
95
	private String numeroNom = null;
97
	private String numeroNom = null;
96
	private String numeroOrdre = null;
98
	private String numeroOrdre = null;
97
	private String codeInseeCommune = null;
99
	private String codeInseeCommune = null;
98
	private String referentielTaxo = null;
100
	private String referentielTaxo = null;
99
	private String referentielGeo = null;
101
	private String referentielGeo = null;
100
 
102
 
101
	// Pour remise a zero partielle lors d'une validation
103
	// Pour remise a zero partielle lors d'une validation
102
	
104
	
103
	private  enum Champs {
105
	private  enum Champs {
104
	    DATE, LIEUDIT, STATION, MILIEU, COMMENT, COMMUNE, ESPECE, TOUT, LATITUDE, LONGITUDE, ALTITUDE, ABONDANCE, CERTITUDE, REFERENTIELTAXO, PHENOLOGIE;
106
	    DATE, LIEUDIT, STATION, MILIEU, COMMENT, COMMUNE, ESPECE, TOUT, LATITUDE, LONGITUDE, ALTITUDE, ABONDANCE, CERTITUDE, REFERENTIELTAXO, PHENOLOGIE;
105
	    
107
	    
106
	    @Override
108
	    @Override
107
		public String toString() {
109
		public String toString() {
108
	    	
110
	    	
109
	    	switch(this) {
111
	    	switch(this) {
110
	    	case DATE:
112
	    	case DATE:
111
	    		return "date";
113
	    		return "date";
112
	    		
114
	    		
113
	    	case COMMUNE:
115
	    	case COMMUNE:
114
	    		return "commune";
116
	    		return "commune";
115
	    	
117
	    	
116
    		case LIEUDIT:
118
    		case LIEUDIT:
117
    			return "lieu dit";
119
    			return "lieu dit";
118
	    	
120
	    	
119
    		case STATION:
121
    		case STATION:
120
    			return "station";
122
    			return "station";
121
	    	
123
	    	
122
    		case MILIEU:
124
    		case MILIEU:
123
    			return "milieu";
125
    			return "milieu";
124
	    	
126
	    	
125
    		case COMMENT:
127
    		case COMMENT:
126
    			return "commentaire";
128
    			return "commentaire";
127
	    	
129
	    	
128
	    	case ESPECE:
130
	    	case ESPECE:
129
	    		return "espèce";
131
	    		return "espèce";
130
	    		
132
	    		
131
	    	case LATITUDE:
133
	    	case LATITUDE:
132
	    		return "latitude";
134
	    		return "latitude";
133
	    		
135
	    		
134
	    	case LONGITUDE:
136
	    	case LONGITUDE:
135
	    		return "longitude";
137
	    		return "longitude";
136
	    		
138
	    		
137
	    	case ALTITUDE:
139
	    	case ALTITUDE:
138
	    		return "altitude";
140
	    		return "altitude";
139
	    		
141
	    		
140
	    	case ABONDANCE:
142
	    	case ABONDANCE:
141
	    		return "abondance";
143
	    		return "abondance";
142
	    		
144
	    		
143
	    	case CERTITUDE:
145
	    	case CERTITUDE:
144
	    		return "identification";
146
	    		return "identification";
145
	    		
147
	    		
146
	    	case REFERENTIELTAXO:
148
	    	case REFERENTIELTAXO:
147
	    		return "referentiel";
149
	    		return "referentiel";
148
	    	
150
	    	
149
	    	case PHENOLOGIE:
151
	    	case PHENOLOGIE:
150
	    		return "phenologie";
152
	    		return "phenologie";
151
	    		
153
	    		
152
	    	case TOUT:
154
	    	case TOUT:
153
	    		return "date, commune, lieu dit, station, milieu, espèce, commentaire, latitude, longitude, altitude, abondance, identification, referentiel, phenologie";
155
	    		return "date, commune, lieu dit, station, milieu, espèce, commentaire, latitude, longitude, altitude, abondance, identification, referentiel, phenologie";
154
	    	}
156
	    	}
155
			return TOUT.toString();
157
			return TOUT.toString();
156
	    }
158
	    }
157
	};
159
	};
158
	
160
	
159
	private String formatDate = null ;
161
	private String formatDate = null ;
160
	private Button boutonOK = new Button("Créer");
162
	private Button boutonOK = new Button("Créer");
161
	private Button boutonAnnuler = new Button("Réinitialiser");
163
	private Button boutonAnnuler = new Button("Réinitialiser");
162
 
164
 
163
	private boolean selectionCommune=false;
165
	private boolean selectionCommune=false;
164
	private boolean selectionEspece=false;
166
	private boolean selectionEspece=false;
165
	private boolean selectionAbondance = false;
167
	private boolean selectionAbondance = false;
166
	private boolean selectionCertitude = false;
168
	private boolean selectionCertitude = false;
167
	private boolean selectionPhenologie = false;
169
	private boolean selectionPhenologie = false;
168
	
170
	
169
	private boolean modification = false ;
171
	private boolean modification = false ;
170
	private Toolbar bt = null ;
172
	private Toolbar bt = null ;
171
	
173
	
172
	private final String VALEURS_MULTIPLES = "(Valeurs multiples)";
174
	private final String VALEURS_MULTIPLES = "(Valeurs multiples)";
173
	private final String modeleMessageModif = "commune:lieu-dit:station:milieu:latitude:longitude:altitude:date:espece:commentaire:abondance:identification:referentiel:phenologie";
175
	private final String modeleMessageModif = "commune:lieu-dit:station:milieu:latitude:longitude:altitude:date:espece:commentaire:abondance:identification:referentiel:phenologie";
174
	private boolean communeModifiee = false;
176
	private boolean communeModifiee = false;
175
	private boolean lieuDitModifie = false;
177
	private boolean lieuDitModifie = false;
176
	private boolean stationModifiee = false;
178
	private boolean stationModifiee = false;
177
	private boolean milieuModifie = false;
179
	private boolean milieuModifie = false;
178
	private boolean dateModifiee = false;
180
	private boolean dateModifiee = false;
179
	private boolean especeModifiee = false;
181
	private boolean especeModifiee = false;
180
	private boolean commModifie = false;
182
	private boolean commModifie = false;
181
	private boolean abondanceModifiee = false;
183
	private boolean abondanceModifiee = false;
182
	private boolean certitudeModifiee = false;
184
	private boolean certitudeModifiee = false;
183
	private boolean referentielTaxoModifie = false;
185
	private boolean referentielTaxoModifie = false;
184
	private boolean phenologieModifiee = false;;
186
	private boolean phenologieModifiee = false;;
185
	
187
	
186
	private final int KEY_ALT = 18;
188
	private final int KEY_ALT = 18;
187
	private final int KEY_BACKSPACE = 8;
189
	private final int KEY_BACKSPACE = 8;
188
	private final int KEY_CTRL = 17;
190
	private final int KEY_CTRL = 17;
189
	private final int KEY_DELETE = 46;
191
	private final int KEY_DELETE = 46;
190
	private final int KEY_DOWN = 40;
192
	private final int KEY_DOWN = 40;
191
	private final int KEY_END = 35;
193
	private final int KEY_END = 35;
192
	private final int KEY_ENTER = 13;
194
	private final int KEY_ENTER = 13;
193
	private final int KEY_ESCAPE = 27;
195
	private final int KEY_ESCAPE = 27;
194
	private final int KEY_HOME = 36;
196
	private final int KEY_HOME = 36;
195
	private final int KEY_LEFT = 37;
197
	private final int KEY_LEFT = 37;
196
	private final int KEY_PAGEDOWN = 34;
198
	private final int KEY_PAGEDOWN = 34;
197
	private final int KEY_PAGEUP = 33;
199
	private final int KEY_PAGEUP = 33;
198
	private final int KEY_RIGHT = 39;
200
	private final int KEY_RIGHT = 39;
199
	private final int KEY_SHIFT = 16;
201
	private final int KEY_SHIFT = 16;
200
	private final int KEY_TAB = 9;
202
	private final int KEY_TAB = 9;
201
	private final int KEY_UP = 38;
203
	private final int KEY_UP = 38;
202
	
204
	
203
	
205
	
204
	/**
206
	/**
205
	 * Combobox permettant de selectionner le mode
207
	 * Combobox permettant de selectionner le mode
206
	 * modification ou bien création
208
	 * modification ou bien création
207
	 */
209
	 */
208
	private ComboBox selecteurMode = new ComboBox();
210
	private ComboBox selecteurMode = new ComboBox();
209
	
211
	
210
	Store storeMode = null ;
212
	Store storeMode = null ;
211
 
213
 
212
	/**
214
	/**
213
	 * Booleen d'instanciation
215
	 * Booleen d'instanciation
214
	 */
216
	 */
215
	boolean estInstancie = false ;
217
	boolean estInstancie = false ;
216
 
218
 
217
	private Panel panneauIntermediaire;
219
	private Panel panneauIntermediaire;
218
 
220
 
219
	private Panel panneauPremierColonne;
221
	private Panel panneauPremierColonne;
220
 
222
 
221
	private Panel panneauSecondeColonne;
223
	private Panel panneauSecondeColonne;
222
 
224
 
223
	private boolean masseModification =false ;
225
	private boolean masseModification =false ;
224
 
226
 
225
	private TextField longitude;
227
	private TextField longitude;
226
 
228
 
227
	private TextField latitude;
229
	private TextField latitude;
228
	
230
	
229
	private TextField altitude;
231
	private TextField altitude;
230
	
232
	
231
	private MultiFieldPanel htmlCommunePanel = null;
233
	private MultiFieldPanel htmlCommunePanel = null;
232
 
234
 
233
	private MultiFieldPanel coordPanel;
235
	private MultiFieldPanel coordPanel;
234
 
236
 
235
	private TextField coordonnees;
237
	private TextField coordonnees;
236
	
238
	
237
	private Label lienSelectionCommune = null;
239
	private Label lienSelectionCommune = null;
238
 
240
 
239
	private HTML afficherFormulaireLatLon;
241
	private HTML afficherFormulaireLatLon;
240
 
242
 
241
	private HTML basculerverscarto;
243
	private HTML basculerverscarto;
242
	
244
	
243
	private boolean longlatAjoutee;
245
	private boolean longlatAjoutee;
244
 
246
 
245
	private boolean latModifiee;
247
	private boolean latModifiee;
246
 
248
 
247
	private boolean longModifiee;
249
	private boolean longModifiee;
248
	
250
	
249
	private boolean altModifiee;
251
	private boolean altModifiee;
250
 
252
 
251
	protected boolean rechercheCommuneEnCours = false;
253
	protected boolean rechercheCommuneEnCours = false;
252
 
254
 
253
	private Timer tCoord;
255
	private Timer tCoord;
254
	
256
	
255
	final String resultTplRefPerso = "<div class=\"search-item-commune\">{element_referentiel}</div>"; 
257
	final String resultTplRefPerso = "<div class=\"search-item-commune\">{element_referentiel}</div>"; 
256
	
258
	
257
	private ComboBox selecteurAbondance = null; 
259
	private ComboBox selecteurAbondance = null; 
258
	
260
	
259
	private ComboBox selecteurCertitude = null; 
261
	private ComboBox selecteurCertitude = null; 
260
	
262
	
261
	private ComboBox selecteurReferentielTaxo = null;
263
	private ComboBox selecteurReferentielTaxo = null;
262
	
264
	
263
	private ComboBox selecteurStadePheno = null;
265
	private ComboBox selecteurStadePheno = null;
-
 
266
	
-
 
267
	private HTML lienAfficherChampsEtendus = null;
-
 
268
	
-
 
269
	FormPanel conteneurChampEtenduGauche = null;
-
 
270
	FormPanel conteneurChampEtenduDroite = null;
-
 
271
	
-
 
272
	private boolean afficherChampsEtendus = false;
-
 
273
	private boolean premierAffichage = true;
264
	
274
	
265
	private Map<String, TextField> listeChampsEtendus;
275
	private Map<String, TextField> listeChampsEtendus;
266
	
276
	
267
	/**
277
	/**
268
	 * Constructeur sans argument (privé car ne doit pas être utilisé)
278
	 * Constructeur sans argument (privé car ne doit pas être utilisé)
269
	 */
279
	 */
270
	@SuppressWarnings("unused")
280
	@SuppressWarnings("unused")
271
	private FormulaireSaisieObservationVue()
281
	private FormulaireSaisieObservationVue()
272
	{
282
	{
273
		super() ;
283
		super() ;
274
	}
284
	}
275
	
285
	
276
	/**
286
	/**
277
	 * Constructeur avec argument
287
	 * Constructeur avec argument
278
	 * @param im
288
	 * @param im
279
	 */
289
	 */
280
	public FormulaireSaisieObservationVue(ObservationMediateur obs)
290
	public FormulaireSaisieObservationVue(ObservationMediateur obs)
281
	{		
291
	{		
282
		super("Saisie");
292
		super("Saisie");
283
		// on associe le médiateur
293
		// on associe le médiateur
284
		observationMediateur = obs ;
294
		observationMediateur = obs ;
285
		
295
		
286
		referentielTaxo = obs.getRefTaxSelectionne().getCode();
296
		referentielTaxo = obs.getRefTaxSelectionne().getCode();
287
	     	
297
	     	
288
		panneauFormulaire = new FormPanel(Position.RIGHT);
298
		panneauFormulaire = new FormPanel(Position.RIGHT);
289
		panneauFormulaire.setBorder(false);
299
		panneauFormulaire.setBorder(false);
290
		
300
		
291
		// Panneau intermediaire qui contient deux colonnes de formulaire
301
		// Panneau intermediaire qui contient deux colonnes de formulaire
292
		panneauIntermediaire = new Panel();  
302
		panneauIntermediaire = new Panel();  
293
		
303
		
294
		if (Window.getClientWidth()> Window.getClientHeight()) {
304
		if (Window.getClientWidth()> Window.getClientHeight()) {
295
			panneauIntermediaire.setLayout(new ColumnLayout()); 
305
			panneauIntermediaire.setLayout(new ColumnLayout()); 
296
		}
306
		}
297
		else {
307
		else {
298
			panneauIntermediaire.setLayout(new RowLayout()); 
308
			panneauIntermediaire.setLayout(new RowLayout()); 
299
		}
309
		}
300
		
310
		
301
		panneauIntermediaire.setBorder(false);
311
		panneauIntermediaire.setBorder(false);
302
 
312
 
303
		//création du panneau formulaire de gauche auquels on ajoute les champs
313
		//création du panneau formulaire de gauche auquels on ajoute les champs
304
		panneauPremierColonne = new Panel();  
314
		panneauPremierColonne = new Panel();  
305
		panneauPremierColonne.setLayout(new FormLayout());  
315
		panneauPremierColonne.setLayout(new FormLayout());  
306
		panneauPremierColonne.setBorder(false);
316
		panneauPremierColonne.setBorder(false);
307
 
317
 
308
		//création du panneau formulaire de droite
318
		//création du panneau formulaire de droite
309
	    panneauSecondeColonne = new Panel();  
319
	    panneauSecondeColonne = new Panel();  
310
		panneauSecondeColonne.setLayout(new FormLayout());  
320
		panneauSecondeColonne.setLayout(new FormLayout());  
311
		panneauSecondeColonne.setBorder(false);
321
		panneauSecondeColonne.setBorder(false);
312
				
322
				
313
		this.setPaddings(5) ;
323
		this.setPaddings(5) ;
314
	
324
	
315
		// Accesskey pour debugging
325
		// Accesskey pour debugging
316
		commune=new ComboBox("Commune","commune\" accesskey=\"1");  
326
		commune=new ComboBox("Commune","commune\" accesskey=\"1");  
317
		
327
		
318
		final String resultTplCommune = "<div class=\"search-item-commune\">{commune}</div>";  
328
		final String resultTplCommune = "<div class=\"search-item-commune\">{commune}</div>";  
319
		commune.setTpl(resultTplCommune);
329
		commune.setTpl(resultTplCommune);
320
		commune.setMode(ComboBox.REMOTE);
330
		commune.setMode(ComboBox.REMOTE);
321
		commune.setItemSelector("div.search-item-commune");
331
		commune.setItemSelector("div.search-item-commune");
322
		commune.setTypeAhead(true);  
332
		commune.setTypeAhead(true);  
323
		commune.setLoadingText("Recherche...");  
333
		commune.setLoadingText("Recherche...");  
324
		commune.setHideTrigger(true);
334
		commune.setHideTrigger(true);
325
		
335
		
326
		  //création du lien "Accès carto" dans le formulaire	
336
		  //création du lien "Accès carto" dans le formulaire	
327
		basculerverscarto = new HTML(" <a id=\"lien_carto\" href=\"#\" tabindex=\"2\">Localiser la commune</a>");
337
		basculerverscarto = new HTML(" <a id=\"lien_carto\" href=\"#\" tabindex=\"2\">Localiser la commune</a>");
328
		basculerverscarto.addStyleName("lien_actif");
338
		basculerverscarto.addStyleName("lien_actif");
329
		
339
		
330
		//création info bulle sur le lien "accès carto"
340
		//création info bulle sur le lien "accès carto"
331
		ToolTip tip2 = new ToolTip();  
341
		ToolTip tip2 = new ToolTip();  
332
		tip2.setHtml("Via une carte, obtenez les coordonnées (latitude/longitude) de votre observation ");  
342
		tip2.setHtml("Via une carte, obtenez les coordonnées (latitude/longitude) de votre observation ");  
333
		tip2.applyTo(basculerverscarto.getElement());
343
		tip2.applyTo(basculerverscarto.getElement());
334
		
344
		
335
		//Sur une meme ligne, ajout de plusieurs champs
345
		//Sur une meme ligne, ajout de plusieurs champs
336
		htmlCommunePanel = new MultiFieldPanel(); 
346
		htmlCommunePanel = new MultiFieldPanel(); 
337
		
347
		
338
		int largeurCommune = Window.getClientWidth()/4;
348
		int largeurCommune = Window.getClientWidth()/4;
339
		htmlCommunePanel.addToRow(commune, largeurCommune);
349
		htmlCommunePanel.addToRow(commune, largeurCommune);
340
		htmlCommunePanel.addToRow(basculerverscarto, 160); 
350
		htmlCommunePanel.addToRow(basculerverscarto, 160); 
341
 
351
 
342
		htmlCommunePanel.setBorder(false);
352
		htmlCommunePanel.setBorder(false);
343
		htmlCommunePanel.setId("x-commune-panel"); 
353
		htmlCommunePanel.setId("x-commune-panel"); 
344
 
354
 
345
		panneauPremierColonne.add(htmlCommunePanel);
355
		panneauPremierColonne.add(htmlCommunePanel);
346
 
356
 
347
	    station = new AutoCompletionRefComboBox("Station", "station", observationMediateur, TypesReferentiels.REFERENTIEL_STATION) {
357
	    station = new AutoCompletionRefComboBox("Station", "station", observationMediateur, TypesReferentiels.REFERENTIEL_STATION) {
348
 
358
 
349
			@Override
359
			@Override
350
			public void onModificationValeur() {
360
			public void onModificationValeur() {
351
				stationModifiee = true;
361
				stationModifiee = true;
352
			}
362
			}
353
 
363
 
354
			@Override
364
			@Override
355
			public void onValidationSaisie() {
365
			public void onValidationSaisie() {
356
				validerSaisie(Champs.STATION);
366
				validerSaisie(Champs.STATION);
357
			}  	
367
			}  	
358
	    };
368
	    };
359
	    panneauPremierColonne.add(station, new AnchorLayoutData("95%"));  
369
	    panneauPremierColonne.add(station, new AnchorLayoutData("95%"));  
360
	    
370
	    
361
		latitude = new TextField("Lat", "lat");
371
		latitude = new TextField("Lat", "lat");
362
		latitude.setGrowMax(70);
372
		latitude.setGrowMax(70);
363
		latitude.setAllowBlank(true);
373
		latitude.setAllowBlank(true);
364
	    
374
	    
365
	    longitude = new TextField("Lon", "lon");
375
	    longitude = new TextField("Lon", "lon");
366
	    longitude.setGrowMax(70);
376
	    longitude.setGrowMax(70);
367
		longitude.setAllowBlank(true);
377
		longitude.setAllowBlank(true);
368
		
378
		
369
		altitude = new TextField("Alt (mètres)", "alt");
379
		altitude = new TextField("Alt (mètres)", "alt");
370
		altitude.setGrowMax(70);
380
		altitude.setGrowMax(70);
371
		altitude.setAllowBlank(true);
381
		altitude.setAllowBlank(true);
372
				
382
				
373
		lienSelectionCommune = new Label("");
383
		lienSelectionCommune = new Label("");
374
		
384
		
375
		
385
		
376
		lienSelectionCommune.setId("conteneur_selection_commune");
386
		lienSelectionCommune.setId("conteneur_selection_commune");
377
		lienSelectionCommune.setStyleName("conteneur_selection_commune");
387
		lienSelectionCommune.setStyleName("conteneur_selection_commune");
378
		lienSelectionCommune.addStyleName("lien_actif");
388
		lienSelectionCommune.addStyleName("lien_actif");
379
			
389
			
380
		// Panneau de type plusieurs champs de formulaire sur une meme ligne, où seront renseignés Lat/Lon
390
		// Panneau de type plusieurs champs de formulaire sur une meme ligne, où seront renseignés Lat/Lon
381
		coordPanel = new MultiFieldPanel(); 
391
		coordPanel = new MultiFieldPanel(); 
382
		coordPanel.setPaddings(0, 0, 0, 10);
392
		coordPanel.setPaddings(0, 0, 0, 10);
383
		coordPanel.setVisible(false);
393
		coordPanel.setVisible(false);
384
		
394
		
385
		final double largeur ;
395
		final double largeur ;
386
		largeur = 120;
396
		largeur = 120;
387
				
397
				
388
		coordPanel.addToRow(latitude, new ColumnLayoutData(largeur)); 
398
		coordPanel.addToRow(latitude, new ColumnLayoutData(largeur)); 
389
		coordPanel.addToRow(longitude, new ColumnLayoutData(largeur));  
399
		coordPanel.addToRow(longitude, new ColumnLayoutData(largeur));  
390
		coordPanel.addToRow(lienSelectionCommune, new ColumnLayoutData(largeur)); 
400
		coordPanel.addToRow(lienSelectionCommune, new ColumnLayoutData(largeur)); 
391
		lienSelectionCommune.addClass("lien_decale");
401
		lienSelectionCommune.addClass("lien_decale");
392
		coordPanel.setBorder(false);
402
		coordPanel.setBorder(false);
393
		
403
		
394
		coordPanel.addToRow(altitude, new ColumnLayoutData(largeur));
404
		coordPanel.addToRow(altitude, new ColumnLayoutData(largeur));
395
		
405
		
396
		  //création du champs coordonnées	
406
		  //création du champs coordonnées	
397
		referentielGeo = Configuration.getReferentielGeo();
407
		referentielGeo = Configuration.getReferentielGeo();
398
		
408
		
399
		coordonnees = new TextField("Coordonnées", "", 0);
409
		coordonnees = new TextField("Coordonnées", "", 0);
400
		coordonnees.setMaxLength(0);
410
		coordonnees.setMaxLength(0);
401
		coordonnees.setReadOnly(true);
411
		coordonnees.setReadOnly(true);
402
		coordonnees.setCls("fieldname");
412
		coordonnees.setCls("fieldname");
403
		
413
		
404
		//création du lien "saisie X/Y" dans le formulaire
414
		//création du lien "saisie X/Y" dans le formulaire
405
		afficherFormulaireLatLon = new HTML("<span style=\"padding-left:30px;\" class=\"conteneur_lien_afficher_lat_lon\">" +
415
		afficherFormulaireLatLon = new HTML("<span style=\"padding-left:30px;\" class=\"conteneur_lien_afficher_lat_lon\">" +
406
				"<a title=\"Lat / Lon sont les latitudes / longitudes, à remplir en degrés décimaux\" class=\"lien_actif\" id=\"lien_coord\" href=\"#\" tabindex=\"6\">Saisie Lat/Lon ("+referentielGeo+")</a>" +
416
				"<a title=\"Lat / Lon sont les latitudes / longitudes, à remplir en degrés décimaux\" class=\"lien_actif\" id=\"lien_coord\" href=\"#\" tabindex=\"6\">Saisie Lat/Lon ("+referentielGeo+")</a>" +
407
				"<span><span style=\"padding-left:20px\" class=\"conteneur_lien_localiser_lat_lon\">"+
417
				"<span><span style=\"padding-left:20px\" class=\"conteneur_lien_localiser_lat_lon\">"+
408
				"<a title=\"Cliquez pour obtenir les coordonnées de votre observation à partir de la carte\" class=\"lien_actif\" id=\"lien_carto_coord\" href=\"#\" tabindex=\"7\">Localiser sur la carte</a>"+
418
				"<a title=\"Cliquez pour obtenir les coordonnées de votre observation à partir de la carte\" class=\"lien_actif\" id=\"lien_carto_coord\" href=\"#\" tabindex=\"7\">Localiser sur la carte</a>"+
409
				"</span>");
419
				"</span>");
410
						
420
						
411
			//ajout d'un listener sur le lien "saisie X/Y"	
421
			//ajout d'un listener sur le lien "saisie X/Y"	
412
			coordPanel.addListener(new PanelListenerAdapter() {
422
			coordPanel.addListener(new PanelListenerAdapter() {
413
				
423
				
414
				@Override
424
				@Override
415
				public void onAfterLayout(Container c) {
425
				public void onAfterLayout(Container c) {
416
					surPremierAffichageCoordPanel(largeur);
426
					surPremierAffichageCoordPanel(largeur);
417
				}
427
				}
418
			});
428
			});
419
						
429
						
420
		//Sur une meme ligne, ajout de plusieurs champs
430
		//Sur une meme ligne, ajout de plusieurs champs
421
		final MultiFieldPanel htmlPanel = new MultiFieldPanel();  
431
		final MultiFieldPanel htmlPanel = new MultiFieldPanel();  
422
		
432
		
423
		htmlPanel.addToRow(coordonnees, 100); 
433
		htmlPanel.addToRow(coordonnees, 100); 
424
		htmlPanel.addToRow(afficherFormulaireLatLon, new ColumnLayoutData(0.9)); 
434
		htmlPanel.addToRow(afficherFormulaireLatLon, new ColumnLayoutData(0.9)); 
425
		htmlPanel.setBorder(false);
435
		htmlPanel.setBorder(false);
426
		htmlPanel.setId("x-coord-panel");
436
		htmlPanel.setId("x-coord-panel");
427
			
437
			
428
		panneauPremierColonne.add(htmlPanel);
438
		panneauPremierColonne.add(htmlPanel);
429
		panneauPremierColonne.add(coordPanel);
439
		panneauPremierColonne.add(coordPanel);
430
	    
440
	    
431
	    date = new DateField("Date", "date", 200);  
441
	    date = new DateField("Date", "date", 200);  
432
	    date.setAllowBlank(true);
442
	    date.setAllowBlank(true);
433
	    formatDate = "d/m/Y";
443
	    formatDate = "d/m/Y";
434
	    date.setFormat(formatDate) ;
444
	    date.setFormat(formatDate) ;
435
	    date.setTitle("Date de l'observation au format jj/mm/aaaa");
445
	    date.setTitle("Date de l'observation au format jj/mm/aaaa");
436
	    //date.setTabIndex(5);
446
	    //date.setTabIndex(5);
437
	    panneauPremierColonne.add(date, new AnchorLayoutData("55%"));  
447
	    panneauPremierColonne.add(date, new AnchorLayoutData("55%"));  
438
 	
448
 	
439
	    
449
	    
440
	    final String champsListeTpl = "<div class=\"x-combo-list-item search-item-tpl\" title=\"{label}\">{label}</div>"; 
450
	    final String champsListeTpl = "<div class=\"x-combo-list-item search-item-tpl\" title=\"{label}\">{label}</div>"; 
441
 	
451
 	
442
	    // Selection d'un référentiel par défaut (le premier spécifié dans la config)
452
	    // Selection d'un référentiel par défaut (le premier spécifié dans la config)
443
	    referentielTaxo = Configuration.getReferentielsDispos().get(0).getCode();
453
	    referentielTaxo = Configuration.getReferentielsDispos().get(0).getCode();
444
	    selecteurReferentielTaxo = new ComboBox();
454
	    selecteurReferentielTaxo = new ComboBox();
445
	    selecteurReferentielTaxo.setCls("champ-separation");
455
	    selecteurReferentielTaxo.setCls("champ-separation");
446
	    selecteurReferentielTaxo.setLabel("Référentiel");
456
	    selecteurReferentielTaxo.setLabel("Référentiel");
447
	    selecteurReferentielTaxo.setStore(Ontologies.getValeursReferentiel());
457
	    selecteurReferentielTaxo.setStore(Ontologies.getValeursReferentiel());
448
	    selecteurReferentielTaxo.setValue(referentielTaxo);
458
	    selecteurReferentielTaxo.setValue(referentielTaxo);
449
	    selecteurReferentielTaxo.setDisplayField("label") ;
459
	    selecteurReferentielTaxo.setDisplayField("label") ;
450
	    selecteurReferentielTaxo.setValueField("valeur");
460
	    selecteurReferentielTaxo.setValueField("valeur");
451
	    selecteurReferentielTaxo.setEditable(false);
461
	    selecteurReferentielTaxo.setEditable(false);
452
	    selecteurReferentielTaxo.setHideTrigger(false);
462
	    selecteurReferentielTaxo.setHideTrigger(false);
453
	    selecteurReferentielTaxo.setForceSelection(true);
463
	    selecteurReferentielTaxo.setForceSelection(true);
454
	    selecteurReferentielTaxo.setTpl(champsListeTpl);
464
	    selecteurReferentielTaxo.setTpl(champsListeTpl);
455
	    	    
465
	    	    
456
		espece=new ComboBox("Espèce","nom");  
466
		espece=new ComboBox("Espèce","nom");  
457
		final String resultTplEspece = "<div class=\"search-item-espece {indicateurNomRetenu}\">{nom}</div>";  
467
		final String resultTplEspece = "<div class=\"search-item-espece {indicateurNomRetenu}\">{nom}</div>";  
458
 
468
 
459
		
469
		
460
		espece.setTpl(resultTplEspece);
470
		espece.setTpl(resultTplEspece);
461
		espece.setMode(ComboBox.REMOTE);
471
		espece.setMode(ComboBox.REMOTE);
462
		espece.setItemSelector("div.search-item-espece");
472
		espece.setItemSelector("div.search-item-espece");
463
		espece.setTypeAhead(true);  
473
		espece.setTypeAhead(true);  
464
		espece.setLoadingText("Recherche...");  
474
		espece.setLoadingText("Recherche...");  
465
		  
475
		  
466
		espece.setHideTrigger(true);
476
		espece.setHideTrigger(true);
467
 
477
 
468
	    Panel panelSeparationPp = new Panel();
478
	    Panel panelSeparationPp = new Panel();
469
	    panelSeparationPp.setHeight(15);
479
	    panelSeparationPp.setHeight(15);
470
	    panelSeparationPp.setBorder(false);
480
	    panelSeparationPp.setBorder(false);
471
	    
481
	    
472
	    panneauPremierColonne.add(panelSeparationPp);
482
	    panneauPremierColonne.add(panelSeparationPp);
473
	    panneauPremierColonne.add(selecteurReferentielTaxo, new AnchorLayoutData("85%")); 
483
	    panneauPremierColonne.add(selecteurReferentielTaxo, new AnchorLayoutData("85%")); 
474
	    panneauPremierColonne.add(espece, new AnchorLayoutData("95%"));   
484
	    panneauPremierColonne.add(espece, new AnchorLayoutData("95%"));   
475
	    
485
	    
476
	    selecteurAbondance = new ComboBox();
486
	    selecteurAbondance = new ComboBox();
477
	    selecteurAbondance.setCls("champ-separation");
487
	    selecteurAbondance.setCls("champ-separation");
478
	    selecteurAbondance.setLabel("Abondance");
488
	    selecteurAbondance.setLabel("Abondance");
479
	    selecteurAbondance.setStore(Ontologies.getValeursAbondance());
489
	    selecteurAbondance.setStore(Ontologies.getValeursAbondance());
480
	    selecteurAbondance.setDisplayField("label") ;
490
	    selecteurAbondance.setDisplayField("label") ;
481
	    selecteurAbondance.setValueField("valeur");
491
	    selecteurAbondance.setValueField("valeur");
482
	    selecteurAbondance.setEditable(true);
492
	    selecteurAbondance.setEditable(true);
483
	    selecteurAbondance.setHideTrigger(false);
493
	    selecteurAbondance.setHideTrigger(false);
484
	    selecteurAbondance.setForceSelection(false);
494
	    selecteurAbondance.setForceSelection(false);
485
	    selecteurAbondance.setTpl(champsListeTpl);
495
	    selecteurAbondance.setTpl(champsListeTpl);
486
	    panneauPremierColonne.add(selecteurAbondance,  new AnchorLayoutData("95%"));   
496
	    panneauPremierColonne.add(selecteurAbondance,  new AnchorLayoutData("95%"));   
487
	    	    
497
	    	    
488
	    lieudit = new AutoCompletionRefComboBox("Lieu-dit", "lieudit",observationMediateur,TypesReferentiels.REFERENTIEL_LIEU_DIT) {
498
	    lieudit = new AutoCompletionRefComboBox("Lieu-dit", "lieudit",observationMediateur,TypesReferentiels.REFERENTIEL_LIEU_DIT) {
489
 
499
 
490
			@Override
500
			@Override
491
			public void onModificationValeur() {
501
			public void onModificationValeur() {
492
				lieuDitModifie = true;			
502
				lieuDitModifie = true;			
493
			}
503
			}
494
 
504
 
495
			@Override
505
			@Override
496
			public void onValidationSaisie() {
506
			public void onValidationSaisie() {
497
				validerSaisie(Champs.LIEUDIT);
507
				validerSaisie(Champs.LIEUDIT);
498
			}
508
			}
499
	    };
509
	    };
500
	    panneauSecondeColonne.add(lieudit,  new AnchorLayoutData("95%"));  
510
	    panneauSecondeColonne.add(lieudit,  new AnchorLayoutData("95%"));  
501
	       	    
511
	       	    
502
	    milieu = new AutoCompletionRefComboBox("Milieu","milieu",observationMediateur,TypesReferentiels.REFERENTIEL_MILIEU) {
512
	    milieu = new AutoCompletionRefComboBox("Milieu","milieu",observationMediateur,TypesReferentiels.REFERENTIEL_MILIEU) {
503
 
513
 
504
			@Override
514
			@Override
505
			public void onModificationValeur() {
515
			public void onModificationValeur() {
506
				milieuModifie = true;
516
				milieuModifie = true;
507
			}
517
			}
508
 
518
 
509
			@Override
519
			@Override
510
			public void onValidationSaisie() {
520
			public void onValidationSaisie() {
511
				validerSaisie(Champs.MILIEU);
521
				validerSaisie(Champs.MILIEU);
512
			}
522
			}
513
	    	
523
	    	
514
	    };
524
	    };
515
	    panneauSecondeColonne.add(milieu,  new AnchorLayoutData("95%"));
525
	    panneauSecondeColonne.add(milieu,  new AnchorLayoutData("95%"));
516
	    
526
	    
517
	    comment = new TextArea("Notes", "comment");  
527
	    comment = new TextArea("Notes", "comment");  
518
	    comment.setAllowBlank(true);
528
	    comment.setAllowBlank(true);
519
	    comment.setHeight(50);
529
	    comment.setHeight(50);
520
	    
530
	    
521
	    panneauSecondeColonne.add(comment, new AnchorLayoutData("95%") );
531
	    panneauSecondeColonne.add(comment, new AnchorLayoutData("95%") );
522
	    
532
	    
523
	    Panel panelSeparationPs = new Panel();
533
	    Panel panelSeparationPs = new Panel();
524
	    panelSeparationPs.setHeight(39);
534
	    panelSeparationPs.setHeight(39);
525
	    panelSeparationPs.setBorder(false);
535
	    panelSeparationPs.setBorder(false);
526
	    
536
	    
527
	    panneauSecondeColonne.add(panelSeparationPs);
537
	    panneauSecondeColonne.add(panelSeparationPs);
528
	    
538
	    
529
	    selecteurCertitude = new ComboBox();
539
	    selecteurCertitude = new ComboBox();
530
	    selecteurCertitude.setLabel("Identification");
540
	    selecteurCertitude.setLabel("Identification");
531
	    selecteurCertitude.setStore(Ontologies.getValeursCertitude());
541
	    selecteurCertitude.setStore(Ontologies.getValeursCertitude());
532
	    selecteurCertitude.setDisplayField("label") ;
542
	    selecteurCertitude.setDisplayField("label") ;
533
	    selecteurCertitude.setValueField("valeur");
543
	    selecteurCertitude.setValueField("valeur");
534
	    selecteurCertitude.setEditable(true);
544
	    selecteurCertitude.setEditable(true);
535
	    selecteurCertitude.setHideTrigger(false);
545
	    selecteurCertitude.setHideTrigger(false);
536
	    selecteurCertitude.setForceSelection(false);
546
	    selecteurCertitude.setForceSelection(false);
537
	    selecteurCertitude.setTpl(champsListeTpl);
547
	    selecteurCertitude.setTpl(champsListeTpl);
538
	    panneauSecondeColonne.add(selecteurCertitude, new AnchorLayoutData("95%"));   
548
	    panneauSecondeColonne.add(selecteurCertitude, new AnchorLayoutData("95%"));   
539
	    
549
	    
540
	    selecteurStadePheno = new ComboBox();
550
	    selecteurStadePheno = new ComboBox();
541
	    selecteurStadePheno.setLabel("Phénologie");
551
	    selecteurStadePheno.setLabel("Phénologie");
542
	    selecteurStadePheno.setStore(Ontologies.getValeursPhenologie());
552
	    selecteurStadePheno.setStore(Ontologies.getValeursPhenologie());
543
	    selecteurStadePheno.setDisplayField("label") ;
553
	    selecteurStadePheno.setDisplayField("label") ;
544
	    selecteurStadePheno.setValueField("valeur");
554
	    selecteurStadePheno.setValueField("valeur");
545
	    selecteurStadePheno.setEditable(true);
555
	    selecteurStadePheno.setEditable(true);
546
	    selecteurStadePheno.setHideTrigger(false);
556
	    selecteurStadePheno.setHideTrigger(false);
547
	    selecteurStadePheno.setForceSelection(false);
557
	    selecteurStadePheno.setForceSelection(false);
548
	    selecteurStadePheno.setTpl(champsListeTpl);
558
	    selecteurStadePheno.setTpl(champsListeTpl);
549
	    panneauSecondeColonne.add(selecteurStadePheno, new AnchorLayoutData("95%"));   
559
	    panneauSecondeColonne.add(selecteurStadePheno, new AnchorLayoutData("95%"));   
550
	    
560
	    
551
	    if (Window.getClientWidth() > Window.getClientHeight() || Window.getClientWidth() < 800) {
561
	    if (Window.getClientWidth() > Window.getClientHeight() || Window.getClientWidth() < 800) {
552
			panneauIntermediaire.add(panneauPremierColonne, new ColumnLayoutData(.5));
562
			panneauIntermediaire.add(panneauPremierColonne, new ColumnLayoutData(.5));
553
			panneauIntermediaire.add(panneauSecondeColonne, new ColumnLayoutData(.5));
563
			panneauIntermediaire.add(panneauSecondeColonne, new ColumnLayoutData(.5));
554
	    }
564
	    }
555
	    else {
565
	    else {
556
			panneauIntermediaire.add(panneauPremierColonne);
566
			panneauIntermediaire.add(panneauPremierColonne);
557
			panneauIntermediaire.add(panneauSecondeColonne);   	
567
			panneauIntermediaire.add(panneauSecondeColonne);   	
558
	    }
568
	    }
559
			
569
			
560
		panneauFormulaire.add(panneauIntermediaire);
570
		panneauFormulaire.add(panneauIntermediaire);
561
		
571
		
562
		Object[][] mode = {{"création",false} , {"modification", true} };
572
		Object[][] mode = {{"création",false} , {"modification", true} };
563
		storeMode = new SimpleStore(new String[] { "nom_mode", "mode" },
573
		storeMode = new SimpleStore(new String[] { "nom_mode", "mode" },
564
				mode);
574
				mode);
565
		storeMode.load();
575
		storeMode.load();
566
		selecteurMode.setStore(storeMode);
576
		selecteurMode.setStore(storeMode);
567
		selecteurMode.setDisplayField("nom_mode") ;
577
		selecteurMode.setDisplayField("nom_mode") ;
568
		selecteurMode.setLabel("mode ") ;
578
		selecteurMode.setLabel("mode ") ;
569
		selecteurMode.setForceSelection(true) ;
579
		selecteurMode.setForceSelection(true) ;
570
		selecteurMode.setValue("création") ;
580
		selecteurMode.setValue("création") ;
571
		selecteurMode.setEditable(false) ;
581
		selecteurMode.setEditable(false) ;
572
		selecteurMode.setCls("x-selec-crea") ;
582
		selecteurMode.setCls("x-selec-crea") ;
573
		
583
		
574
		bt = new Toolbar() ;
584
		bt = new Toolbar() ;
575
		bt.addSpacer() ;
585
		bt.addSpacer() ;
576
		bt.addText("Mode de saisie ") ;
586
		bt.addText("Mode de saisie ") ;
577
		bt.addField(selecteurMode) ;
587
		bt.addField(selecteurMode) ;
578
			
588
			
579
		if (Ext.isIE()) {
589
		if (Ext.isIE()) {
580
			panneauPremierColonne.setButtonAlign(Position.RIGHT);
590
			panneauPremierColonne.setButtonAlign(Position.RIGHT);
581
			panneauPremierColonne.addButton(boutonOK);
591
			panneauPremierColonne.addButton(boutonOK);
582
			panneauSecondeColonne.setButtonAlign(Position.LEFT);
592
			panneauSecondeColonne.setButtonAlign(Position.LEFT);
583
			panneauPremierColonne.addButton(boutonAnnuler);
593
			panneauPremierColonne.addButton(boutonAnnuler);
584
		}
594
		}
585
		else {	
595
		else {	
586
			panneauFormulaire.addButton(boutonOK);
596
			panneauFormulaire.addButton(boutonOK);
587
			panneauFormulaire.addButton(boutonAnnuler);		
597
			panneauFormulaire.addButton(boutonAnnuler);		
588
		}
598
		}
589
			
599
			
590
		selecteurMode.addListener(new ComboBoxListenerAdapter() {
600
		selecteurMode.addListener(new ComboBoxListenerAdapter() {
591
			@Override
601
			@Override
592
			public void onSelect(ComboBox comboBox, Record record, int index) {
602
			public void onSelect(ComboBox comboBox, Record record, int index) {
593
				
603
				
594
				// et on met la valeur à jour dans la combobox
604
				// et on met la valeur à jour dans la combobox
595
				comboBox.setValue(record.getAsString("nom_mode"));
605
				comboBox.setValue(record.getAsString("nom_mode"));
596
				setModification(record.getAsString("mode")) ;
606
				setModification(record.getAsString("mode")) ;
597
			}
607
			}
598
		});
608
		});
599
	
609
	
600
		this.add(panneauFormulaire) ;
610
		this.add(panneauFormulaire) ;
601
		this.setTopToolbar(bt) ;
611
		this.setTopToolbar(bt) ;
602
		
612
		
603
		this.setAutoScroll(true);
613
		this.setAutoScroll(true);
604
	
614
	
605
		
615
		
606
		panneauFormulaire.addListener(new PanelListenerAdapter() {
616
		panneauFormulaire.addListener(new PanelListenerAdapter() {
607
	        @Override
617
	        @Override
608
			public void onResize(BoxComponent component, int adjWidth, int adjHeight, int rawWidth, int rawHeight) {
618
			public void onResize(BoxComponent component, int adjWidth, int adjHeight, int rawWidth, int rawHeight) {
609
	        	panneauIntermediaire.setWidth(rawWidth);
619
	        	panneauIntermediaire.setWidth(rawWidth);
610
	        	panneauIntermediaire.setHeight(rawHeight);
620
	        	panneauIntermediaire.setHeight(rawHeight);
611
	        	
621
	        	
612
	        	panneauPremierColonne.doLayout();
622
	        	panneauPremierColonne.doLayout();
613
	        	panneauSecondeColonne.doLayout();
623
	        	panneauSecondeColonne.doLayout();
614
	        		        	
624
	        		        	
615
	        	htmlCommunePanel.doLayout();
625
	        	htmlCommunePanel.doLayout();
616
	        	htmlPanel.doLayout();
626
	        	htmlPanel.doLayout();
617
	        	
627
	        	
618
	        	doLayout();
628
	        	doLayout();
619
	        }
629
	        }
620
	    });
630
	    });
-
 
631
		
-
 
632
		lienAfficherChampsEtendus = new HTML("Afficher les champs étendus");
-
 
633
		lienAfficherChampsEtendus.setStyleName("img-curseur-depl");
-
 
634
		lienAfficherChampsEtendus.setStyleName("lienAfficherChampsEtendus");
-
 
635
		lienAfficherChampsEtendus.setVisible(false);
-
 
636
 
-
 
637
		lienAfficherChampsEtendus.addClickHandler(new ClickHandler() {
-
 
638
			@Override
-
 
639
			public void onClick(ClickEvent event) {
-
 
640
				if(afficherChampsEtendus) {
-
 
641
					afficherChampsEtendus = false;
-
 
642
					if(conteneurChampEtenduGauche != null && conteneurChampEtenduDroite != null) {
-
 
643
						conteneurChampEtenduGauche.hide();
-
 
644
						conteneurChampEtenduDroite.hide();
-
 
645
					}
-
 
646
					lienAfficherChampsEtendus.setText("Afficher les champs étendus");
-
 
647
					
-
 
648
				} else {
-
 
649
					afficherChampsEtendus = true;
-
 
650
					if(conteneurChampEtenduGauche != null && conteneurChampEtenduDroite != null) {
-
 
651
						conteneurChampEtenduGauche.show();
-
 
652
						conteneurChampEtenduDroite.show();
-
 
653
					}
-
 
654
					lienAfficherChampsEtendus.setText("Cacher les champs étendus");
-
 
655
				}
-
 
656
			}
-
 
657
		});
-
 
658
		panneauPremierColonne.add(lienAfficherChampsEtendus);
-
 
659
		panneauPremierColonne.addListener(new PanelListenerAdapter() {
-
 
660
			@Override
-
 
661
			public void onAfterLayout(Container c) {
-
 
662
				if(premierAffichage) {
-
 
663
					lienAfficherChampsEtendus.setVisible(false);
-
 
664
					premierAffichage = false;
-
 
665
				}
-
 
666
			}
-
 
667
		});
621
		
668
		
622
		// on ajoute les listeners
669
		// on ajoute les listeners
623
		ajouterListeners() ;
670
		ajouterListeners() ;
624
		saisieTabindex();
671
		saisieTabindex();
625
	}
672
	}
626
	
673
	
627
	private void surPremierAffichageCoordPanel(final double largeur) {
674
	private void surPremierAffichageCoordPanel(final double largeur) {
628
		ExtElement lienCoord = Ext.get("lien_coord");
675
		ExtElement lienCoord = Ext.get("lien_coord");
629
		lienCoord.removeAllListeners();
676
		lienCoord.removeAllListeners();
630
		lienCoord.addListener("click", new EventCallback() {
677
		lienCoord.addListener("click", new EventCallback() {
631
			@Override
678
			@Override
632
			public void execute(EventObject e) {
679
			public void execute(EventObject e) {
633
				
680
				
634
				coordPanel.setVisible(!coordPanel.isVisible());
681
				coordPanel.setVisible(!coordPanel.isVisible());
635
				
682
				
636
				if(Ext.isIE()) {
683
				if(Ext.isIE()) {
637
					latitude.focus();
684
					latitude.focus();
638
				}
685
				}
639
				
686
				
640
				CarnetEnLigneMediateur.fireResize();
687
				CarnetEnLigneMediateur.fireResize();
641
			}
688
			}
642
		}) ;
689
		}) ;
643
		
690
		
644
		ExtElement lienCartoCoord = Ext.get("lien_carto_coord");
691
		ExtElement lienCartoCoord = Ext.get("lien_carto_coord");
645
		lienCartoCoord.removeAllListeners();
692
		lienCartoCoord.removeAllListeners();
646
		lienCartoCoord.addListener("click", new EventCallback() {
693
		lienCartoCoord.addListener("click", new EventCallback() {
647
			@Override
694
			@Override
648
			public void execute(EventObject e) {
695
			public void execute(EventObject e) {
649
				obtenirInformationCoord();
696
				obtenirInformationCoord();
650
			}
697
			}
651
		}) ;
698
		}) ;
652
	
699
	
653
		ExtElement lienCarto = Ext.get("lien_carto");
700
		ExtElement lienCarto = Ext.get("lien_carto");
654
		lienCarto.removeAllListeners();
701
		lienCarto.removeAllListeners();
655
		lienCarto.addListener("click", new EventCallback() {
702
		lienCarto.addListener("click", new EventCallback() {
656
 
703
 
657
			@Override
704
			@Override
658
			public void execute(EventObject e) {
705
			public void execute(EventObject e) {
659
				
706
				
660
				if(commune.getValue() != null && !commune.getValue().equals("") && !getDepartement().equals("")) {
707
				if(commune.getValue() != null && !commune.getValue().equals("") && !getDepartement().equals("")) {
661
					obtenirInformationCommune();
708
					obtenirInformationCommune();
662
					longlatAjoutee = true;
709
					longlatAjoutee = true;
663
		
710
		
664
				} else {
711
				} else {
665
					Window.alert("Veuillez renseigner une commune et un numéro de département sous la forme : Commune (departement)");
712
					Window.alert("Veuillez renseigner une commune et un numéro de département sous la forme : Commune (departement)");
666
				}
713
				}
667
			}
714
			}
668
		});
715
		});
669
		
716
		
670
		if(!Ext.isIE() && Window.getClientWidth() < 1200) {
717
		if(!Ext.isIE() && Window.getClientWidth() < 1200) {
671
			
718
			
672
			int largeurN = (int)largeur;
719
			int largeurN = (int)largeur;
673
			
720
			
674
			latitude.setWidth(largeurN+"px");
721
			latitude.setWidth(largeurN+"px");
675
			longitude.setWidth(largeurN+"px");
722
			longitude.setWidth(largeurN+"px");
676
			lienSelectionCommune.setWidth(largeurN+"px");						
723
			lienSelectionCommune.setWidth(largeurN+"px");						
677
		}
724
		}
678
	}
725
	}
679
			
726
			
680
	private void ajouterListeners()
727
	private void ajouterListeners()
681
	{	
728
	{	
682
		// Listener completion communne 
729
		// Listener completion communne 
683
		final Rafraichissable r = this;
730
		final Rafraichissable r = this;
684
		  	        
731
		  	        
685
		ListenerConfig listenerConfigCommune=new ListenerConfig();
732
		ListenerConfig listenerConfigCommune=new ListenerConfig();
686
		listenerConfigCommune.setDelay(200);
733
		listenerConfigCommune.setDelay(200);
687
		listenerConfigCommune.setStopPropagation(false);
734
		listenerConfigCommune.setStopPropagation(false);
688
		listenerConfigCommune.setStopEvent(false);
735
		listenerConfigCommune.setStopEvent(false);
689
 
736
 
690
	    date.addListener(new DatePickerListenerAdapter() {
737
	    date.addListener(new DatePickerListenerAdapter() {
691
 
738
 
692
			@Override
739
			@Override
693
			public void onSelect(DatePicker dataPicker, Date date) {
740
			public void onSelect(DatePicker dataPicker, Date date) {
694
				dateModifiee = true;
741
				dateModifiee = true;
695
			}
742
			}
696
	    });
743
	    });
697
	    
744
	    
698
	    ListenerConfig listenerConfigAutocompletion=new ListenerConfig();
745
	    ListenerConfig listenerConfigAutocompletion=new ListenerConfig();
699
	    listenerConfigAutocompletion.setDelay(200);
746
	    listenerConfigAutocompletion.setDelay(200);
700
	    listenerConfigAutocompletion.setStopPropagation(false);
747
	    listenerConfigAutocompletion.setStopPropagation(false);
701
	    listenerConfigAutocompletion.setStopEvent(false);
748
	    listenerConfigAutocompletion.setStopEvent(false);
702
	    
749
	    
703
		ListenerConfig listenerConfigEspece=new ListenerConfig();
750
		ListenerConfig listenerConfigEspece=new ListenerConfig();
704
		listenerConfigEspece.setDelay(10);
751
		listenerConfigEspece.setDelay(10);
705
		listenerConfigEspece.setStopPropagation(false);
752
		listenerConfigEspece.setStopPropagation(false);
706
		listenerConfigEspece.setStopEvent(false);
753
		listenerConfigEspece.setStopEvent(false);
707
			
754
			
708
		tCoord = new Timer() {
755
		tCoord = new Timer() {
709
 
756
 
710
			@Override
757
			@Override
711
			public void run() {
758
			public void run() {
712
	        	double[] coord = coordonneesValides();
759
	        	double[] coord = coordonneesValides();
713
	        	if(!rechercheCommuneEnCours && coord != null && (longModifiee || latModifiee)) {
760
	        	if(!rechercheCommuneEnCours && coord != null && (longModifiee || latModifiee)) {
714
	        		rechercheCommuneEnCours = true;
761
	        		rechercheCommuneEnCours = true;
715
	        		Ext.get(lienSelectionCommune.getElement()).mask("recherche");
762
	        		Ext.get(lienSelectionCommune.getElement()).mask("recherche");
716
	        		observationMediateur.obtenirInformationCoord(r,LatLng.newInstance(coord[0], coord[1]));
763
	        		observationMediateur.obtenirInformationCoord(r,LatLng.newInstance(coord[0], coord[1]));
717
	        	}
764
	        	}
718
			}
765
			}
719
			
766
			
720
		};
767
		};
721
		
768
		
722
		ajouterListenerChampEvenementsClavier(commune, listenerConfigCommune);
769
		ajouterListenerChampEvenementsClavier(commune, listenerConfigCommune);
723
	    ajouterListenerChampEvenementsClavier(date);
770
	    ajouterListenerChampEvenementsClavier(date);
724
		ajouterListenerChampEvenementsClavier(selecteurReferentielTaxo);
771
		ajouterListenerChampEvenementsClavier(selecteurReferentielTaxo);
725
		ajouterListenerChampEvenementsClavier(espece, listenerConfigEspece);
772
		ajouterListenerChampEvenementsClavier(espece, listenerConfigEspece);
726
		ajouterListenerChampEvenementsClavier(comment);
773
		ajouterListenerChampEvenementsClavier(comment);
727
		ajouterListenerChampEvenementsClavier(latitude);
774
		ajouterListenerChampEvenementsClavier(latitude);
728
		ajouterListenerChampEvenementsClavier(longitude);
775
		ajouterListenerChampEvenementsClavier(longitude);
729
		ajouterListenerChampEvenementsClavier(altitude);
776
		ajouterListenerChampEvenementsClavier(altitude);
730
		ajouterListenerChampEvenementsClavier(selecteurAbondance);			
777
		ajouterListenerChampEvenementsClavier(selecteurAbondance);			
731
		ajouterListenerChampEvenementsClavier(selecteurCertitude);			
778
		ajouterListenerChampEvenementsClavier(selecteurCertitude);			
732
		ajouterListenerChampEvenementsClavier(selecteurStadePheno);
779
		ajouterListenerChampEvenementsClavier(selecteurStadePheno);
733
		ajouterListenerChampsCombobox();
780
		ajouterListenerChampsCombobox();
734
		
781
		
735
		boutonOK.addListener(new ButtonListenerAdapter() {
782
		boutonOK.addListener(new ButtonListenerAdapter() {
736
			@Override
783
			@Override
737
			public void onClick(Button button, EventObject e) {	
784
			public void onClick(Button button, EventObject e) {	
738
				if(modification) {
785
				if(modification) {
739
					if(masseModification) {
786
					if(masseModification) {
740
							modifierObservationEnMasse(null);
787
							modifierObservationEnMasse(null);
741
					} else {
788
					} else {
742
						modifierObservation() ;
789
						modifierObservation() ;
743
					}
790
					}
744
				}
791
				}
745
				else {
792
				else {
746
					ajouterObservation();
793
					ajouterObservation();
747
				}
794
				}
748
			}			
795
			}			
749
		});
796
		});
750
	
797
	
751
		boutonAnnuler.addListener(new ButtonListenerAdapter() {	
798
		boutonAnnuler.addListener(new ButtonListenerAdapter() {	
752
			@Override
799
			@Override
753
			public void onClick(Button button, EventObject e) {			
800
			public void onClick(Button button, EventObject e) {			
754
				if(modification)
801
				if(modification)
755
				{
802
				{
756
					supprimerObservation() ;
803
					supprimerObservation() ;
757
				}
804
				}
758
				else
805
				else
759
				{
806
				{
760
					raz();
807
					raz();
761
				}
808
				}
762
			}	
809
			}	
763
		});
810
		});
764
	
811
	
765
		this.addListener(new ContainerListenerAdapter() {
812
		this.addListener(new ContainerListenerAdapter() {
766
			@Override
813
			@Override
767
			public void onAfterLayout(Container self) {
814
			public void onAfterLayout(Container self) {
768
				commune.focus();
815
				commune.focus();
769
			}
816
			}
770
		});		
817
		});		
771
	}
818
	}
772
	
819
	
773
	private void ajouterListenerChampsCombobox() {
820
	private void ajouterListenerChampsCombobox() {
774
		commune.addListener(new ComboBoxListenerAdapter() {  
821
		commune.addListener(new ComboBoxListenerAdapter() {  
775
            @Override
822
            @Override
776
			public void onSelect(ComboBox comboBox, Record record, int index) {  
823
			public void onSelect(ComboBox comboBox, Record record, int index) {  
777
                commune.setValue(record.getAsString("commune"));
824
                commune.setValue(record.getAsString("commune"));
778
                departement=record.getAsString("departement");
825
                departement=record.getAsString("departement");
779
                codeInseeCommune=record.getAsString("codeInsee");
826
                codeInseeCommune=record.getAsString("codeInsee");
780
                selectionCommune=true;
827
                selectionCommune=true;
781
                commune.collapse();
828
                commune.collapse();
782
            }  
829
            }  
783
            
830
            
784
            @Override
831
            @Override
785
			public void onExpand(ComboBox comboBox) {
832
			public void onExpand(ComboBox comboBox) {
786
           	 comboBox.focus();
833
           	 comboBox.focus();
787
            }
834
            }
788
        }); 
835
        }); 
789
		 
836
		 
790
		selecteurReferentielTaxo.addListener(new ComboBoxListenerAdapter() {  
837
		selecteurReferentielTaxo.addListener(new ComboBoxListenerAdapter() {  
791
             @Override
838
             @Override
792
			public void onSelect(ComboBox comboBox, Record record, int index) {  
839
			public void onSelect(ComboBox comboBox, Record record, int index) {  
793
            	 referentielTaxo = record.getAsString("valeur");
840
            	 referentielTaxo = record.getAsString("valeur");
794
                 observationMediateur.setRefTaxSelectionne(index);
841
                 observationMediateur.setRefTaxSelectionne(index);
795
                 referentielTaxoModifie = true;
842
                 referentielTaxoModifie = true;
796
             }  
843
             }  
797
         });  
844
         });  
798
		
845
		
799
		espece.addListener(new ComboBoxListenerAdapter() {  
846
		espece.addListener(new ComboBoxListenerAdapter() {  
800
             @Override
847
             @Override
801
			public void onSelect(ComboBox comboBox, Record record, int index) {  
848
			public void onSelect(ComboBox comboBox, Record record, int index) {  
802
            	 espece.setValue(record.getAsString("nom"));
849
            	 espece.setValue(record.getAsString("nom"));
803
            	 numeroNom=record.getAsString("numeroNom");
850
            	 numeroNom=record.getAsString("numeroNom");
804
                 selectionEspece=true;
851
                 selectionEspece=true;
805
                 observationMediateur.obtenirImageInformationExternes(referentielTaxo, numeroNom);
852
                 observationMediateur.obtenirImageInformationExternes(referentielTaxo, numeroNom);
806
             }  
853
             }  
807
         });  
854
         });  
808
		
855
		
809
		selecteurAbondance.addListener(new ComboBoxListenerAdapter() {  
856
		selecteurAbondance.addListener(new ComboBoxListenerAdapter() {  
810
			@Override
857
			@Override
811
			public void onSelect(ComboBox comboBox, Record record, int index) {  
858
			public void onSelect(ComboBox comboBox, Record record, int index) {  
812
                 selectionAbondance=true;
859
                 selectionAbondance=true;
813
                 abondanceModifiee = true;
860
                 abondanceModifiee = true;
814
             }
861
             }
815
         });
862
         });
816
		
863
		
817
		selecteurCertitude.addListener(new ComboBoxListenerAdapter() {  
864
		selecteurCertitude.addListener(new ComboBoxListenerAdapter() {  
818
 
865
 
819
			@Override
866
			@Override
820
			public void onSelect(ComboBox comboBox, Record record, int index) {  
867
			public void onSelect(ComboBox comboBox, Record record, int index) {  
821
                 selectionCertitude=true;
868
                 selectionCertitude=true;
822
                 certitudeModifiee = true;
869
                 certitudeModifiee = true;
823
             }
870
             }
824
         }); 
871
         }); 
825
		
872
		
826
		selecteurStadePheno.addListener(new ComboBoxListenerAdapter() {  
873
		selecteurStadePheno.addListener(new ComboBoxListenerAdapter() {  
827
			@Override
874
			@Override
828
			public void onSelect(ComboBox comboBox, Record record, int index) {  
875
			public void onSelect(ComboBox comboBox, Record record, int index) {  
829
                 selectionPhenologie=true;
876
                 selectionPhenologie=true;
830
                 phenologieModifiee = true;
877
                 phenologieModifiee = true;
831
             }
878
             }
832
         });  
879
         });  
833
	}
880
	}
834
	
881
	
835
	private void ajouterListenerChampEvenementsClavier(final TextField champ) {
882
	private void ajouterListenerChampEvenementsClavier(final TextField champ) {
836
		champ.addKeyPressListener(new EventCallback() {
883
		champ.addKeyPressListener(new EventCallback() {
837
			@Override
884
			@Override
838
			public void execute(EventObject e) {
885
			public void execute(EventObject e) {
839
				surEvenementClavier(e, champ);
886
				surEvenementClavier(e, champ);
840
			}
887
			}
841
	    });
888
	    });
842
	}
889
	}
843
	
890
	
844
	
891
	
845
	private void ajouterListenerChampEvenementsClavier(final TextField champ, final ListenerConfig config) {
892
	private void ajouterListenerChampEvenementsClavier(final TextField champ, final ListenerConfig config) {
846
		champ.addKeyPressListener(new EventCallback() {
893
		champ.addKeyPressListener(new EventCallback() {
847
			@Override
894
			@Override
848
			public void execute(EventObject e) {
895
			public void execute(EventObject e) {
849
				surEvenementClavier(e, champ);
896
				surEvenementClavier(e, champ);
850
			}
897
			}
851
	    }, config);
898
	    }, config);
852
	}
899
	}
853
	
900
	
854
	private void surEvenementClavier(EventObject e, TextField champ) {
901
	private void surEvenementClavier(EventObject e, TextField champ) {
855
		switch(e.getKey()) { 
902
		switch(e.getKey()) { 
856
			case KEY_ALT:
903
			case KEY_ALT:
857
			case KEY_CTRL:
904
			case KEY_CTRL:
858
			case KEY_DOWN:
905
			case KEY_DOWN:
859
			case KEY_END:
906
			case KEY_END:
860
			case KEY_ESCAPE:
907
			case KEY_ESCAPE:
861
			case KEY_HOME:
908
			case KEY_HOME:
862
			case KEY_LEFT:
909
			case KEY_LEFT:
863
			case KEY_PAGEDOWN:
910
			case KEY_PAGEDOWN:
864
			case KEY_PAGEUP:
911
			case KEY_PAGEUP:
865
			case KEY_RIGHT:
912
			case KEY_RIGHT:
866
			case KEY_SHIFT:
913
			case KEY_SHIFT:
867
			case KEY_TAB:
914
			case KEY_TAB:
868
			case KEY_UP:
915
			case KEY_UP:
869
	        break;
916
	        break;
870
	        
917
	        
871
		    case KEY_ENTER:
918
		    case KEY_ENTER:
872
		    	surEvenementClavierToucheEntree(champ);
919
		    	surEvenementClavierToucheEntree(champ);
873
		    	break;
920
		    	break;
874
	
921
	
875
	        default:
922
	        default:
876
	        	gererEvenementClavierDefaut(champ);
923
	        	gererEvenementClavierDefaut(champ);
877
	        break;
924
	        break;
878
		}
925
		}
879
	}
926
	}
880
	
927
	
881
	private void surEvenementClavierToucheEntree(TextField champ) {
928
	private void surEvenementClavierToucheEntree(TextField champ) {
882
		//TODO: faire un switch ou une enum
929
		//TODO: faire un switch ou une enum
883
		if(champ.equals(selecteurStadePheno)) {
930
		if(champ.equals(selecteurStadePheno)) {
884
			if(!selectionPhenologie) {	
931
			if(!selectionPhenologie) {	
885
  	    		validerSaisie(Champs.PHENOLOGIE); 	
932
  	    		validerSaisie(Champs.PHENOLOGIE); 	
886
	    	} else {
933
	    	} else {
887
	    		selectionPhenologie = false;
934
	    		selectionPhenologie = false;
888
	    	}
935
	    	}
889
		}
936
		}
890
		
937
		
891
		if(champ.equals(selecteurCertitude)) {
938
		if(champ.equals(selecteurCertitude)) {
892
			if(!selectionCertitude) {	
939
			if(!selectionCertitude) {	
893
		    		validerSaisie(Champs.CERTITUDE); 	
940
		    		validerSaisie(Champs.CERTITUDE); 	
894
	    	} else {
941
	    	} else {
895
	    		selectionCertitude = false;
942
	    		selectionCertitude = false;
896
	    	}
943
	    	}
897
		}
944
		}
898
		
945
		
899
		if(champ.equals(selecteurAbondance)) {
946
		if(champ.equals(selecteurAbondance)) {
900
			if(!selectionAbondance) {	
947
			if(!selectionAbondance) {	
901
		    	validerSaisie(Champs.ABONDANCE); 	
948
		    	validerSaisie(Champs.ABONDANCE); 	
902
	    	} else {
949
	    	} else {
903
	    		selectionAbondance = false;
950
	    		selectionAbondance = false;
904
	    	}
951
	    	}
905
		}
952
		}
906
		
953
		
907
		if(champ.equals(longitude)) {
954
		if(champ.equals(longitude)) {
908
			validerSaisie(Champs.LONGITUDE);
955
			validerSaisie(Champs.LONGITUDE);
909
		}
956
		}
910
		
957
		
911
		if(champ.equals(latitude)) {  	    	    	  
958
		if(champ.equals(latitude)) {  	    	    	  
912
	    	validerSaisie(Champs.LATITUDE); 
959
	    	validerSaisie(Champs.LATITUDE); 
913
		}
960
		}
914
		
961
		
915
		if(champ.equals(altitude)) {  	    	    	  
962
		if(champ.equals(altitude)) {  	    	    	  
916
	    	validerSaisie(Champs.ALTITUDE); 
963
	    	validerSaisie(Champs.ALTITUDE); 
917
		}
964
		}
918
		
965
		
919
		if(champ.equals(espece)) {
966
		if(champ.equals(espece)) {
920
			if(selectionEspece) {
967
			if(selectionEspece) {
921
	    		especeModifiee = true;
968
	    		especeModifiee = true;
922
	    		selectionEspece=false;
969
	    		selectionEspece=false;
923
	    	}
970
	    	}
924
	    	else {
971
	    	else {
925
	    		validerSaisie(Champs.ESPECE); 	    	    		 
972
	    		validerSaisie(Champs.ESPECE); 	    	    		 
926
	    	}
973
	    	}
927
		}
974
		}
928
		
975
		
929
		if(champ.equals(selecteurReferentielTaxo)) {
976
		if(champ.equals(selecteurReferentielTaxo)) {
930
			validerSaisie(Champs.REFERENTIELTAXO); 
977
			validerSaisie(Champs.REFERENTIELTAXO); 
931
		}
978
		}
932
		
979
		
933
		if(champ.equals(date)) {
980
		if(champ.equals(date)) {
934
			validerSaisie(Champs.DATE); 
981
			validerSaisie(Champs.DATE); 
935
		}
982
		}
936
		
983
		
937
		if(champ.equals(commune)) {		
984
		if(champ.equals(commune)) {		
938
			if(champ.equals(commune)) {
985
			if(champ.equals(commune)) {
939
				if (selectionCommune) {
986
				if (selectionCommune) {
940
		    		 communeModifiee= true;
987
		    		 communeModifiee= true;
941
		    		 selectionCommune=false;
988
		    		 selectionCommune=false;
942
		    	 }
989
		    	 }
943
		    	else {
990
		    	else {
944
		    		validerSaisie(Champs.COMMUNE);    	    	    		 
991
		    		validerSaisie(Champs.COMMUNE);    	    	    		 
945
		    	 }
992
		    	 }
946
			}
993
			}
947
		}
994
		}
948
	}
995
	}
949
	
996
	
950
	private void gererEvenementClavierDefaut(TextField champ) {
997
	private void gererEvenementClavierDefaut(TextField champ) {
951
		//TODO: faire un switch ou une enum
998
		//TODO: faire un switch ou une enum
952
		if(champ.equals(selecteurStadePheno)) {
999
		if(champ.equals(selecteurStadePheno)) {
953
			selecteurStadePheno.setRawValue(selecteurStadePheno.getRawValue());
1000
			selecteurStadePheno.setRawValue(selecteurStadePheno.getRawValue());
954
			selecteurStadePheno.setValue(selecteurStadePheno.getRawValue());
1001
			selecteurStadePheno.setValue(selecteurStadePheno.getRawValue());
955
			phenologieModifiee = true;
1002
			phenologieModifiee = true;
956
			selectionPhenologie = false;
1003
			selectionPhenologie = false;
957
		}
1004
		}
958
		
1005
		
959
		if(champ.equals(selecteurCertitude)) {
1006
		if(champ.equals(selecteurCertitude)) {
960
			selecteurCertitude.setRawValue(selecteurCertitude.getRawValue());
1007
			selecteurCertitude.setRawValue(selecteurCertitude.getRawValue());
961
	    	selecteurCertitude.setValue(selecteurCertitude.getRawValue());
1008
	    	selecteurCertitude.setValue(selecteurCertitude.getRawValue());
962
	    	certitudeModifiee = true;
1009
	    	certitudeModifiee = true;
963
	    	selectionCertitude = false;
1010
	    	selectionCertitude = false;
964
		}
1011
		}
965
		
1012
		
966
		if(champ.equals(selecteurAbondance)) {
1013
		if(champ.equals(selecteurAbondance)) {
967
			selecteurAbondance.setRawValue(selecteurAbondance.getRawValue());
1014
			selecteurAbondance.setRawValue(selecteurAbondance.getRawValue());
968
	    	selecteurAbondance.setValue(selecteurAbondance.getRawValue());
1015
	    	selecteurAbondance.setValue(selecteurAbondance.getRawValue());
969
	    	abondanceModifiee = true;
1016
	    	abondanceModifiee = true;
970
	    	selectionAbondance = false;
1017
	    	selectionAbondance = false;
971
		}
1018
		}
972
		
1019
		
973
		if(champ.equals(longitude)) {
1020
		if(champ.equals(longitude)) {
974
			longModifiee = true;
1021
			longModifiee = true;
975
        	tCoord.cancel();
1022
        	tCoord.cancel();
976
        	tCoord.schedule(250);
1023
        	tCoord.schedule(250);
977
		}
1024
		}
978
		
1025
		
979
		if(champ.equals(latitude)) {  	    	    	  
1026
		if(champ.equals(latitude)) {  	    	    	  
980
			latModifiee = true;
1027
			latModifiee = true;
981
	      	tCoord.cancel();
1028
	      	tCoord.cancel();
982
	      	tCoord.schedule(250);
1029
	      	tCoord.schedule(250);
983
		}
1030
		}
984
		
1031
		
985
		if(champ.equals(altitude)) {  	    	    	  
1032
		if(champ.equals(altitude)) {  	    	    	  
986
			altModifiee = true;  	
1033
			altModifiee = true;  	
987
		}
1034
		}
988
		
1035
		
989
		if(champ.equals(comment)) {
1036
		if(champ.equals(comment)) {
990
			commModifie = true;
1037
			commModifie = true;
991
		}
1038
		}
992
		
1039
		
993
		if(champ.equals(espece)) {
1040
		if(champ.equals(espece)) {
994
			numeroNom="";
1041
			numeroNom="";
995
	    	obtenirListeReferentielNom();
1042
	    	obtenirListeReferentielNom();
996
	    	especeModifiee = true;
1043
	    	especeModifiee = true;
997
		}
1044
		}
998
		
1045
		
999
		if(champ.equals(selecteurReferentielTaxo)) {
1046
		if(champ.equals(selecteurReferentielTaxo)) {
1000
			referentielTaxoModifie = true;
1047
			referentielTaxoModifie = true;
1001
		}
1048
		}
1002
		
1049
		
1003
		if(champ.equals(date)) {
1050
		if(champ.equals(date)) {
1004
			dateModifiee = true;
1051
			dateModifiee = true;
1005
		}
1052
		}
1006
		
1053
		
1007
		if(champ.equals(commune)) {
1054
		if(champ.equals(commune)) {
1008
			departement="";
1055
			departement="";
1009
	    	commune.collapse();	
1056
	    	commune.collapse();	
1010
	    	obtenirListeReferentielCommune();
1057
	    	obtenirListeReferentielCommune();
1011
	    	communeModifiee= true;	
1058
	    	communeModifiee= true;	
1012
		}
1059
		}
1013
	}
1060
	}
1014
 
1061
 
1015
	/**
1062
	/**
1016
	 * Validation de la saisie 
1063
	 * Validation de la saisie 
1017
	 */
1064
	 */
1018
	
1065
	
1019
	private void validerSaisie(Champs champs) {
1066
	private void validerSaisie(Champs champs) {
1020
		
1067
		
1021
		if(modification) {
1068
		if(modification) {
1022
			if(masseModification) {
1069
			if(masseModification) {
1023
				modifierObservationEnMasse(champs);
1070
				modifierObservationEnMasse(champs);
1024
			} else {
1071
			} else {
1025
				modifierObservation();
1072
				modifierObservation();
1026
			}
1073
			}
1027
			
1074
			
1028
			raz(champs);
1075
			raz(champs);
1029
		}
1076
		}
1030
		else {
1077
		else {
1031
			ajouterObservation();
1078
			ajouterObservation();
1032
			raz(champs);
1079
			raz(champs);
1033
		}
1080
		}
1034
	}
1081
	}
1035
	
1082
	
1036
	/**
1083
	/**
1037
	 * Desactive visuellement ce panneau
1084
	 * Desactive visuellement ce panneau
1038
	 */
1085
	 */
1039
	public void desactiverPanneau()
1086
	public void desactiverPanneau()
1040
	{
1087
	{
1041
		this.setDisabled(true) ;
1088
		this.setDisabled(true) ;
1042
	}
1089
	}
1043
	
1090
	
1044
	/**
1091
	/**
1045
	 * Active visuellement ce panneau
1092
	 * Active visuellement ce panneau
1046
	 */
1093
	 */
1047
	public void activerPanneau()
1094
	public void activerPanneau()
1048
	{
1095
	{
1049
		this.setDisabled(false) ;
1096
		this.setDisabled(false) ;
1050
	}
1097
	}
1051
 
1098
 
1052
	@Override
1099
	@Override
1053
	public void rafraichir(Object nouvelleDonnees, boolean repandreRaffraichissement) {
1100
	public void rafraichir(Object nouvelleDonnees, boolean repandreRaffraichissement) {
1054
		
1101
		
1055
		// si l'on a reçu une liste du referentiel commune (completion referentiel commune)
1102
		// si l'on a reçu une liste du referentiel commune (completion referentiel commune)
1056
			if(nouvelleDonnees instanceof ListeReferentielCommune)
1103
			if(nouvelleDonnees instanceof ListeReferentielCommune)
1057
			{
1104
			{
1058
				ListeReferentielCommune data = (ListeReferentielCommune) nouvelleDonnees ;
1105
				ListeReferentielCommune data = (ListeReferentielCommune) nouvelleDonnees ;
1059
				Object[][] communeData = new Object[data.size()][3];
1106
				Object[][] communeData = new Object[data.size()][3];
1060
				int i = 0 ;
1107
				int i = 0 ;
1061
			
1108
			
1062
				// on la parse et on récupère les informations quiç nous interessent
1109
				// on la parse et on récupère les informations quiç nous interessent
1063
				for (Iterator it = data.keySet().iterator(); it.hasNext();) 
1110
				for (Iterator it = data.keySet().iterator(); it.hasNext();) 
1064
				{					
1111
				{					
1065
					ReferentielCommune ref=data.get(it.next());
1112
					ReferentielCommune ref=data.get(it.next());
1066
					
1113
					
1067
					communeData[i][0]= ref.getCommune();
1114
					communeData[i][0]= ref.getCommune();
1068
					communeData[i][1]= ref.getDepartement();
1115
					communeData[i][1]= ref.getDepartement();
1069
					communeData[i][2]= ref.getCodeInsee();
1116
					communeData[i][2]= ref.getCodeInsee();
1070
					i++ ;
1117
					i++ ;
1071
				}
1118
				}
1072
				
1119
				
1073
				// creation du store
1120
				// creation du store
1074
				FieldDef defCommune = new StringFieldDef("commune");
1121
				FieldDef defCommune = new StringFieldDef("commune");
1075
				FieldDef defDepartement = new StringFieldDef("departement");
1122
				FieldDef defDepartement = new StringFieldDef("departement");
1076
				FieldDef defCodeInsee = new StringFieldDef("codeInsee");
1123
				FieldDef defCodeInsee = new StringFieldDef("codeInsee");
1077
							
1124
							
1078
				FieldDef[] defTab = { defCommune, defDepartement, defCodeInsee};
1125
				FieldDef[] defTab = { defCommune, defDepartement, defCodeInsee};
1079
				
1126
				
1080
				RecordDef rd = new RecordDef(defTab);
1127
				RecordDef rd = new RecordDef(defTab);
1081
				
1128
				
1082
				final MemoryProxy dataProxy = new MemoryProxy(communeData);
1129
				final MemoryProxy dataProxy = new MemoryProxy(communeData);
1083
				final ArrayReader reader = new ArrayReader(rd);		
1130
				final ArrayReader reader = new ArrayReader(rd);		
1084
								
1131
								
1085
				Store store=new Store(dataProxy,reader);	
1132
				Store store=new Store(dataProxy,reader);	
1086
				commune.setStore(store);
1133
				commune.setStore(store);
1087
				store.load();
1134
				store.load();
1088
				
1135
				
1089
			}
1136
			}
1090
			
1137
			
1091
			// si l'on a reçu une liste du référentiel nom (complétion referentiel nom)
1138
			// si l'on a reçu une liste du référentiel nom (complétion referentiel nom)
1092
			if(nouvelleDonnees instanceof ListeReferentielNom)
1139
			if(nouvelleDonnees instanceof ListeReferentielNom)
1093
			{
1140
			{
1094
				ListeReferentielNom data = (ListeReferentielNom) nouvelleDonnees ;
1141
				ListeReferentielNom data = (ListeReferentielNom) nouvelleDonnees ;
1095
				Object[][] nomData = new Object[data.size()][3];
1142
				Object[][] nomData = new Object[data.size()][3];
1096
				int i = 0 ;
1143
				int i = 0 ;
1097
 
1144
 
1098
				// on la parse et on récupère les informations qui nous interessent
1145
				// on la parse et on récupère les informations qui nous interessent
1099
				for (Iterator it = data.keySet().iterator(); it.hasNext();) 
1146
				for (Iterator it = data.keySet().iterator(); it.hasNext();) 
1100
				{
1147
				{
1101
					
1148
					
1102
					ReferentielNom ref=data.get(it.next());
1149
					ReferentielNom ref=data.get(it.next());
1103
					
1150
					
1104
					nomData[i][0]= ref.getNom();
1151
					nomData[i][0]= ref.getNom();
1105
					nomData[i][1]= ref.getNumeroNom();
1152
					nomData[i][1]= ref.getNumeroNom();
1106
					if (ref.getStatut().equals("3")) {
1153
					if (ref.getStatut().equals("3")) {
1107
						nomData[i][2]="nom_retenu";
1154
						nomData[i][2]="nom_retenu";
1108
					}
1155
					}
1109
					else {
1156
					else {
1110
						nomData[i][2]="";
1157
						nomData[i][2]="";
1111
					}														
1158
					}														
1112
					i++ ;
1159
					i++ ;
1113
				}
1160
				}
1114
 
1161
 
1115
				FieldDef defNom = new StringFieldDef("nom");
1162
				FieldDef defNom = new StringFieldDef("nom");
1116
				FieldDef defNumeroNom = new StringFieldDef("numeroNom");
1163
				FieldDef defNumeroNom = new StringFieldDef("numeroNom");
1117
				FieldDef indicateurNomRetenu = new StringFieldDef("indicateurNomRetenu");
1164
				FieldDef indicateurNomRetenu = new StringFieldDef("indicateurNomRetenu");
1118
						
1165
						
1119
				FieldDef[] defTab = { defNom, defNumeroNom, indicateurNomRetenu};
1166
				FieldDef[] defTab = { defNom, defNumeroNom, indicateurNomRetenu};
1120
				
1167
				
1121
				RecordDef rd = new RecordDef(defTab);
1168
				RecordDef rd = new RecordDef(defTab);
1122
				
1169
				
1123
				final MemoryProxy dataProxy = new MemoryProxy(nomData);
1170
				final MemoryProxy dataProxy = new MemoryProxy(nomData);
1124
				final ArrayReader reader = new ArrayReader(rd);		
1171
				final ArrayReader reader = new ArrayReader(rd);		
1125
				
1172
				
1126
				Store store=new Store(dataProxy,reader);	
1173
				Store store=new Store(dataProxy,reader);	
1127
				espece.setStore(store);
1174
				espece.setStore(store);
1128
				store.load() ;
1175
				store.load() ;
1129
			}
1176
			}
1130
			
1177
			
1131
			// On recoit une observation dont on veut afficher le detail 
1178
			// On recoit une observation dont on veut afficher le detail 
1132
			
1179
			
1133
			if(nouvelleDonnees instanceof Observation)
1180
			if(nouvelleDonnees instanceof Observation)
1134
			{
1181
			{
1135
				Observation obs = (Observation)nouvelleDonnees ;
1182
				Observation obs = (Observation)nouvelleDonnees ;
1136
				afficherDetailsObservation(obs) ;
1183
				afficherDetailsObservation(obs) ;
1137
			}
1184
			}
1138
			
1185
			
1139
			if(nouvelleDonnees instanceof ListeObservation) {
1186
			if(nouvelleDonnees instanceof ListeObservation) {
1140
				
1187
				
1141
				ListeObservation listeObs = (ListeObservation)nouvelleDonnees;
1188
				ListeObservation listeObs = (ListeObservation)nouvelleDonnees;
1142
				calculerAfficherDifferences(listeObs);
1189
				calculerAfficherDifferences(listeObs);
1143
			}
1190
			}
1144
			
1191
			
1145
			if(nouvelleDonnees instanceof String)
1192
			if(nouvelleDonnees instanceof String)
1146
			{
1193
			{
1147
				String str = (String)nouvelleDonnees ;
1194
				String str = (String)nouvelleDonnees ;
1148
				observationMediateur.obtenirNombreObservation() ;
1195
				observationMediateur.obtenirNombreObservation() ;
1149
			}
1196
			}
1150
			
1197
			
1151
			if(nouvelleDonnees instanceof String[]) {
1198
			if(nouvelleDonnees instanceof String[]) {
1152
				String[] anumNom = (String[])nouvelleDonnees ;
1199
				String[] anumNom = (String[])nouvelleDonnees ;
1153
				numeroNom = anumNom[1];
1200
				numeroNom = anumNom[1];
1154
				espece.setValue(anumNom[0]);
1201
				espece.setValue(anumNom[0]);
1155
				setModification("false");
1202
				setModification("false");
1156
			}
1203
			}
1157
			
1204
			
1158
			if(nouvelleDonnees instanceof EntiteGeographiqueObservation)
1205
			if(nouvelleDonnees instanceof EntiteGeographiqueObservation)
1159
			{
1206
			{
1160
				EntiteGeographiqueObservation infosComm = (EntiteGeographiqueObservation)nouvelleDonnees ;
1207
				EntiteGeographiqueObservation infosComm = (EntiteGeographiqueObservation)nouvelleDonnees ;
1161
				if(rechercheCommuneEnCours) {
1208
				if(rechercheCommuneEnCours) {
1162
					afficherIndicationCommune(infosComm);
1209
					afficherIndicationCommune(infosComm);
1163
				} else {
1210
				} else {
1164
					rafraichirCommuneEtCoord(infosComm);
1211
					rafraichirCommuneEtCoord(infosComm);
1165
				}
1212
				}
1166
			}
1213
			}
1167
 
1214
 
1168
	}
1215
	}
1169
	
1216
	
1170
	
1217
	
1171
	private void afficherIndicationCommune(
1218
	private void afficherIndicationCommune(
1172
			final EntiteGeographiqueObservation infosCom) {
1219
			final EntiteGeographiqueObservation infosCom) {
1173
		
1220
		
1174
		String nCommune = "";
1221
		String nCommune = "";
1175
		if(infosCom != null && !infosCom.getZoneGeo().trim().equals("")){
1222
		if(infosCom != null && !infosCom.getZoneGeo().trim().equals("")){
1176
			nCommune += infosCom.getZoneGeo();
1223
			nCommune += infosCom.getZoneGeo();
1177
			if(!infosCom.getIdZoneGeo().trim().equals(""))
1224
			if(!infosCom.getIdZoneGeo().trim().equals(""))
1178
			nCommune += " ("+Util.convertirChaineZoneGeoVersDepartement(infosCom.getIdZoneGeo())+")";
1225
			nCommune += " ("+Util.convertirChaineZoneGeoVersDepartement(infosCom.getIdZoneGeo())+")";
1179
			
1226
			
1180
			lienSelectionCommune.setHtml("<a id=\"lien_selection_commune\" tabindex=\"9\">"+nCommune+"</a>");
1227
			lienSelectionCommune.setHtml("<a id=\"lien_selection_commune\" tabindex=\"9\">"+nCommune+"</a>");
1181
			lienSelectionCommune.setStyleName("img-curseur-depl");
1228
			lienSelectionCommune.setStyleName("img-curseur-depl");
1182
			
1229
			
1183
			Ext.get("lien_selection_commune").addListener("click",new EventCallback() {
1230
			Ext.get("lien_selection_commune").addListener("click",new EventCallback() {
1184
				@Override
1231
				@Override
1185
				public void execute(EventObject e) {
1232
				public void execute(EventObject e) {
1186
					rafraichirCommune(infosCom);
1233
					rafraichirCommune(infosCom);
1187
				}			
1234
				}			
1188
			});
1235
			});
1189
			
1236
			
1190
			Ext.get("lien_selection_commune").addListener("keypress",new EventCallback() {
1237
			Ext.get("lien_selection_commune").addListener("keypress",new EventCallback() {
1191
				@Override
1238
				@Override
1192
				public void execute(EventObject e) {
1239
				public void execute(EventObject e) {
1193
					if(e.getCharCode() == KEY_ENTER) {
1240
					if(e.getCharCode() == KEY_ENTER) {
1194
						rafraichirCommune(infosCom);
1241
						rafraichirCommune(infosCom);
1195
					}
1242
					}
1196
				}			
1243
				}			
1197
			});
1244
			});
1198
			
1245
			
1199
			Ext.get("lien_selection_commune").addListener("focus",new EventCallback() {
1246
			Ext.get("lien_selection_commune").addListener("focus",new EventCallback() {
1200
				@Override
1247
				@Override
1201
				public void execute(EventObject e) {
1248
				public void execute(EventObject e) {
1202
					Ext.get("lien_selection_commune").toggleClass("lien_sel");
1249
					Ext.get("lien_selection_commune").toggleClass("lien_sel");
1203
				}			
1250
				}			
1204
			});
1251
			});
1205
			
1252
			
1206
			Ext.get("lien_selection_commune").addListener("blur",new EventCallback() {
1253
			Ext.get("lien_selection_commune").addListener("blur",new EventCallback() {
1207
				@Override
1254
				@Override
1208
				public void execute(EventObject e) {
1255
				public void execute(EventObject e) {
1209
					Ext.get("lien_selection_commune").toggleClass("lien_sel");
1256
					Ext.get("lien_selection_commune").toggleClass("lien_sel");
1210
				}			
1257
				}			
1211
			});
1258
			});
1212
			
1259
			
1213
		} else {
1260
		} else {
1214
			if(rechercheCommuneEnCours) {
1261
			if(rechercheCommuneEnCours) {
1215
				lienSelectionCommune.setHtml("<span id=\"aucune_selection_commune\"> Erreur de localisation </span>");
1262
				lienSelectionCommune.setHtml("<span id=\"aucune_selection_commune\"> Erreur de localisation </span>");
1216
			} else {
1263
			} else {
1217
				lienSelectionCommune.setHtml("<span id=\"aucune_selection_commune\"> </span>");
1264
				lienSelectionCommune.setHtml("<span id=\"aucune_selection_commune\"> </span>");
1218
			}
1265
			}
1219
		}
1266
		}
1220
 
1267
 
1221
		Ext.get(lienSelectionCommune.getElement()).unmask();
1268
		Ext.get(lienSelectionCommune.getElement()).unmask();
1222
		rechercheCommuneEnCours = false;
1269
		rechercheCommuneEnCours = false;
1223
	}
1270
	}
1224
	
1271
	
1225
	private void rafraichirCommune(EntiteGeographiqueObservation infosCom) {
1272
	private void rafraichirCommune(EntiteGeographiqueObservation infosCom) {
1226
		String nCommune = "";
1273
		String nCommune = "";
1227
	
1274
	
1228
		if(infosCom.getZoneGeo() != null && !infosCom.getZoneGeo().equals("")) {
1275
		if(infosCom.getZoneGeo() != null && !infosCom.getZoneGeo().equals("")) {
1229
			nCommune += infosCom.getZoneGeo();
1276
			nCommune += infosCom.getZoneGeo();
1230
		}
1277
		}
1231
		
1278
		
1232
		if(infosCom.getIdZoneGeo() != null && !infosCom.getIdZoneGeo().equals("")) {
1279
		if(infosCom.getIdZoneGeo() != null && !infosCom.getIdZoneGeo().equals("")) {
1233
			String codeGeoFormate = Util.convertirChaineZoneGeoVersDepartement(infosCom.getIdZoneGeo());
1280
			String codeGeoFormate = Util.convertirChaineZoneGeoVersDepartement(infosCom.getIdZoneGeo());
1234
			nCommune += " ("+codeGeoFormate+")";
1281
			nCommune += " ("+codeGeoFormate+")";
1235
			departement = Util.convertirChaineZoneGeoVersDepartement(infosCom.getIdZoneGeo());
1282
			departement = Util.convertirChaineZoneGeoVersDepartement(infosCom.getIdZoneGeo());
1236
		}
1283
		}
1237
		commune.setValue(nCommune);
1284
		commune.setValue(nCommune);
1238
		communeModifiee = true;
1285
		communeModifiee = true;
1239
	}
1286
	}
1240
 
1287
 
1241
	private void rafraichirCommuneEtCoord(EntiteGeographiqueObservation infosCom) {
1288
	private void rafraichirCommuneEtCoord(EntiteGeographiqueObservation infosCom) {
1242
		// on ne remplace la commune que si le champ était vide
1289
		// on ne remplace la commune que si le champ était vide
1243
		if(commune.getRawValue() == null || commune.getRawValue().equals("")) {
1290
		if(commune.getRawValue() == null || commune.getRawValue().equals("")) {
1244
			rafraichirCommune(infosCom);
1291
			rafraichirCommune(infosCom);
1245
		} 
1292
		} 
1246
 
1293
 
1247
		if(infosCom.getLat() != null && !infosCom.getLat().equals("")) {
1294
		if(infosCom.getLat() != null && !infosCom.getLat().equals("")) {
1248
			latitude.setValue(infosCom.getLat());
1295
			latitude.setValue(infosCom.getLat());
1249
		}
1296
		}
1250
 
1297
 
1251
		if(infosCom.getLon() != null && !infosCom.getLon().equals("")) {
1298
		if(infosCom.getLon() != null && !infosCom.getLon().equals("")) {
1252
			longitude.setValue(infosCom.getLon());
1299
			longitude.setValue(infosCom.getLon());
1253
		}
1300
		}
1254
		
1301
		
1255
		latModifiee = true;
1302
		latModifiee = true;
1256
		longModifiee = true;
1303
		longModifiee = true;
1257
		
1304
		
1258
		coordPanel.setVisible(true);
1305
		coordPanel.setVisible(true);
1259
	}
1306
	}
1260
 
1307
 
1261
	public void obtenirListeReferentielCommune() {
1308
	public void obtenirListeReferentielCommune() {
1262
		
1309
		
1263
	 String com=commune.getText();
1310
	 String com=commune.getText();
1264
	 com=com.replaceAll("%","");
1311
	 com=com.replaceAll("%","");
1265
		  
1312
		  
1266
	 observationMediateur.obtenirListeReferentielCommune(this,com);
1313
	 observationMediateur.obtenirListeReferentielCommune(this,com);
1267
	 
1314
	 
1268
	}
1315
	}
1269
	
1316
	
1270
	public void obtenirListeReferentielNom() {	 
1317
	public void obtenirListeReferentielNom() {	 
1271
	  String esp=espece.getText().replaceAll(" ","/*");
1318
	  String esp=espece.getText().replaceAll(" ","/*");
1272
	  esp=esp.replaceAll("%","");
1319
	  esp=esp.replaceAll("%","");
1273
	  String referentiel = this.referentielTaxo;
1320
	  String referentiel = this.referentielTaxo;
1274
		
1321
		
1275
	  observationMediateur.obtenirListeReferentielNom(this,referentiel ,esp);	 
1322
	  observationMediateur.obtenirListeReferentielNom(this,referentiel ,esp);	 
1276
	}
1323
	}
1277
		
1324
		
1278
	protected void obtenirReferentielStation() {		
1325
	protected void obtenirReferentielStation() {		
1279
		observationMediateur.obtenirListeReferentielPerso(this,TypesReferentiels.REFERENTIEL_STATION,station.getText());
1326
		observationMediateur.obtenirListeReferentielPerso(this,TypesReferentiels.REFERENTIEL_STATION,station.getText());
1280
	}
1327
	}
1281
	
1328
	
1282
	protected void obtenirListeReferentielMilieu() {
1329
	protected void obtenirListeReferentielMilieu() {
1283
		observationMediateur.obtenirListeReferentielPerso(this,TypesReferentiels.REFERENTIEL_MILIEU,milieu.getText());
1330
		observationMediateur.obtenirListeReferentielPerso(this,TypesReferentiels.REFERENTIEL_MILIEU,milieu.getText());
1284
	}
1331
	}
1285
 
1332
 
1286
	protected void obtenirReferentielLieuDit() {
1333
	protected void obtenirReferentielLieuDit() {
1287
		observationMediateur.obtenirListeReferentielPerso(this,TypesReferentiels.REFERENTIEL_LIEU_DIT,lieudit.getText());
1334
		observationMediateur.obtenirListeReferentielPerso(this,TypesReferentiels.REFERENTIEL_LIEU_DIT,lieudit.getText());
1288
	}
1335
	}
1289
   
1336
   
1290
	public void ajouterObservation() {
1337
	public void ajouterObservation() {
1291
		
1338
		
1292
		if(!Util.verifierDateFormatCel(date.getRawValue()) && !date.getRawValue().equals("")) {
1339
		if(!Util.verifierDateFormatCel(date.getRawValue()) && !date.getRawValue().equals("")) {
1293
			Window.alert("Attention la date saisie est invalide, la date doit être au format jj/mm/aaaa");
1340
			Window.alert("Attention la date saisie est invalide, la date doit être au format jj/mm/aaaa");
1294
			date.setInvalidText("Date invalide");
1341
			date.setInvalidText("Date invalide");
1295
			return;
1342
			return;
1296
		}
1343
		}
1297
		
1344
		
1298
		if(departement != null) {
1345
		if(departement != null) {
1299
			if(departement.equals("000null") || departement.equals("")) {
1346
			if(departement.equals("000null") || departement.equals("")) {
1300
				String[] depCom = commune.getText().split(" ");
1347
				String[] depCom = commune.getText().split(" ");
1301
				if(depCom.length > 1) {
1348
				if(depCom.length > 1) {
1302
					String dep = depCom[1].replace('(', ' ');
1349
					String dep = depCom[1].replace('(', ' ');
1303
					dep =dep.replace(')', ' ');
1350
					dep =dep.replace(')', ' ');
1304
					dep = dep.trim();
1351
					dep = dep.trim();
1305
					dep = dep.replace('\\',' ');
1352
					dep = dep.replace('\\',' ');
1306
					dep = dep.trim();
1353
					dep = dep.trim();
1307
					
1354
					
1308
					try
1355
					try
1309
					{
1356
					{
1310
						int nDep = Integer.parseInt(dep);
1357
						int nDep = Integer.parseInt(dep);
1311
						if(nDep > 0 && nDep < 110) {
1358
						if(nDep > 0 && nDep < 110) {
1312
							departement = dep ;
1359
							departement = dep ;
1313
						}
1360
						}
1314
					}
1361
					}
1315
					catch(NumberFormatException e)
1362
					catch(NumberFormatException e)
1316
					{
1363
					{
1317
						departement = "" ;
1364
						departement = "" ;
1318
					}
1365
					}
1319
				}
1366
				}
1320
			}
1367
			}
1321
		}
1368
		}
1322
 
1369
 
1323
		String dateObs = Util.remplacerSeparateursDateFormatCel(date.getRawValue());
1370
		String dateObs = Util.remplacerSeparateursDateFormatCel(date.getRawValue());
1324
 
1371
 
1325
		Observation obs=new Observation(espece.getText(),numeroNom,commune.getText(),departement,lieudit.getText(),station.getText(),milieu.getText(), comment.getText(),dateObs);	
1372
		Observation obs=new Observation(espece.getText(),numeroNom,commune.getText(),departement,lieudit.getText(),station.getText(),milieu.getText(), comment.getText(),dateObs);	
1326
		
1373
		
1327
		String[] coords = getValeurCoordonnees();
1374
		String[] coords = getValeurCoordonnees();
1328
		obs.setLatitude(coords[0]);
1375
		obs.setLatitude(coords[0]);
1329
		obs.setLongitude(coords[1]);
1376
		obs.setLongitude(coords[1]);
1330
		obs.setAltitude(altitude.getText());
1377
		obs.setAltitude(altitude.getText());
1331
 
1378
 
1332
		obs.setAbondance(getAbondance());
1379
		obs.setAbondance(getAbondance());
1333
		obs.setCertitude(getCertitude());
1380
		obs.setCertitude(getCertitude());
1334
		obs.setPhenologie(getPhenologie());
1381
		obs.setPhenologie(getPhenologie());
1335
		
1382
		
1336
		obs.setReferentielTaxo(Ontologies.getInfosReferentielNomParCode(referentielTaxo).getCodeVersionComplet());
1383
		obs.setReferentielTaxo(Ontologies.getInfosReferentielNomParCode(referentielTaxo).getCodeVersionComplet());
1337
		obs.setChampsEtendus(getValeursChampsEtendus());
1384
		obs.setChampsEtendus(getValeursChampsEtendus());
1338
		
1385
		
1339
		observationMediateur.ajouterObservation(obs);
1386
		observationMediateur.ajouterObservation(obs);
1340
	}
1387
	}
1341
 
1388
 
1342
	private void modifierObservation() {
1389
	private void modifierObservation() {
1343
		
1390
		
1344
		if(!Util.verifierDateFormatCel(date.getRawValue()) && !date.getRawValue().equals("")) {
1391
		if(!Util.verifierDateFormatCel(date.getRawValue()) && !date.getRawValue().equals("")) {
1345
			Window.alert("Attention la date saisie est invalide, la date doit être au format jj/mm/aaaa");
1392
			Window.alert("Attention la date saisie est invalide, la date doit être au format jj/mm/aaaa");
1346
			date.setInvalidText("Date invalide");
1393
			date.setInvalidText("Date invalide");
1347
			return;
1394
			return;
1348
		}
1395
		}
1349
		
1396
		
1350
		if(departement.equals("000null") || departement.equals("")) {
1397
		if(departement.equals("000null") || departement.equals("")) {
1351
			String[] depCom = commune.getText().split(" ");
1398
			String[] depCom = commune.getText().split(" ");
1352
			if(depCom.length > 1) {
1399
			if(depCom.length > 1) {
1353
				String dep = depCom[1].replace('(', ' ');
1400
				String dep = depCom[1].replace('(', ' ');
1354
				dep =dep.replace(')', ' ');
1401
				dep =dep.replace(')', ' ');
1355
				dep = dep.trim();
1402
				dep = dep.trim();
1356
				dep = dep.replace('\\',' ');
1403
				dep = dep.replace('\\',' ');
1357
				dep = dep.trim();
1404
				dep = dep.trim();
1358
				
1405
				
1359
				try
1406
				try
1360
				{
1407
				{
1361
					int nDep = Integer.parseInt(dep);
1408
					int nDep = Integer.parseInt(dep);
1362
					if(nDep > 0 && nDep < 110) {
1409
					if(nDep > 0 && nDep < 110) {
1363
						departement = dep ;
1410
						departement = dep ;
1364
					}
1411
					}
1365
				}
1412
				}
1366
				catch(NumberFormatException e)
1413
				catch(NumberFormatException e)
1367
				{
1414
				{
1368
					departement = "" ;
1415
					departement = "" ;
1369
				}
1416
				}
1370
			}
1417
			}
1371
		}
1418
		}
1372
		
1419
		
1373
		String dateObs = Util.remplacerSeparateursDateFormatCel(date.getRawValue());
1420
		String dateObs = Util.remplacerSeparateursDateFormatCel(date.getRawValue());
1374
		
1421
		
1375
		Observation obs=new Observation(espece.getText(),numeroNom,commune.getText(),departement,lieudit.getText(),station.getText(),milieu.getText(), comment.getText(),dateObs);
1422
		Observation obs=new Observation(espece.getText(),numeroNom,commune.getText(),departement,lieudit.getText(),station.getText(),milieu.getText(), comment.getText(),dateObs);
1376
		obs.setNumeroOrdre(numeroOrdre);
1423
		obs.setNumeroOrdre(numeroOrdre);
1377
		
1424
		
1378
		String[] coords = getValeurCoordonnees();
1425
		String[] coords = getValeurCoordonnees();
1379
		
1426
		
1380
		obs.setLatitude(coords[0]);
1427
		obs.setLatitude(coords[0]);
1381
		obs.setLongitude(coords[1]);
1428
		obs.setLongitude(coords[1]);
1382
		obs.setAltitude(altitude.getText());
1429
		obs.setAltitude(altitude.getText());
1383
		
1430
		
1384
		obs.setAbondance(getAbondance());
1431
		obs.setAbondance(getAbondance());
1385
		obs.setCertitude(getCertitude());
1432
		obs.setCertitude(getCertitude());
1386
		obs.setPhenologie(getPhenologie());
1433
		obs.setPhenologie(getPhenologie());
1387
		obs.setReferentielTaxo(getReferentielTaxo());
1434
		obs.setReferentielTaxo(getReferentielTaxo());
1388
		obs.setChampsEtendus(getValeursChampsEtendus());
1435
		obs.setChampsEtendus(getValeursChampsEtendus());
1389
		
1436
		
1390
		observationMediateur.modifierObservation(obs);
1437
		observationMediateur.modifierObservation(obs);
1391
 
1438
 
1392
		selecteurMode.setValue("création");
1439
		selecteurMode.setValue("création");
1393
		setModification("false");
1440
		setModification("false");
1394
	}
1441
	}
1395
	
1442
	
1396
	private void modifierObservationEnMasse(Champs champModifie) {
1443
	private void modifierObservationEnMasse(Champs champModifie) {
1397
		
1444
		
1398
		//TODO: factoriser
1445
		//TODO: factoriser
1399
		String communeM = null;
1446
		String communeM = null;
1400
		String departementM = null;
1447
		String departementM = null;
1401
		String numNomSelM = null;
1448
		String numNomSelM = null;
1402
		String lieuDitM = null;
1449
		String lieuDitM = null;
1403
		String stationM = null;
1450
		String stationM = null;
1404
		String milieuM = null;
1451
		String milieuM = null;
1405
		String dateM = null;
1452
		String dateM = null;
1406
		String especeM = null;
1453
		String especeM = null;
1407
		String commM = null; 
1454
		String commM = null; 
1408
		String latM = null;
1455
		String latM = null;
1409
		String longM = null;
1456
		String longM = null;
1410
		String altM = null;
1457
		String altM = null;
1411
		String abondanceM = null;
1458
		String abondanceM = null;
1412
		String certitudeM = null;
1459
		String certitudeM = null;
1413
		String referentielTaxoM = null;
1460
		String referentielTaxoM = null;
1414
		String phenologieM = null;
1461
		String phenologieM = null;
1415
		
1462
		
1416
		String champs = modeleMessageModif;
1463
		String champs = modeleMessageModif;
1417
			
1464
			
1418
		if(communeModifiee) {
1465
		if(communeModifiee) {
1419
			communeM = commune.getText();
1466
			communeM = commune.getText();
1420
			
1467
			
1421
			if(departement.equals("000null") || departement.equals("")) {
1468
			if(departement.equals("000null") || departement.equals("")) {
1422
				String[] depCom = commune.getText().split(" ");
1469
				String[] depCom = commune.getText().split(" ");
1423
				if(depCom.length > 1) {
1470
				if(depCom.length > 1) {
1424
					String dep = depCom[1].replace('(', ' ');
1471
					String dep = depCom[1].replace('(', ' ');
1425
					dep =dep.replace(')', ' ');
1472
					dep =dep.replace(')', ' ');
1426
					dep = dep.trim();
1473
					dep = dep.trim();
1427
					dep = dep.replace('\\',' ');
1474
					dep = dep.replace('\\',' ');
1428
					dep = dep.trim();
1475
					dep = dep.trim();
1429
					
1476
					
1430
					try
1477
					try
1431
					{
1478
					{
1432
						int nDep = Integer.parseInt(dep);
1479
						int nDep = Integer.parseInt(dep);
1433
						if(nDep > 0 && nDep < 110) {
1480
						if(nDep > 0 && nDep < 110) {
1434
							departement = dep ;
1481
							departement = dep ;
1435
						}
1482
						}
1436
					}
1483
					}
1437
					catch(NumberFormatException e)
1484
					catch(NumberFormatException e)
1438
					{
1485
					{
1439
						departement = "" ;
1486
						departement = "" ;
1440
					}
1487
					}
1441
				}
1488
				}
1442
			}
1489
			}
1443
			
1490
			
1444
			departementM = departement;
1491
			departementM = departement;
1445
		} else {
1492
		} else {
1446
			champs = champs.replaceAll("commune", "");
1493
			champs = champs.replaceAll("commune", "");
1447
		}
1494
		}
1448
		
1495
		
1449
		if(lieuDitModifie) {
1496
		if(lieuDitModifie) {
1450
			lieuDitM = lieudit.getText();
1497
			lieuDitM = lieudit.getText();
1451
		}else {
1498
		}else {
1452
			champs = champs.replaceAll(":lieu-dit", "");
1499
			champs = champs.replaceAll(":lieu-dit", "");
1453
		}
1500
		}
1454
		
1501
		
1455
		if(stationModifiee) {
1502
		if(stationModifiee) {
1456
			stationM = station.getText();
1503
			stationM = station.getText();
1457
		}else {
1504
		}else {
1458
			champs = champs.replaceAll(":station", "");
1505
			champs = champs.replaceAll(":station", "");
1459
		}
1506
		}
1460
 
1507
 
1461
		if(milieuModifie) {
1508
		if(milieuModifie) {
1462
			milieuM = milieu.getText();
1509
			milieuM = milieu.getText();
1463
		}else {
1510
		}else {
1464
			champs = champs.replaceAll(":milieu", "");
1511
			champs = champs.replaceAll(":milieu", "");
1465
		}
1512
		}
1466
 
1513
 
1467
		if(dateModifiee && !date.getRawValue().equals(VALEURS_MULTIPLES)) {
1514
		if(dateModifiee && !date.getRawValue().equals(VALEURS_MULTIPLES)) {
1468
			dateM = date.getRawValue();
1515
			dateM = date.getRawValue();
1469
			dateM = Util.remplacerSeparateursDateFormatCel(dateM);
1516
			dateM = Util.remplacerSeparateursDateFormatCel(dateM);
1470
		}else {
1517
		}else {
1471
			champs = champs.replaceAll(":date", "");
1518
			champs = champs.replaceAll(":date", "");
1472
		}
1519
		}
1473
 
1520
 
1474
		if(especeModifiee) {
1521
		if(especeModifiee) {
1475
			especeM = espece.getText();
1522
			especeM = espece.getText();
1476
			numNomSelM = numeroNom;
1523
			numNomSelM = numeroNom;
1477
		}else {
1524
		}else {
1478
			champs = champs.replaceAll(":espece", "");
1525
			champs = champs.replaceAll(":espece", "");
1479
		}
1526
		}
1480
 
1527
 
1481
		if(commModifie) {
1528
		if(commModifie) {
1482
			commM = comment.getText();
1529
			commM = comment.getText();
1483
		}else {
1530
		}else {
1484
			champs = champs.replaceAll(":commentaire", "");
1531
			champs = champs.replaceAll(":commentaire", "");
1485
		}
1532
		}
1486
		
1533
		
1487
		if(latModifiee) {
1534
		if(latModifiee) {
1488
			latM = latitude.getText();
1535
			latM = latitude.getText();
1489
		}else {
1536
		}else {
1490
			champs = champs.replaceAll(":latitude", "");
1537
			champs = champs.replaceAll(":latitude", "");
1491
		}
1538
		}
1492
		
1539
		
1493
		if(altModifiee) {
1540
		if(altModifiee) {
1494
			altM = altitude.getText();
1541
			altM = altitude.getText();
1495
		}else {
1542
		}else {
1496
			champs = champs.replaceAll(":altitude", "");
1543
			champs = champs.replaceAll(":altitude", "");
1497
		}
1544
		}
1498
		
1545
		
1499
		if(longModifiee) {
1546
		if(longModifiee) {
1500
			longM = longitude.getText();
1547
			longM = longitude.getText();
1501
		}else {
1548
		}else {
1502
			champs = champs.replaceAll(":longitude", "");
1549
			champs = champs.replaceAll(":longitude", "");
1503
		}
1550
		}
1504
		
1551
		
1505
		if(abondanceModifiee && !selecteurAbondance.getRawValue().equals(VALEURS_MULTIPLES)) {
1552
		if(abondanceModifiee && !selecteurAbondance.getRawValue().equals(VALEURS_MULTIPLES)) {
1506
			abondanceM = getAbondance();
1553
			abondanceM = getAbondance();
1507
		} else {
1554
		} else {
1508
			champs = champs.replaceAll(":abondance", "");
1555
			champs = champs.replaceAll(":abondance", "");
1509
		}
1556
		}
1510
		
1557
		
1511
		if(certitudeModifiee && !selecteurCertitude.getRawValue().equals(VALEURS_MULTIPLES)) {
1558
		if(certitudeModifiee && !selecteurCertitude.getRawValue().equals(VALEURS_MULTIPLES)) {
1512
			certitudeM = getCertitude();
1559
			certitudeM = getCertitude();
1513
		} else {
1560
		} else {
1514
			champs = champs.replaceAll(":identification", "");
1561
			champs = champs.replaceAll(":identification", "");
1515
		}
1562
		}
1516
		
1563
		
1517
		if(referentielTaxoModifie && !selecteurReferentielTaxo.getRawValue().equals(VALEURS_MULTIPLES)) {
1564
		if(referentielTaxoModifie && !selecteurReferentielTaxo.getRawValue().equals(VALEURS_MULTIPLES)) {
1518
			referentielTaxoM = getReferentielTaxo();
1565
			referentielTaxoM = getReferentielTaxo();
1519
		} else {
1566
		} else {
1520
			champs = champs.replaceAll(":referentiel", "");
1567
			champs = champs.replaceAll(":referentiel", "");
1521
		}
1568
		}
1522
		
1569
		
1523
		if(phenologieModifiee && !selecteurStadePheno.getRawValue().equals(VALEURS_MULTIPLES)) {
1570
		if(phenologieModifiee && !selecteurStadePheno.getRawValue().equals(VALEURS_MULTIPLES)) {
1524
			phenologieM = getPhenologie();
1571
			phenologieM = getPhenologie();
1525
		} else {
1572
		} else {
1526
			champs = champs.replaceAll(":phenologie", "");
1573
			champs = champs.replaceAll(":phenologie", "");
1527
		}
1574
		}
1528
		
1575
		
1529
		champs = champs.replaceAll(":",", ");
1576
		champs = champs.replaceAll(":",", ");
1530
		if(champs.startsWith(",")) {
1577
		if(champs.startsWith(",")) {
1531
			champs = champs.replaceFirst(",", "");
1578
			champs = champs.replaceFirst(",", "");
1532
		}
1579
		}
1533
		
1580
		
1534
		String message = "Voulez vous modifier le(s) champ(s) suivant(s) : "+champs+"   pour les observations selectionnées ?" ;
1581
		String message = "Voulez vous modifier le(s) champ(s) suivant(s) : "+champs+"   pour les observations selectionnées ?" ;
1535
		
1582
		
1536
		if(champs.trim().equals("")) {
1583
		if(champs.trim().equals("")) {
1537
			Window.alert("Aucun champ n'a été modifié");
1584
			Window.alert("Aucun champ n'a été modifié");
1538
		} else {
1585
		} else {
1539
			Observation obs = new Observation(especeM,numNomSelM,communeM,departementM,lieuDitM,stationM,milieuM, commM,dateM);
1586
			Observation obs = new Observation(especeM,numNomSelM,communeM,departementM,lieuDitM,stationM,milieuM, commM,dateM);
1540
			obs.setNumeroOrdre(numeroOrdre);
1587
			obs.setNumeroOrdre(numeroOrdre);
1541
			obs.setLatitude(latM);
1588
			obs.setLatitude(latM);
1542
			obs.setLongitude(longM);
1589
			obs.setLongitude(longM);
1543
			obs.setAltitude(altM);
1590
			obs.setAltitude(altM);
1544
			obs.setAbondance(abondanceM);
1591
			obs.setAbondance(abondanceM);
1545
			obs.setCertitude(certitudeM);
1592
			obs.setCertitude(certitudeM);
1546
			obs.setReferentielTaxo(referentielTaxoM);
1593
			obs.setReferentielTaxo(referentielTaxoM);
1547
			obs.setPhenologie(phenologieM);
1594
			obs.setPhenologie(phenologieM);
1548
			if(Window.confirm(message)) {
1595
			if(Window.confirm(message)) {
1549
				observationMediateur.modifierObservationEnMasse(obs);
1596
				observationMediateur.modifierObservationEnMasse(obs);
1550
				reinitialiserValeurModifiees();
1597
				reinitialiserValeurModifiees();
1551
			}
1598
			}
1552
		}
1599
		}
1553
	}
1600
	}
1554
	
1601
	
1555
	private void supprimerObservation() {		
1602
	private void supprimerObservation() {		
1556
		observationMediateur.supprimerObservation(this, numeroOrdre);
1603
		observationMediateur.supprimerObservation(this, numeroOrdre);
1557
	}
1604
	}
1558
	
1605
	
1559
	public void afficherDetailsObservation(Observation obs)
1606
	public void afficherDetailsObservation(Observation obs)
1560
	{
1607
	{
1561
		raz() ;
1608
		raz() ;
1562
		String idLoc ;
1609
		String idLoc ;
1563
		if(obs.getIdentifiantLocalite() != VALEURS_MULTIPLES) {
1610
		if(obs.getIdentifiantLocalite() != VALEURS_MULTIPLES) {
1564
			idLoc = obs.getIdentifiantLocalite().replaceAll(" ","/");
1611
			idLoc = obs.getIdentifiantLocalite().replaceAll(" ","/");
1565
			idLoc = idLoc.replaceAll("%","");
1612
			idLoc = idLoc.replaceAll("%","");
1566
			idLoc = idLoc.replaceAll("\"","");
1613
			idLoc = idLoc.replaceAll("\"","");
1567
			idLoc = idLoc.replace('\\',' ');
1614
			idLoc = idLoc.replace('\\',' ');
1568
			idLoc = idLoc.trim();
1615
			idLoc = idLoc.trim();
1569
			if(idLoc.length() == 5) {
1616
			if(idLoc.length() == 5) {
1570
				idLoc = idLoc.substring(0,2);
1617
				idLoc = idLoc.substring(0,2);
1571
			}
1618
			}
1572
		} else {
1619
		} else {
1573
			idLoc = obs.getIdentifiantLocalite();
1620
			idLoc = obs.getIdentifiantLocalite();
1574
			if(idLoc.length() == 5) {
1621
			if(idLoc.length() == 5) {
1575
				idLoc = idLoc.substring(0,2);
1622
				idLoc = idLoc.substring(0,2);
1576
			}
1623
			}
1577
		}
1624
		}
1578
		
1625
		
1579
		if(!obs.getDate().equals("null") && !obs.getDate().equals("000null") && !obs.getDate().equals(VALEURS_MULTIPLES)) {
1626
		if(!obs.getDate().equals("null") && !obs.getDate().equals("000null") && !obs.getDate().equals(VALEURS_MULTIPLES)) {
1580
			String[] dateEtHeure = obs.getDate().split(" ", 2);
1627
			String[] dateEtHeure = obs.getDate().split(" ", 2);
1581
			if(verifierFormatDate(dateEtHeure[0])) {
1628
			if(verifierFormatDate(dateEtHeure[0])) {
1582
				date.setValue(dateEtHeure[0]) ;
1629
				date.setValue(dateEtHeure[0]) ;
1583
			}
1630
			}
1584
			else
1631
			else
1585
			{
1632
			{
1586
				date.setRawValue(""); 
1633
				date.setRawValue(""); 
1587
			}
1634
			}
1588
		} else {
1635
		} else {
1589
			date.setRawValue(VALEURS_MULTIPLES);
1636
			date.setRawValue(VALEURS_MULTIPLES);
1590
			date.clearInvalid();
1637
			date.clearInvalid();
1591
		}
1638
		}
1592
		if(!obs.getLieudit().equals("null") && !obs.getLieudit().equals("000null")) {
1639
		if(!obs.getLieudit().equals("null") && !obs.getLieudit().equals("000null")) {
1593
			lieudit.setValue(obs.getLieudit()) ;
1640
			lieudit.setValue(obs.getLieudit()) ;
1594
		}
1641
		}
1595
		if(!obs.getStation().equals("null") && !obs.getStation().equals("000null")) {
1642
		if(!obs.getStation().equals("null") && !obs.getStation().equals("000null")) {
1596
			station.setValue(obs.getStation()) ;
1643
			station.setValue(obs.getStation()) ;
1597
		}
1644
		}
1598
		if(!obs.getMilieu().equals("null") && !obs.getMilieu().equals("000null")) {
1645
		if(!obs.getMilieu().equals("null") && !obs.getMilieu().equals("000null")) {
1599
			milieu.setValue(obs.getMilieu()) ;
1646
			milieu.setValue(obs.getMilieu()) ;
1600
		}
1647
		}
1601
		if(!obs.getCommentaire().equals("null") && !obs.getCommentaire().equals("000null")) {
1648
		if(!obs.getCommentaire().equals("null") && !obs.getCommentaire().equals("000null")) {
1602
 
1649
 
1603
			comment.setRawValue(Util.remplacerSautsDeligneMalEncodes(obs.getCommentaire()));
1650
			comment.setRawValue(Util.remplacerSautsDeligneMalEncodes(obs.getCommentaire()));
1604
			
1651
			
1605
		}
1652
		}
1606
		if(!obs.getLocalite().equals("null") && !obs.getLocalite().equals("000null")) {
1653
		if(!obs.getLocalite().equals("null") && !obs.getLocalite().equals("000null")) {
1607
			if(!idLoc.equals("000null") && !idLoc.equals("")) {
1654
			if(!idLoc.equals("000null") && !idLoc.equals("")) {
1608
				if(!idLoc.equals(VALEURS_MULTIPLES)) {
1655
				if(!idLoc.equals(VALEURS_MULTIPLES)) {
1609
					commune.setValue(obs.getLocalite()+" ("+idLoc+")") ;
1656
					commune.setValue(obs.getLocalite()+" ("+idLoc+")") ;
1610
				} else {
1657
				} else {
1611
					commune.setValue(VALEURS_MULTIPLES);
1658
					commune.setValue(VALEURS_MULTIPLES);
1612
				}
1659
				}
1613
			}
1660
			}
1614
			else
1661
			else
1615
			{
1662
			{
1616
				commune.setValue(obs.getLocalite());
1663
				commune.setValue(obs.getLocalite());
1617
			}
1664
			}
1618
		}
1665
		}
1619
		if(!obs.getIdentifiantLocalite().equals("null") && !obs.getIdentifiantLocalite().equals("000null")) {
1666
		if(!obs.getIdentifiantLocalite().equals("null") && !obs.getIdentifiantLocalite().equals("000null")) {
1620
			departement = idLoc;
1667
			departement = idLoc;
1621
		}
1668
		}
1622
		if(!obs.getNomSaisi().equals("null") && !obs.getNomSaisi().equals("000null")) {
1669
		if(!obs.getNomSaisi().equals("null") && !obs.getNomSaisi().equals("000null")) {
1623
			espece.setValue(obs.getNomSaisi()) ;
1670
			espece.setValue(obs.getNomSaisi()) ;
1624
		}
1671
		}
1625
		if(!obs.getNumeroNomenclaturalSaisi().equals("null") && !obs.getNumeroNomenclaturalSaisi().equals("000null")) {
1672
		if(!obs.getNumeroNomenclaturalSaisi().equals("null") && !obs.getNumeroNomenclaturalSaisi().equals("000null")) {
1626
			numeroNom = obs.getNumeroNomenclaturalSaisi() ;
1673
			numeroNom = obs.getNumeroNomenclaturalSaisi() ;
1627
		}
1674
		}
1628
		if(!obs.getNumeroOrdre().equals("null") && !obs.getNumeroOrdre().equals("000null")) {
1675
		if(!obs.getNumeroOrdre().equals("null") && !obs.getNumeroOrdre().equals("000null")) {
1629
			numeroOrdre = obs.getNumeroOrdre() ;
1676
			numeroOrdre = obs.getNumeroOrdre() ;
1630
		}
1677
		}
1631
		
1678
		
1632
		if(doitAfficherLatLon(obs)) {
1679
		if(doitAfficherLatLon(obs)) {
1633
			latitude.setValue(Util.formaterNombre(obs.getLatitude())) ;
1680
			latitude.setValue(Util.formaterNombre(obs.getLatitude())) ;
1634
			longitude.setValue(Util.formaterNombre(obs.getLongitude())) ;
1681
			longitude.setValue(Util.formaterNombre(obs.getLongitude())) ;
1635
		}
1682
		}
1636
		
1683
		
1637
		if(!obs.getAltitude().isEmpty() && !obs.getAltitude().equals("null") && !obs.getAltitude().equals("000null")) {
1684
		if(!obs.getAltitude().isEmpty() && !obs.getAltitude().equals("null") && !obs.getAltitude().equals("000null")) {
1638
			altitude.setValue(Util.formaterNombre(obs.getAltitude())) ;
1685
			altitude.setValue(Util.formaterNombre(obs.getAltitude())) ;
1639
		}
1686
		}
1640
		
1687
		
1641
		selecteurAbondance.getStore().load();
1688
		selecteurAbondance.getStore().load();
1642
		selecteurAbondance.setValue(obs.getAbondance());
1689
		selecteurAbondance.setValue(obs.getAbondance());
1643
		
1690
		
1644
		selecteurCertitude.getStore().load();
1691
		selecteurCertitude.getStore().load();
1645
		selecteurCertitude.setValue(obs.getCertitude());
1692
		selecteurCertitude.setValue(obs.getCertitude());
1646
		
1693
		
1647
		selecteurStadePheno.getStore().load();
1694
		selecteurStadePheno.getStore().load();
1648
		selecteurStadePheno.setValue(obs.getPhenologie());
1695
		selecteurStadePheno.setValue(obs.getPhenologie());
1649
		
1696
		
1650
		selecteurReferentielTaxo.getStore().load();
1697
		selecteurReferentielTaxo.getStore().load();
1651
		if(obs.getReferentielTaxo() != VALEURS_MULTIPLES) {
1698
		if(obs.getReferentielTaxo() != VALEURS_MULTIPLES) {
1652
			referentielTaxo = obs.getCodeCourtReferentielTaxo();
1699
			referentielTaxo = obs.getCodeCourtReferentielTaxo();
1653
			if(referentielTaxo == null || referentielTaxo.isEmpty()) {
1700
			if(referentielTaxo == null || referentielTaxo.isEmpty()) {
1654
			    referentielTaxo = Configuration.getReferentielsDispos().get(0).getCode();
1701
			    referentielTaxo = Configuration.getReferentielsDispos().get(0).getCode();
1655
			}
1702
			}
1656
			selecteurReferentielTaxo.setValue(referentielTaxo);
1703
			selecteurReferentielTaxo.setValue(referentielTaxo);
1657
		} else {
1704
		} else {
1658
			referentielTaxo = "";
1705
			referentielTaxo = "";
1659
			selecteurReferentielTaxo.setRawValue(VALEURS_MULTIPLES);
1706
			selecteurReferentielTaxo.setRawValue(VALEURS_MULTIPLES);
1660
		}
1707
		}
1661
		
1708
		
1662
		afficherChampsEtendus(obs);
1709
		afficherChampsEtendus(obs);
1663
	}
1710
	}
1664
	
1711
	
1665
	private boolean doitAfficherLatLon(Observation obs) {
1712
	private boolean doitAfficherLatLon(Observation obs) {
1666
		return !obs.getLatitude().isEmpty() &&
1713
		return !obs.getLatitude().isEmpty() &&
1667
				!obs.getLatitude().equals("null") && 
1714
				!obs.getLatitude().equals("null") && 
1668
				!obs.getLatitude().equals("000null") &&
1715
				!obs.getLatitude().equals("000null") &&
1669
				!Util.estZero(obs.getLatitude()) && 
1716
				!Util.estZero(obs.getLatitude()) && 
1670
				!obs.getLongitude().isEmpty() && 
1717
				!obs.getLongitude().isEmpty() && 
1671
				!obs.getLongitude().equals("null") && 
1718
				!obs.getLongitude().equals("null") && 
1672
				!obs.getLongitude().equals("000null") &&
1719
				!obs.getLongitude().equals("000null") &&
1673
				!Util.estZero(obs.getLongitude());
1720
				!Util.estZero(obs.getLongitude());
1674
	}
1721
	}
1675
	
1722
	
1676
	private void viderChampsEtendus() {
1723
	private void viderChampsEtendus() {
1677
		if(listeChampsEtendus != null) {
1724
		if(listeChampsEtendus != null) {
1678
			for (Iterator<String> it = listeChampsEtendus.keySet().iterator(); it.hasNext();) {
1725
			for (Iterator<String> it = listeChampsEtendus.keySet().iterator(); it.hasNext();) {
1679
				TextField champEtendu = listeChampsEtendus.get(it.next());
1726
				TextField champEtendu = listeChampsEtendus.get(it.next());
1680
				champEtendu.destroy();
1727
				champEtendu.destroy();
1681
			}
1728
			}
-
 
1729
			if(conteneurChampEtenduGauche != null && conteneurChampEtenduDroite != null) {
-
 
1730
				conteneurChampEtenduGauche.clear();
-
 
1731
				conteneurChampEtenduDroite.clear();
-
 
1732
				panneauPremierColonne.remove(conteneurChampEtenduGauche);
-
 
1733
				panneauSecondeColonne.remove(conteneurChampEtenduDroite);
-
 
1734
			}
1682
			listeChampsEtendus = null;
1735
			listeChampsEtendus = null;
1683
		}
1736
		}
1684
	}
1737
	}
1685
	
1738
	
1686
	private void afficherChampsEtendus(Observation obs) {
1739
	private void afficherChampsEtendus(Observation obs) {
1687
		viderChampsEtendus();
1740
		viderChampsEtendus();
-
 
1741
		conteneurChampEtenduGauche = new FormPanel();
-
 
1742
		conteneurChampEtenduDroite = new FormPanel();
-
 
1743
		
1688
		if(obs.getChampsEtendus().size() > 0) {
1744
		if(obs.getChampsEtendus().size() > 0) {
-
 
1745
			lienAfficherChampsEtendus.setVisible(true);
-
 
1746
			conteneurChampEtenduGauche.setAutoWidth(true);
-
 
1747
			conteneurChampEtenduGauche.setStyle("conteneurChampsEtendus");
-
 
1748
			conteneurChampEtenduGauche.setLabelWidth(150);
-
 
1749
			conteneurChampEtenduGauche.setBodyBorder(false);
-
 
1750
			conteneurChampEtenduDroite.setAutoWidth(true);
-
 
1751
			conteneurChampEtenduDroite.setStyle("conteneurChampsEtendus");
-
 
1752
			conteneurChampEtenduDroite.setLabelWidth(150);
-
 
1753
			conteneurChampEtenduDroite.setBodyBorder(false);
1689
			listeChampsEtendus = new HashMap<String, TextField>(obs.getChampsEtendus().size());
1754
				listeChampsEtendus = new HashMap<String, TextField>(obs.getChampsEtendus().size());
1690
			boolean gauche = true;
1755
				boolean gauche = true;
1691
			for (Iterator<String> iterator = obs.getChampsEtendus().keySet().iterator(); iterator.hasNext();) {
1756
				for (Iterator<String> iterator = obs.getChampsEtendus().keySet().iterator(); iterator.hasNext();) {
1692
				String id = iterator.next();
1757
					String id = iterator.next();
1693
				ChampEtendu champ = obs.getChampsEtendus().get(id);
1758
					ChampEtendu champ = obs.getChampsEtendus().get(id);
1694
				String valeur = champ.getValeur();
1759
					String valeur = champ.getValeur();
1695
				String label = champ.getLabel();
1760
					String label = champ.getLabel();
1696
				
1761
					
1697
				TextField champTexteEtendu = new TextField();
1762
					TextField champTexteEtendu = new TextField();
1698
				champTexteEtendu.setAutoWidth(true);
1763
					champTexteEtendu.setWidth("90%");
1699
				champTexteEtendu.setLabel(formaterLabel(label));
1764
					champTexteEtendu.setLabel(label);
1700
				champTexteEtendu.setTitle(label);
1765
					champTexteEtendu.setTitle(label);
1701
				champTexteEtendu.setId(id);
1766
					champTexteEtendu.setId(id);
1702
				champTexteEtendu.setValue(valeur);
1767
					champTexteEtendu.setValue(valeur);
1703
				if(gauche) {
1768
					if(gauche) {
1704
					panneauPremierColonne.add(champTexteEtendu);
1769
						conteneurChampEtenduGauche.add(champTexteEtendu);
1705
				} else {
1770
					} else {
1706
					panneauSecondeColonne.add(champTexteEtendu);
1771
						conteneurChampEtenduDroite.add(champTexteEtendu);
-
 
1772
					}
-
 
1773
					listeChampsEtendus.put(id, champTexteEtendu);
-
 
1774
					gauche = !gauche;
1707
				}
1775
				}
-
 
1776
			panneauPremierColonne.add(conteneurChampEtenduGauche);
-
 
1777
			panneauSecondeColonne.add(conteneurChampEtenduDroite);
-
 
1778
			
-
 
1779
			// pour corriger le décalage sur le panneau induit par le lien d'affichage
1708
				listeChampsEtendus.put(id, champTexteEtendu);
1780
			conteneurChampEtenduDroite.setPaddings(25, 0, 0, 0);
-
 
1781
			
1709
				gauche = !gauche;
1782
			if(!afficherChampsEtendus) {
-
 
1783
				conteneurChampEtenduGauche.setVisible(false);
-
 
1784
				conteneurChampEtenduDroite.setVisible(false);
1710
			}
1785
			}
-
 
1786
		} else {
-
 
1787
			lienAfficherChampsEtendus.setVisible(false);
1711
		}
1788
		}
1712
		doLayout();
1789
		doLayout();
1713
	}
1790
	}
1714
	
1791
	
1715
	private Map<String, ChampEtendu> getValeursChampsEtendus() {
1792
	private Map<String, ChampEtendu> getValeursChampsEtendus() {
1716
		Map<String, ChampEtendu> valeursChampsEtendus = new HashMap<String, ChampEtendu>();
1793
		Map<String, ChampEtendu> valeursChampsEtendus = new HashMap<String, ChampEtendu>();
1717
		if(listeChampsEtendus != null) {
1794
		if(listeChampsEtendus != null) {
1718
			for (Iterator<String> it = listeChampsEtendus.keySet().iterator(); it.hasNext();) {
1795
			for (Iterator<String> it = listeChampsEtendus.keySet().iterator(); it.hasNext();) {
1719
				String cle = it.next();
1796
				String cle = it.next();
1720
				TextField champTexteEtendu = listeChampsEtendus.get(cle);
1797
				TextField champTexteEtendu = listeChampsEtendus.get(cle);
1721
				String label = champTexteEtendu.getFieldLabel();
1798
				String label = champTexteEtendu.getFieldLabel();
1722
				String valeur = champTexteEtendu.getValueAsString();
1799
				String valeur = champTexteEtendu.getValueAsString();
1723
				ChampEtendu champEtendu = new ChampEtendu(cle, label, valeur);
1800
				ChampEtendu champEtendu = new ChampEtendu(cle, label, valeur);
1724
				valeursChampsEtendus.put(cle, champEtendu);
1801
				valeursChampsEtendus.put(cle, champEtendu);
1725
			}
1802
			}
1726
		}
1803
		}
1727
		return valeursChampsEtendus;
1804
		return valeursChampsEtendus;
1728
	}
1805
	}
1729
	
-
 
1730
	private String formaterLabel(String label) {
-
 
1731
		String labelFmt = label;
-
 
1732
		if(label.length() > 15) {
-
 
1733
			labelFmt  = label.substring(0, 14);
-
 
1734
		}
-
 
1735
		return labelFmt;
-
 
1736
	}
-
 
1737
	
1806
	
1738
	public void raz()
1807
	public void raz()
1739
	{
1808
	{
1740
		raz(Champs.TOUT);
1809
		raz(Champs.TOUT);
1741
		
1810
		
1742
	}
1811
	}
1743
	public void raz(Champs champs)
1812
	public void raz(Champs champs)
1744
	{
1813
	{
1745
		switch (champs) {
1814
		switch (champs) {
1746
			case DATE:
1815
			case DATE:
1747
				date.reset() ;
1816
				date.reset() ;
1748
				break;
1817
				break;
1749
		
1818
		
1750
			case LIEUDIT:
1819
			case LIEUDIT:
1751
				lieudit.reset() ;
1820
				lieudit.reset() ;
1752
				break;
1821
				break;
1753
		
1822
		
1754
			case STATION:
1823
			case STATION:
1755
				station.reset() ;
1824
				station.reset() ;
1756
				break;
1825
				break;
1757
		
1826
		
1758
			case MILIEU:
1827
			case MILIEU:
1759
				milieu.reset() ;
1828
				milieu.reset() ;
1760
				break;
1829
				break;
1761
		
1830
		
1762
			case COMMENT:
1831
			case COMMENT:
1763
				comment.reset() ;
1832
				comment.reset() ;
1764
				break;
1833
				break;
1765
 
1834
 
1766
			case COMMUNE:
1835
			case COMMUNE:
1767
				commune.reset() ;
1836
				commune.reset() ;
1768
				departement ="";
1837
				departement ="";
1769
				latitude.reset();
1838
				latitude.reset();
1770
				longitude.reset();
1839
				longitude.reset();
1771
				break;
1840
				break;
1772
				
1841
				
1773
			case ESPECE:
1842
			case ESPECE:
1774
				espece.reset();
1843
				espece.reset();
1775
				numeroNom = "" ;
1844
				numeroNom = "" ;
1776
				numeroOrdre = "";
1845
				numeroOrdre = "";
1777
				break;
1846
				break;
1778
				
1847
				
1779
			case LATITUDE:
1848
			case LATITUDE:
1780
				latitude.reset();
1849
				latitude.reset();
1781
				afficherIndicationCommune(null);
1850
				afficherIndicationCommune(null);
1782
				break;
1851
				break;
1783
				
1852
				
1784
			case LONGITUDE:
1853
			case LONGITUDE:
1785
				longitude.reset();
1854
				longitude.reset();
1786
				afficherIndicationCommune(null);
1855
				afficherIndicationCommune(null);
1787
				break;
1856
				break;
1788
				
1857
				
1789
			case ALTITUDE:
1858
			case ALTITUDE:
1790
				altitude.reset();
1859
				altitude.reset();
1791
				break;
1860
				break;
1792
				
1861
				
1793
			case ABONDANCE:
1862
			case ABONDANCE:
1794
				selecteurAbondance.setValue("");
1863
				selecteurAbondance.setValue("");
1795
				break;
1864
				break;
1796
				
1865
				
1797
			case CERTITUDE:
1866
			case CERTITUDE:
1798
				selecteurCertitude.setValue("");
1867
				selecteurCertitude.setValue("");
1799
				break;
1868
				break;
1800
				
1869
				
1801
			case REFERENTIELTAXO:
1870
			case REFERENTIELTAXO:
1802
				selecteurReferentielTaxo.setValue("");
1871
				selecteurReferentielTaxo.setValue("");
1803
				break;
1872
				break;
1804
			
1873
			
1805
			case PHENOLOGIE:
1874
			case PHENOLOGIE:
1806
				selecteurStadePheno.setValue("");
1875
				selecteurStadePheno.setValue("");
1807
				break;
1876
				break;
1808
				
1877
				
1809
			case TOUT:
1878
			case TOUT:
1810
				commune.reset();
1879
				commune.reset();
1811
				date.reset() ;
1880
				date.reset() ;
1812
				lieudit.reset() ;
1881
				lieudit.reset() ;
1813
				station.reset() ;
1882
				station.reset() ;
1814
				milieu.reset() ;
1883
				milieu.reset() ;
1815
				comment.reset() ;
1884
				comment.reset() ;
1816
				milieu.reset() ;
1885
				milieu.reset() ;
1817
				latitude.reset();
1886
				latitude.reset();
1818
				longitude.reset();
1887
				longitude.reset();
1819
				altitude.reset();
1888
				altitude.reset();
1820
				departement ="";
1889
				departement ="";
1821
				espece.reset();
1890
				espece.reset();
1822
				selecteurAbondance.clearValue();
1891
				selecteurAbondance.clearValue();
1823
				selecteurCertitude.clearValue();
1892
				selecteurCertitude.clearValue();
1824
				selecteurReferentielTaxo.clearValue();
1893
				selecteurReferentielTaxo.clearValue();
1825
				selecteurStadePheno.clearValue();
1894
				selecteurStadePheno.clearValue();
1826
				referentielTaxo = "";
1895
				referentielTaxo = "";
1827
				numeroNom = "" ;
1896
				numeroNom = "" ;
1828
				numeroOrdre = "";
1897
				numeroOrdre = "";
1829
				afficherIndicationCommune(null);
1898
				afficherIndicationCommune(null);
1830
				break;
1899
				break;
1831
 
1900
 
1832
		}
1901
		}
1833
		
1902
		
1834
	}
1903
	}
1835
	
1904
	
1836
	private void setModification(String mode)
1905
	private void setModification(String mode)
1837
	{
1906
	{
1838
		if(mode.equals("true")) {
1907
		if(mode.equals("true")) {
1839
 
1908
 
1840
			boutonOK.setText("Modifier") ;
1909
			boutonOK.setText("Modifier") ;
1841
			setTitle("Modification") ;
1910
			setTitle("Modification") ;
1842
			boutonAnnuler.setText("Supprimer") ;
1911
			boutonAnnuler.setText("Supprimer") ;
1843
			modification = true ;
1912
			modification = true ;
1844
			selecteurMode.removeClass("x-selec-crea") ;
1913
			selecteurMode.removeClass("x-selec-crea") ;
1845
			selecteurMode.setCls("x-selec-modif") ;
1914
			selecteurMode.setCls("x-selec-modif") ;
1846
			observationMediateur.onModeModification();
1915
			observationMediateur.onModeModification();
1847
		}
1916
		}
1848
		else
1917
		else
1849
		{
1918
		{
1850
			boutonOK.setText("Créer") ;
1919
			boutonOK.setText("Créer") ;
1851
			setTitle("Saisir") ;
1920
			setTitle("Saisir") ;
1852
			boutonAnnuler.setText("Réinitialiser") ;
1921
			boutonAnnuler.setText("Réinitialiser") ;
1853
			modification = false ;
1922
			modification = false ;
1854
			selecteurMode.removeClass("x-selec-modif") ;
1923
			selecteurMode.removeClass("x-selec-modif") ;
1855
			selecteurMode.setCls("x-selec-crea") ;
1924
			selecteurMode.setCls("x-selec-crea") ;
1856
			observationMediateur.onModeCreation();
1925
			observationMediateur.onModeCreation();
1857
		}	
1926
		}	
1858
	}
1927
	}
1859
	
1928
	
1860
	/**
1929
	/**
1861
	 * renvoie vrai si on est en mode modification, faux si on est en mode création
1930
	 * renvoie vrai si on est en mode modification, faux si on est en mode création
1862
	 * @return
1931
	 * @return
1863
	 */
1932
	 */
1864
	public boolean getModification()
1933
	public boolean getModification()
1865
	{
1934
	{
1866
		return modification ;
1935
		return modification ;
1867
	}
1936
	}
1868
	
1937
	
1869
	/**
1938
	/**
1870
	 * renvoie vrai si on est en mode modification de masse, faux sinon
1939
	 * renvoie vrai si on est en mode modification de masse, faux sinon
1871
	 * @return
1940
	 * @return
1872
	 */
1941
	 */
1873
	public boolean getMasseModification()
1942
	public boolean getMasseModification()
1874
	{
1943
	{
1875
		return masseModification ;
1944
		return masseModification ;
1876
	}
1945
	}
1877
	
1946
	
1878
	public boolean verifierFormatDate(String date) {
1947
	public boolean verifierFormatDate(String date) {
1879
		
1948
		
1880
		String regex = "[1-9][0-9]{3}-[0-9]{2}-[0-9]{2}" ;
1949
		String regex = "[1-9][0-9]{3}-[0-9]{2}-[0-9]{2}" ;
1881
		if(date.matches(regex) && !date.equals("0000-00-00")) {
1950
		if(date.matches(regex) && !date.equals("0000-00-00")) {
1882
			return true ;
1951
			return true ;
1883
		}
1952
		}
1884
		else {
1953
		else {
1885
			return false;
1954
			return false;
1886
		}
1955
		}
1887
	}
1956
	}
1888
 
1957
 
1889
	public void setMasseModification(boolean masseModification) {
1958
	public void setMasseModification(boolean masseModification) {
1890
		this.masseModification = masseModification;
1959
		this.masseModification = masseModification;
1891
		if(masseModification) {
1960
		if(masseModification) {
1892
			reinitialiserValeurModifiees();
1961
			reinitialiserValeurModifiees();
1893
		}
1962
		}
1894
	}
1963
	}
1895
	
1964
	
1896
	private void calculerAfficherDifferences(ListeObservation listeObs) {
1965
	private void calculerAfficherDifferences(ListeObservation listeObs) {
1897
		
1966
		
1898
		String departement = null;
1967
		String departement = null;
1899
		String commune = null;
1968
		String commune = null;
1900
		String lieuDit = null;
1969
		String lieuDit = null;
1901
		String station = null;
1970
		String station = null;
1902
		String milieu = null;
1971
		String milieu = null;
1903
		String espece = null;
1972
		String espece = null;
1904
		String date = null;
1973
		String date = null;
1905
		String notes = null;
1974
		String notes = null;
1906
		String lat = null;
1975
		String lat = null;
1907
		String lon = null;
1976
		String lon = null;
1908
		String alt = null;
1977
		String alt = null;
1909
		String abondance = null;
1978
		String abondance = null;
1910
		String certitude = null;
1979
		String certitude = null;
1911
		String referentielTaxo = null;
1980
		String referentielTaxo = null;
1912
		String phenologie = null;
1981
		String phenologie = null;
1913
		
1982
		
1914
		String ordreObs = "";
1983
		String ordreObs = "";
1915
		
1984
		
1916
		for(Iterator<String> it = listeObs.keySet().iterator();it.hasNext();) {
1985
		for(Iterator<String> it = listeObs.keySet().iterator();it.hasNext();) {
1917
			Observation obsEnCours = listeObs.get(it.next());
1986
			Observation obsEnCours = listeObs.get(it.next());
1918
			departement = comparerDifferencesChamps(departement, obsEnCours.getIdentifiantLocalite());
1987
			departement = comparerDifferencesChamps(departement, obsEnCours.getIdentifiantLocalite());
1919
			commune = comparerDifferencesChamps(commune, obsEnCours.getLocalite());
1988
			commune = comparerDifferencesChamps(commune, obsEnCours.getLocalite());
1920
			lieuDit = comparerDifferencesChamps(lieuDit, obsEnCours.getLieudit());
1989
			lieuDit = comparerDifferencesChamps(lieuDit, obsEnCours.getLieudit());
1921
			station = comparerDifferencesChamps(station, obsEnCours.getStation());
1990
			station = comparerDifferencesChamps(station, obsEnCours.getStation());
1922
			milieu = comparerDifferencesChamps(milieu, obsEnCours.getMilieu());
1991
			milieu = comparerDifferencesChamps(milieu, obsEnCours.getMilieu());
1923
			espece = comparerDifferencesChamps(espece, obsEnCours.getNomSaisi()); 
1992
			espece = comparerDifferencesChamps(espece, obsEnCours.getNomSaisi()); 
1924
			date = comparerDifferencesChamps(date, obsEnCours.getDate());
1993
			date = comparerDifferencesChamps(date, obsEnCours.getDate());
1925
			notes = comparerDifferencesChamps(notes, obsEnCours.getCommentaire());
1994
			notes = comparerDifferencesChamps(notes, obsEnCours.getCommentaire());
1926
			lat = comparerDifferencesChamps(lat, obsEnCours.getLatitude());
1995
			lat = comparerDifferencesChamps(lat, obsEnCours.getLatitude());
1927
			lon = comparerDifferencesChamps(lon, obsEnCours.getLongitude());
1996
			lon = comparerDifferencesChamps(lon, obsEnCours.getLongitude());
1928
			alt = comparerDifferencesChamps(alt, obsEnCours.getAltitude());
1997
			alt = comparerDifferencesChamps(alt, obsEnCours.getAltitude());
1929
			abondance = comparerDifferencesChamps(abondance, obsEnCours.getAbondance());
1998
			abondance = comparerDifferencesChamps(abondance, obsEnCours.getAbondance());
1930
			certitude = comparerDifferencesChamps(certitude, obsEnCours.getCertitude());
1999
			certitude = comparerDifferencesChamps(certitude, obsEnCours.getCertitude());
1931
			referentielTaxo = comparerDifferencesChamps(referentielTaxo, obsEnCours.getReferentielTaxo());
2000
			referentielTaxo = comparerDifferencesChamps(referentielTaxo, obsEnCours.getReferentielTaxo());
1932
			phenologie = comparerDifferencesChamps(phenologie, obsEnCours.getPhenologie());
2001
			phenologie = comparerDifferencesChamps(phenologie, obsEnCours.getPhenologie());
1933
			
2002
			
1934
			ordreObs += obsEnCours.getNumeroOrdre()+",";
2003
			ordreObs += obsEnCours.getNumeroOrdre()+",";
1935
		}
2004
		}
1936
		
2005
		
1937
		Observation obs=new Observation(espece,numeroNom,commune,departement,lieuDit,station,milieu, notes,date);
2006
		Observation obs=new Observation(espece,numeroNom,commune,departement,lieuDit,station,milieu, notes,date);
1938
		obs.setNumeroOrdre(ordreObs);
2007
		obs.setNumeroOrdre(ordreObs);
1939
		obs.setLatitude(lat);
2008
		obs.setLatitude(lat);
1940
		obs.setLongitude(lon);
2009
		obs.setLongitude(lon);
1941
		obs.setAltitude(alt);
2010
		obs.setAltitude(alt);
1942
		obs.setAbondance(abondance);
2011
		obs.setAbondance(abondance);
1943
		obs.setCertitude(certitude);
2012
		obs.setCertitude(certitude);
1944
		obs.setReferentielTaxo(referentielTaxo);
2013
		obs.setReferentielTaxo(referentielTaxo);
1945
		obs.setPhenologie(phenologie);
2014
		obs.setPhenologie(phenologie);
1946
		rafraichir(obs, false);	
2015
		rafraichir(obs, false);	
1947
	}
2016
	}
1948
	
2017
	
1949
	private String comparerDifferencesChamps(String valeurActuelle, String nouvelleValeur) {
2018
	private String comparerDifferencesChamps(String valeurActuelle, String nouvelleValeur) {
1950
		
2019
		
1951
		String retour = "000null";
2020
		String retour = "000null";
1952
		
2021
		
1953
			if(valeurActuelle == null) {
2022
			if(valeurActuelle == null) {
1954
				retour = nouvelleValeur;
2023
				retour = nouvelleValeur;
1955
			} else {
2024
			} else {
1956
				if(valeurActuelle.equals(nouvelleValeur)) {
2025
				if(valeurActuelle.equals(nouvelleValeur)) {
1957
					retour = valeurActuelle;
2026
					retour = valeurActuelle;
1958
				} else {
2027
				} else {
1959
					retour = VALEURS_MULTIPLES;
2028
					retour = VALEURS_MULTIPLES;
1960
				}
2029
				}
1961
			}
2030
			}
1962
		return retour;
2031
		return retour;
1963
	}
2032
	}
1964
	
2033
	
1965
	private void reinitialiserValeurModifiees() {	
2034
	private void reinitialiserValeurModifiees() {	
1966
		communeModifiee = false;
2035
		communeModifiee = false;
1967
		lieuDitModifie = false;
2036
		lieuDitModifie = false;
1968
		stationModifiee = false;
2037
		stationModifiee = false;
1969
		milieuModifie = false;
2038
		milieuModifie = false;
1970
		dateModifiee = false;
2039
		dateModifiee = false;
1971
		especeModifiee = false;
2040
		especeModifiee = false;
1972
		commModifie = false;
2041
		commModifie = false;
1973
		latModifiee = false;
2042
		latModifiee = false;
1974
		longModifiee = false;
2043
		longModifiee = false;
1975
		altModifiee = false;
2044
		altModifiee = false;
1976
		abondanceModifiee = false;
2045
		abondanceModifiee = false;
1977
		certitudeModifiee = false;
2046
		certitudeModifiee = false;
1978
		referentielTaxoModifie = false;
2047
		referentielTaxoModifie = false;
1979
		phenologieModifiee = false;
2048
		phenologieModifiee = false;
1980
	}
2049
	}
1981
	
2050
	
1982
	public void saisieTabindex()
2051
	public void saisieTabindex()
1983
	{
2052
	{
1984
		
2053
		
1985
		selecteurMode.setTabIndex(0);
2054
		selecteurMode.setTabIndex(0);
1986
		commune.setTabIndex(1);
2055
		commune.setTabIndex(1);
1987
		lieudit.setTabIndex(3);
2056
		lieudit.setTabIndex(3);
1988
		station.setTabIndex(4);
2057
		station.setTabIndex(4);
1989
		milieu.setTabIndex(5);
2058
		milieu.setTabIndex(5);
1990
		coordonnees.setTabIndex(-1);
2059
		coordonnees.setTabIndex(-1);
1991
		coordonnees.addListener(new TextFieldListenerAdapter() {
2060
		coordonnees.addListener(new TextFieldListenerAdapter() {
1992
 
2061
 
1993
			@Override
2062
			@Override
1994
			public void onFocus(Field field) {
2063
			public void onFocus(Field field) {
1995
				if(coordPanel.isVisible()) {
2064
				if(coordPanel.isVisible()) {
1996
					latitude.focus();
2065
					latitude.focus();
1997
				} else {
2066
				} else {
1998
					Ext.get("lien_carto").focus();
2067
					Ext.get("lien_carto").focus();
1999
				}
2068
				}
2000
			}	
2069
			}	
2001
		});
2070
		});
2002
			
2071
			
2003
		latitude.setTabIndex(8);
2072
		latitude.setTabIndex(8);
2004
		longitude.setTabIndex(9);
2073
		longitude.setTabIndex(9);
2005
		altitude.setTabIndex(10);
2074
		altitude.setTabIndex(10);
2006
		comment.setTabIndex(11);
2075
		comment.setTabIndex(11);
2007
		date.setTabIndex(12);
2076
		date.setTabIndex(12);
2008
		espece.setTabIndex(13);
2077
		espece.setTabIndex(13);
2009
		selecteurCertitude.setTabIndex(14);
2078
		selecteurCertitude.setTabIndex(14);
2010
		selecteurAbondance.setTabIndex(15);
2079
		selecteurAbondance.setTabIndex(15);
2011
		selecteurStadePheno.setTabIndex(16);
2080
		selecteurStadePheno.setTabIndex(16);
2012
		boutonOK.setTabIndex(17);
2081
		boutonOK.setTabIndex(17);
2013
		boutonAnnuler.setTabIndex(18);
2082
		boutonAnnuler.setTabIndex(18);
2014
		
2083
		
2015
	}
2084
	}
2016
	
2085
	
2017
	private void obtenirInformationCoord() {
2086
	private void obtenirInformationCoord() {
2018
		if(coordonneesValides() != null) {
2087
		if(coordonneesValides() != null) {
2019
			observationMediateur.obtenirInformationCoord(LatLng.newInstance(coordonneesValides()[0],coordonneesValides()[1]));
2088
			observationMediateur.obtenirInformationCoord(LatLng.newInstance(coordonneesValides()[0],coordonneesValides()[1]));
2020
		} else {
2089
		} else {
2021
			observationMediateur.afficherFenetreCarto();
2090
			observationMediateur.afficherFenetreCarto();
2022
		}
2091
		}
2023
 
2092
 
2024
	}
2093
	}
2025
	
2094
	
2026
	private void obtenirInformationCommune() {
2095
	private void obtenirInformationCommune() {
2027
		observationMediateur.obtenirInformationCommune(getCommuneSansDepartement(), Util.obtenirDepartementAPartirChaineCommune(departement, commune.getText()));
2096
		observationMediateur.obtenirInformationCommune(getCommuneSansDepartement(), Util.obtenirDepartementAPartirChaineCommune(departement, commune.getText()));
2028
	}
2097
	}
2029
	
2098
	
2030
	public double[] coordonneesValides() {
2099
	public double[] coordonneesValides() {
2031
		
2100
		
2032
		try {
2101
		try {
2033
						
2102
						
2034
			double lat = Double.parseDouble(latitude.getValueAsString().replaceAll(",", "."));
2103
			double lat = Double.parseDouble(latitude.getValueAsString().replaceAll(",", "."));
2035
			double lon = Double.parseDouble(longitude.getValueAsString().replaceAll(",", "."));
2104
			double lon = Double.parseDouble(longitude.getValueAsString().replaceAll(",", "."));
2036
			
2105
			
2037
			double[] coord = {lat, lon};
2106
			double[] coord = {lat, lon};
2038
			return coord;
2107
			return coord;
2039
			
2108
			
2040
		} catch (NumberFormatException ne) {
2109
		} catch (NumberFormatException ne) {
2041
			return null;
2110
			return null;
2042
		}
2111
		}
2043
	}
2112
	}
2044
	
2113
	
2045
	private String[] getValeurCoordonnees() {
2114
	private String[] getValeurCoordonnees() {
2046
		double[] coDouble = coordonneesValides();
2115
		double[] coDouble = coordonneesValides();
2047
		
2116
		
2048
		if(coDouble != null) {
2117
		if(coDouble != null) {
2049
			String[] coord = {coDouble[0]+"",coDouble[1]+""};
2118
			String[] coord = {coDouble[0]+"",coDouble[1]+""};
2050
			return coord;
2119
			return coord;
2051
		} else {
2120
		} else {
2052
			String[] coord = {"000null","000null" };
2121
			String[] coord = {"000null","000null" };
2053
			return coord;
2122
			return coord;
2054
		}
2123
		}
2055
	}
2124
	}
2056
	
2125
	
2057
	public String getCommune() {
2126
	public String getCommune() {
2058
		
2127
		
2059
		String valeurCommune = "";
2128
		String valeurCommune = "";
2060
		
2129
		
2061
		if(commune.getValue() != null) {
2130
		if(commune.getValue() != null) {
2062
			valeurCommune = commune.getValue(); 
2131
			valeurCommune = commune.getValue(); 
2063
		}
2132
		}
2064
		return valeurCommune;
2133
		return valeurCommune;
2065
	}
2134
	}
2066
	
2135
	
2067
	public String getDepartement() {
2136
	public String getDepartement() {
2068
		return Util.obtenirDepartementAPartirChaineCommune(departement, commune.getText());
2137
		return Util.obtenirDepartementAPartirChaineCommune(departement, commune.getText());
2069
	}
2138
	}
2070
	 
2139
	 
2071
	public String getCommuneSansDepartement() {
2140
	public String getCommuneSansDepartement() {
2072
		return Util.supprimerNumDepartementChaineLocalite(getCommune());
2141
		return Util.supprimerNumDepartementChaineLocalite(getCommune());
2073
	}
2142
	}
2074
	
2143
	
2075
	private String getValeurChampListeLibre(ComboBox champ) {
2144
	private String getValeurChampListeLibre(ComboBox champ) {
2076
		String valeurChamp = champ.getValue();
2145
		String valeurChamp = champ.getValue();
2077
		String valeurChampBrute = champ.getRawValue();
2146
		String valeurChampBrute = champ.getRawValue();
2078
		
2147
		
2079
		// Test idiot qui permet de savoir si l'on utilise la valeur saisie directement ou bien la valeur
2148
		// Test idiot qui permet de savoir si l'on utilise la valeur saisie directement ou bien la valeur
2080
		// selectionnee car lors du setValue sur le keypress, gwtext ne prends pas en compte le dernier 
2149
		// selectionnee car lors du setValue sur le keypress, gwtext ne prends pas en compte le dernier 
2081
		// caractère
2150
		// caractère
2082
		
2151
		
2083
		if(valeurChampBrute.trim().length() == 0) {
2152
		if(valeurChampBrute.trim().length() == 0) {
2084
			valeurChamp = "";
2153
			valeurChamp = "";
2085
		} else {
2154
		} else {
2086
			if(valeurChamp != null && valeurChamp.length() > 0) {
2155
			if(valeurChamp != null && valeurChamp.length() > 0) {
2087
				if(valeurChamp.equals(valeurChampBrute.substring(0, valeurChampBrute.length() -1))) {
2156
				if(valeurChamp.equals(valeurChampBrute.substring(0, valeurChampBrute.length() -1))) {
2088
					valeurChamp = champ.getRawValue();
2157
					valeurChamp = champ.getRawValue();
2089
				}
2158
				}
2090
			}
2159
			}
2091
		}
2160
		}
2092
		return valeurChamp;
2161
		return valeurChamp;
2093
	}
2162
	}
2094
 
2163
 
2095
	public String getAbondance() {
2164
	public String getAbondance() {
2096
		return getValeurChampListeLibre(selecteurAbondance);
2165
		return getValeurChampListeLibre(selecteurAbondance);
2097
	}
2166
	}
2098
	
2167
	
2099
	public String getCertitude() {
2168
	public String getCertitude() {
2100
		return getValeurChampListeLibre(selecteurCertitude);
2169
		return getValeurChampListeLibre(selecteurCertitude);
2101
	}
2170
	}
2102
	
2171
	
2103
	public String getPhenologie() {
2172
	public String getPhenologie() {
2104
		return getValeurChampListeLibre(selecteurStadePheno);
2173
		return getValeurChampListeLibre(selecteurStadePheno);
2105
	}
2174
	}
2106
	
2175
	
2107
	public String getReferentielTaxo() {
2176
	public String getReferentielTaxo() {
2108
		String codeCourt = getValeurChampListeLibre(selecteurReferentielTaxo);
2177
		String codeCourt = getValeurChampListeLibre(selecteurReferentielTaxo);
2109
		return Ontologies.getInfosReferentielNomParCode(codeCourt).getCodeVersionComplet();
2178
		return Ontologies.getInfosReferentielNomParCode(codeCourt).getCodeVersionComplet();
2110
	}
2179
	}
2111
 
2180
 
2112
	public boolean communeInitialisee() {
2181
	public boolean communeInitialisee() {
2113
		return communeModifiee;
2182
		return communeModifiee;
2114
	}
2183
	}
2115
	
2184
	
2116
	public void redimensionnerFormulaire() {
2185
	public void redimensionnerFormulaire() {
2117
		afficherFormulaireLatLon.setWidth(panneauIntermediaire.getWidth()+"px");
2186
		afficherFormulaireLatLon.setWidth(panneauIntermediaire.getWidth()+"px");
2118
		panneauPremierColonne.doLayout();
2187
		panneauPremierColonne.doLayout();
2119
		panneauSecondeColonne.doLayout();
2188
		panneauSecondeColonne.doLayout();
2120
		panneauIntermediaire.doLayout();
2189
		panneauIntermediaire.doLayout();
2121
		
2190
		
2122
		doLayout();
2191
		doLayout();
2123
	}
2192
	}
2124
}
2193
}