Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 997 Rev 1083
Line 68... Line 68...
68
import com.google.gwt.dom.client.Element;
68
import com.google.gwt.dom.client.Element;
69
import com.google.gwt.event.dom.client.KeyCodes;
69
import com.google.gwt.event.dom.client.KeyCodes;
Line 70... Line 70...
70
 
70
 
Line -... Line 71...
-
 
71
public class CollectionFormPersonne extends FormulaireOnglet implements Rafraichissable {
71
public class CollectionFormPersonne extends FormulaireOnglet implements Rafraichissable {
72
	
72
	
73
	public static final String ID = "personne";
Line 73... Line 74...
73
	private Collection collection = null;
74
	private Collection collection = null;
74
	private static int idGenere = 1;
75
	private static int idGenere = 1;
Line 87... Line 88...
87
	
88
	
Line 88... Line 89...
88
	private FenetreForm fenetreFormulaire = null;
89
	private FenetreForm fenetreFormulaire = null;
89
	
90
	
90
	public CollectionFormPersonne(Formulaire formulaireCourrant) {
91
	public CollectionFormPersonne(Formulaire formulaireCourrant) {
91
		initialiserOnglet(formulaireCourrant);
92
		initialiserOnglet(formulaireCourrant);
92
		setId("personne");
93
		setId(ID);
Line 93... Line 94...
93
		setText(Mediateur.i18nC.collectionPersonne());
94
		setText(Mediateur.i18nC.collectionPersonne());
94
		setStyleAttribute("padding", "0");
95
		setStyleAttribute("padding", "0");