Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1354 Rev 1359
Line 1581... Line 1581...
1581
		projetsCombo.getCombo().setTabIndex(tabIndex++);
1581
		projetsCombo.getCombo().setTabIndex(tabIndex++);
1582
		projetsCombo.getCombo().setFieldLabel(i18nC.projetChamp());
1582
		projetsCombo.getCombo().setFieldLabel(i18nC.projetChamp());
1583
		projetsCombo.getCombo().setForceSelection(true);
1583
		projetsCombo.getCombo().setForceSelection(true);
1584
		projetsCombo.getCombo().addStyleName(ComposantClass.OBLIGATOIRE);
1584
		projetsCombo.getCombo().addStyleName(ComposantClass.OBLIGATOIRE);
1585
		projetsCombo.getCombo().addListener(Events.Valid, Formulaire.creerEcouteurChampObligatoire());
1585
		projetsCombo.getCombo().addListener(Events.Valid, Formulaire.creerEcouteurChampObligatoire());
1586
		projetsCombo.setWidth(120, 450);
1586
		projetsCombo.setWidth(120, 520);
1587
		fieldSetIdentite.add(projetsCombo, new FormData(450, 0));
1587
		fieldSetIdentite.add(projetsCombo, new FormData(520, 0));
Line 1588... Line 1588...
1588
		
1588
		
1589
		// Création du sous-formulaire : Acronyme
1589
		// Création du sous-formulaire : Acronyme
1590
		LayoutContainer ligne = new LayoutContainer();  
1590
		LayoutContainer ligne = new LayoutContainer();  
1591
		ligne.setLayout(new ColumnLayout());
1591
		ligne.setLayout(new ColumnLayout());
Line 1756... Line 1756...
1756
		
1756
		
1757
		//+-----------------------------------------------------------------------------------------------------------+		
1757
		//+-----------------------------------------------------------------------------------------------------------+		
1758
		// Fieldset ADRESSE
1758
		// Fieldset ADRESSE
1759
		LayoutContainer principalFdAdresse = new LayoutContainer();  
1759
		LayoutContainer principalFdAdresse = new LayoutContainer();  
1760
		principalFdAdresse.setLayout(new ColumnLayout());
1760
		principalFdAdresse.setLayout(new ColumnLayout());
Line 1761... Line 1761...
1761
		principalFdAdresse.setSize(700, -1);
1761
		principalFdAdresse.setSize(1050, -1);
1762
		
1762
		
Line 1763... Line 1763...
1763
		LayoutContainer gaucheFdAdresse = new LayoutContainer();
1763
		LayoutContainer gaucheFdAdresse = new LayoutContainer();
1764
		gaucheFdAdresse.setLayout(creerFormLayout(null, LabelAlign.LEFT));
1764
		gaucheFdAdresse.setLayout(creerFormLayout(null, LabelAlign.LEFT));
1765
		
1765
		
Line 1766... Line 1766...
1766
		LayoutContainer droiteFdAdresse = new LayoutContainer();
1766
		LayoutContainer droiteFdAdresse = new LayoutContainer();
1767
		droiteFdAdresse.setLayout(creerFormLayout(100, LabelAlign.LEFT));
1767
		droiteFdAdresse.setLayout(creerFormLayout(100, LabelAlign.LEFT));
1768
		droiteFdAdresse.setWidth(300);
1768
		droiteFdAdresse.setWidth(700);
Line 1804... Line 1804...
1804
		String displayNamePays = "cmlv_nom";
1804
		String displayNamePays = "cmlv_nom";
1805
		String nomListeTypes = "pays";
1805
		String nomListeTypes = "pays";
1806
		ProxyValeur<ModelData> proxyPays = new ProxyValeur<ModelData>(nomListeTypes);
1806
		ProxyValeur<ModelData> proxyPays = new ProxyValeur<ModelData>(nomListeTypes);
Line 1807... Line 1807...
1807
		
1807
		
1808
		comboPays = new ChampComboBoxRechercheTempsReelPaginable(proxyPays, modelTypesPays, displayNamePays);
1808
		comboPays = new ChampComboBoxRechercheTempsReelPaginable(proxyPays, modelTypesPays, displayNamePays);
1809
		comboPays.setWidth(100,300);
1809
		comboPays.setWidth(100,500);
1810
		comboPays.getCombo().setTabIndex(tabIndex++);
1810
		comboPays.getCombo().setTabIndex(tabIndex++);
1811
		comboPays.getCombo().setFieldLabel("Pays");
1811
		comboPays.getCombo().setFieldLabel("Pays");
1812
		comboPays.getCombo().setForceSelection(true);
1812
		comboPays.getCombo().setForceSelection(true);