Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1271 Rev 1293
Line 1376... Line 1376...
1376
		};
1376
		};
1377
		column = new ColumnConfig("statut", "Statut", 100);
1377
		column = new ColumnConfig("statut", "Statut", 100);
1378
		column.setEditor(statutEditor);
1378
		column.setEditor(statutEditor);
1379
		configs.add(column);
1379
		configs.add(column);
Line 1380... Line 1380...
1380
		
1380
		
1381
		column = new ColumnConfig("travail", "Temps travail", 100);
1381
		column = new ColumnConfig("travail", "Travail hebdo (%)", 100);
1382
		column.setNumberFormat(NumberFormat.getFormat("##"));
1382
		column.setNumberFormat(NumberFormat.getFormat("##"));
1383
		NumberField tpsWChp = new NumberField();
1383
		NumberField tpsWChp = new NumberField();
1384
		tpsWChp.setFormat(NumberFormat.getFormat("##"));
1384
		tpsWChp.setFormat(NumberFormat.getFormat("##"));
1385
		tpsWChp.setToolTip("Ce champ doit contenir un nombre");
1385
		tpsWChp.setToolTip("Ce champ doit contenir un nombre");