Subversion Repositories eFlore/Applications.cel

Rev

Rev 104 | Rev 107 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 104 Rev 105
Line 187... Line 187...
187
		Panel centre = new Panel();
187
		Panel centre = new Panel();
188
		centre.setLayout(new RowLayout()) ;
188
		centre.setLayout(new RowLayout()) ;
Line 189... Line 189...
189
 
189
 
Line 190... Line 190...
190
		centre.setHeight(panneauPrincipalObservation.getHeight()) ;
190
		centre.setHeight(panneauPrincipalObservation.getHeight()) ;
191
		
191
		
Line 192... Line 192...
192
		centre.add(formulaireSaisieObservationVue, new RowLayoutData("30%")) ;
192
		centre.add(formulaireSaisieObservationVue, new RowLayoutData()) ;
193
		centre.add(listeObservation, new RowLayoutData("70%"));
193
		centre.add(listeObservation, new RowLayoutData("60%"));
194
 
194
 
195
		// on initialise le volet qui contient les details
195
		// on initialise le volet qui contient les details
Line 281... Line 281...
281
	 *            le numéro de ligne selectionné
281
	 *            le numéro de ligne selectionné
282
	 */
282
	 */
Line 283... Line 283...
283
	
283
	
Line 284... Line -...
284
	public void onClicListeObservation(int rowIndex, String ordreObservation) {
-
 
285
	
284
	public void onClicListeObservation(int rowIndex, String ordreObservation) {
Line -... Line 285...
-
 
285
	
286
		
286
		Observation obs = cacheObservation.get(ordreObservation) ;
-
 
287
		
Line 287... Line 288...
287
		Observation obs = cacheObservation.get(ordreObservation) ;
288
		if(GWT.isScript()) {
288
		
289
			masquerChargementInfosObservations() ;
Line 289... Line 290...
289
		masquerChargementInfosObservations() ;
290
		}
290
		
291
		
291
		// Affichage de la carte de repartition correspondante
292
		// Affichage de la carte de repartition correspondante
292
		String numeroNomenclaturalSaisiObservation = obs.getNumeroNomenclaturalSaisi() ;
293
		String numeroNomenclaturalSaisiObservation = obs.getNumeroNomenclaturalSaisi() ;
293
		
-
 
294
		observationModele.obtenirImageInformationRepartition(informationRepartitionVue,numeroNomenclaturalSaisiObservation) ;
294
		
Line 295... Line 295...
295
 
295
		observationModele.obtenirImageInformationRepartition(informationRepartitionVue,numeroNomenclaturalSaisiObservation) ;
Line 296... Line 296...
296
		// affichage des détails dans le formulaire d'observation
296