Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 907 Rev 928
Line 1458... Line 1458...
1458
		nomStructureChp.getMessages().setBlankText("Ce champ est obligatoire.");
1458
		nomStructureChp.getMessages().setBlankText("Ce champ est obligatoire.");
1459
		fieldSetIdentite.add(nomStructureChp, new FormData(450, 0));
1459
		fieldSetIdentite.add(nomStructureChp, new FormData(450, 0));
Line 1460... Line 1460...
1460
		
1460
		
1461
		
1461
		
1462
		projetsMagazin = new ListStore<Projet>();
1462
		projetsMagazin = new ListStore<Projet>();
1463
		mediateur.selectionnerProjets(this);
1463
		mediateur.selectionnerProjet(this, null);
1464
		projetsCombo = new ComboBox<Projet>();
1464
		projetsCombo = new ComboBox<Projet>();
1465
		projetsCombo.setTabIndex(tabIndex++);
1465
		projetsCombo.setTabIndex(tabIndex++);
1466
		projetsCombo.setFieldLabel("Projet");
1466
		projetsCombo.setFieldLabel("Projet");