Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 844 Rev 853
Line 263... Line 263...
263
		}
263
		}
264
		return texteRecapitulatif;
264
		return texteRecapitulatif;
265
	}
265
	}
Line 266... Line 266...
266
	
266
	
-
 
267
	public void peupler(String chaineExistante) {
267
	public void peupler(String chaineExistante) {
268
		if (valeurs.size()>0)	{
-
 
269
			reinitialiser();
268
		reinitialiser();
270
		}
269
		if (chaineExistante != null && !chaineExistante.trim().equals("")) {
271
		if (chaineExistante != null && !chaineExistante.trim().equals("")) {
270
			String[] valeurs = chaineExistante.split(";;");
272
			String[] valeurs = chaineExistante.split(";;");
271
			for (int i = 0; i < valeurs.length; i++) {
273
			for (int i = 0; i < valeurs.length; i++) {
272
				ajouterValeur(valeurs[i]);
274
				ajouterValeur(valeurs[i]);