Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 128 Rev 136
Line 204... Line 204...
204
		
204
		
205
		centre.add(conteneurFormulaire, new RowLayoutData(210));
205
		centre.add(conteneurFormulaire, new RowLayoutData(210));
Line 206... Line 206...
206
		centre.add(listeObservation, new RowLayoutData());
206
		centre.add(listeObservation, new RowLayoutData());
207
 
207
 
208
		// on initialise le volet qui contient les details
208
		// on initialise le volet qui contient les details
209
		details.setWidth("15%");
209
		details.setWidth("10%");
210
		details.setTitleCollapse(true);
210
		details.setTitleCollapse(true);
-
 
211
		details.setCollapsible(true);
Line 211... Line 212...
211
		details.setCollapsible(true);
212
		details.setLayout(new RowLayout());
212
		details.setLayout(new RowLayout());
213
		details.setAutoScroll(true);
213
		
214
		
214
		// Information de repartition
215
		// Information de repartition
215
		informationRepartitionVue=new InformationRepartitionVue(this);
216
		informationRepartitionVue=new InformationRepartitionVue(this);
Line 216... Line 217...
216
		// TODO : calcul de la hauteur automatique par le panel ?
217
		// TODO : calcul de la hauteur automatique par le panel ?
217
		informationRepartitionVue.setHeight(160);
218
		informationRepartitionVue.setHeight(160);
218
		details.add(informationRepartitionVue);
219
		details.add(informationRepartitionVue, new RowLayoutData("33%"));
Line 219... Line 220...
219
		
220
		
220
		
221
		
Line 221... Line 222...
221
		// Image generique
222
		// Image generique
222
		imageGeneriqueVue=new ImageGeneriqueVue(this);
-
 
Line 223... Line 223...
223
		// TODO : calcul de la hauteur automatique par le panel ?
223
		imageGeneriqueVue=new ImageGeneriqueVue(this);
Line 224... Line 224...
224
		
224
		// TODO : calcul de la hauteur automatique par le panel ?
225
		imageGeneriqueVue.setHeight(160);
225
		
Line 226... Line 226...
226
		details.add(imageGeneriqueVue);
226
		imageGeneriqueVue.setHeight(160);
227
		
227
		details.add(imageGeneriqueVue, new RowLayoutData("33%"));
228
		mvz = new MiniZoomImageVue(this) ; 
228
		
229
		mvz.setHeight(300) ;
229
		mvz = new MiniZoomImageVue(this) ; 
230
		
230
		
Line 231... Line 231...
231
		details.add(mvz) ;	
231
		details.add(mvz, new RowLayoutData("34%")) ;