Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1630 Rev 1661
Line 338... Line 338...
338
		personneOnglet.soumettre();
338
		personneOnglet.soumettre();
339
		publicationOnglet.soumettre();
339
		publicationOnglet.soumettre();
340
		commentaireOnglet.soumettre();
340
		commentaireOnglet.soumettre();
341
	}
341
	}
Line 342... Line -...
342
	
-
 
343
	public void reinitialiserFormulaire() {
-
 
344
		if (mode.equals(StructureForm.MODE_MODIFIER)) {
-
 
345
			mediateur.afficherFormCollection(collection.getId());
-
 
346
		} else {
-
 
347
			mediateur.afficherFormCollection(null);
-
 
348
		}
-
 
349
	}
-
 
350
	
342
	
351
	private Collection collecterCollection() {
343
	private Collection collecterCollection() {
352
		collectionCollectee = (Collection) collection.cloner(new Collection());
344
		collectionCollectee = (Collection) collection.cloner(new Collection());
353
		this.collecter();
345
		this.collecter();
Line 420... Line 412...
420
			Information info = new Information(type);
412
			Information info = new Information(type);
421
			info.setDonnee(0, collection);
413
			info.setDonnee(0, collection);
422
			vueExterneARafraichirApresValidation.rafraichir(info);
414
			vueExterneARafraichirApresValidation.rafraichir(info);
423
		}
415
		}
424
	}
416
	}
425
}
-
 
426
417
}
-
 
418