Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1680 Rev 1685
Line 374... Line 374...
374
			dateFondationChp = new TextField();
374
			dateFondationChp = new TextField();
375
			dateFondationChp.setTabIndex(tabIndex++);
375
			dateFondationChp.setTabIndex(tabIndex++);
376
			dateFondationChp.setFieldLabel("Date de fondation");
376
			dateFondationChp.setFieldLabel("Date de fondation");
377
			fieldSetIdentite.add(dateFondationChp);
377
			fieldSetIdentite.add(dateFondationChp);
Line 378... Line 378...
378
			
378
			
379
			nbreTotalPersonneStructureChp = new ChampNombre(); 
379
			nbreTotalPersonneStructureChp = new NumberField(); 
380
			nbreTotalPersonneStructureChp.setFieldLabel("Nombre de personnes travaillant dans l'institution");
380
			nbreTotalPersonneStructureChp.setFieldLabel("Nombre de personnes travaillant dans l'institution");
381
			nbreTotalPersonneStructureChp.setFormat(NumberFormat.getFormat("#"));
381
			nbreTotalPersonneStructureChp.setFormat(NumberFormat.getFormat("#"));
-
 
382
			nbreTotalPersonneStructureChp.setToolTip(i18nC.champNumerique());
-
 
383
			nbreTotalPersonneStructureChp.setAllowDecimals(false);
-
 
384
			nbreTotalPersonneStructureChp.setAllowNegative(false);
382
			nbreTotalPersonneStructureChp.setToolTip(i18nC.champNumerique());
385
			nbreTotalPersonneStructureChp.setEmptyText("");
Line 383... Line 386...
383
			fieldSetIdentite.add(nbreTotalPersonneStructureChp);
386
			fieldSetIdentite.add(nbreTotalPersonneStructureChp);
Line 384... Line 387...
384
 
387
 
Line 864... Line 867...
864
	}
867
	}
Line 865... Line 868...
865
	
868
	
866
	public ModelData getValeurProjet() {
869
	public ModelData getValeurProjet() {
867
		return projetsCombo.getValeur();
870
		return projetsCombo.getValeur();
868
	}
-
 
869
}
871
	}
-
 
872
}