Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2602 Rev 2603
Line 142... Line 142...
142
		
142
		
143
		hp.add(ajouterChampsEtenduEtFermer);
143
		hp.add(ajouterChampsEtenduEtFermer);
144
		hp.add(ajouterChampsEtendu);
144
		hp.add(ajouterChampsEtendu);
145
		hp.add(annulerAjouterChampEtendu);	
145
		hp.add(annulerAjouterChampEtendu);	
146
		add(hp);
146
		add(hp);
147
		
147
				
148
		ajouterListeners();
148
		ajouterListeners();
Line 149... Line 149...
149
	}
149
	}
Line 190... Line 190...
190
				surAnnulation();
190
				surAnnulation();
191
			}
191
			}
192
		});
192
		});
193
	}
193
	}
Line -... Line 194...
-
 
194
	
-
 
195
	public void redimensionner(int largeur) {
-
 
196
		nChamp.redimensionner(largeur);
-
 
197
	}
194
	
198
	
195
	private void raz() {
199
	private void raz() {
196
		idChamp = null;
200
		idChamp = null;
197
		nChamp.reset();
201
		nChamp.reset();
198
		nChamp.focus();
202
		nChamp.focus();