Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1077 Rev 1083
Line 39... Line 39...
39
import com.extjs.gxt.ui.client.widget.layout.HBoxLayoutData;
39
import com.extjs.gxt.ui.client.widget.layout.HBoxLayoutData;
40
import com.google.gwt.i18n.client.NumberFormat;
40
import com.google.gwt.i18n.client.NumberFormat;
Line 41... Line 41...
41
 
41
 
Line -... Line 42...
-
 
42
public class CollectionFormGeneral extends FormulaireOnglet implements Rafraichissable {
42
public class CollectionFormGeneral extends FormulaireOnglet implements Rafraichissable {
43
	
43
	
44
	public static final String ID = "general";
Line 44... Line 45...
44
	private Collection collection = null;
45
	private Collection collection = null;
Line 72... Line 73...
72
 
73
 
Line 73... Line 74...
73
	private ChampComboBoxListeValeurs butRealisationCombo = null;
74
	private ChampComboBoxListeValeurs butRealisationCombo = null;
74
	
75
	
75
	public CollectionFormGeneral(Formulaire formulaireCourrant) {
76
	public CollectionFormGeneral(Formulaire formulaireCourrant) {
76
		initialiserOnglet(formulaireCourrant);
77
		initialiserOnglet(formulaireCourrant);
Line 77... Line 78...
77
		setId("general");
78
		setId(ID);
78
		setText(Mediateur.i18nC.collectionGeneral());
79
		setText(Mediateur.i18nC.collectionGeneral());
79
		
80