Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 862 Rev 865
Line 52... Line 52...
52
import com.google.gwt.i18n.client.NumberFormat;
52
import com.google.gwt.i18n.client.NumberFormat;
Line 53... Line 53...
53
 
53
 
Line 54... Line 54...
54
public class CollectionFormDescription extends FormulaireOnglet implements Rafraichissable {
54
public class CollectionFormDescription extends FormulaireOnglet implements Rafraichissable {
55
	
-
 
56
	private ChampComboBoxListeValeurs typesCollectionBotaCombo = null;
55
	
57
	private TextField<String> coteChp = null;
56
	private ChampComboBoxListeValeurs typesCollectionBotaCombo = null;
58
	private NumberField nbreEchantillonChp = null;
57
	private NumberField nbreEchantillonChp = null;
59
	private Grid<UniteRangement> uniteRangementGrille = null;
58
	private Grid<UniteRangement> uniteRangementGrille = null;
60
	private ChampComboBoxListeValeurs etatUniteRangementCombo = null;
59
	private ChampComboBoxListeValeurs etatUniteRangementCombo = null;
Line 103... Line 102...
103
		
102
		
104
		typesCollectionBotaCombo = new ChampComboBoxListeValeurs(i18nC.typeCollectionBotanique(), "typeCollectionBota");
103
		typesCollectionBotaCombo = new ChampComboBoxListeValeurs(i18nC.typeCollectionBotanique(), "typeCollectionBota");
105
		typesCollectionBotaCombo.setTabIndex(tabIndex++);
104
		typesCollectionBotaCombo.setTabIndex(tabIndex++);
Line 106... Line -...
106
		precisionFieldSet.add(typesCollectionBotaCombo, new FormData(250, 0));
-
 
107
		
-
 
108
		coteChp = new TextField<String>();
-
 
109
		coteChp.setTabIndex(tabIndex++);
-
 
110
		coteChp.setFieldLabel(i18nC.cote());
-
 
111
		precisionFieldSet.add(coteChp, new FormData(450, 0));
105
		precisionFieldSet.add(typesCollectionBotaCombo, new FormData(250, 0));
112
		
106
		
113
		nbreEchantillonChp = new NumberField(); 
107
		nbreEchantillonChp = new NumberField(); 
114
		nbreEchantillonChp.setFieldLabel(i18nC.nbreEchantillon());
108
		nbreEchantillonChp.setFieldLabel(i18nC.nbreEchantillon());
115
		nbreEchantillonChp.setToolTip(i18nC.nbreEchantillonInfo());
109
		nbreEchantillonChp.setToolTip(i18nC.nbreEchantillonInfo());