Subversion Repositories eFlore/Applications.del

Rev

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

Rev 437 Rev 469
Line 36... Line 36...
36
	}
36
	}
Line 37... Line 37...
37
 
37
 
38
	public void chargerImage(org.tela_botanica.del.client.modeles.Image imageCourante) {
38
	public void chargerImage(org.tela_botanica.del.client.modeles.Image imageCourante) {
39
		setUrlImage(imageCourante.getUrlFormat("L"));
39
		setUrlImage(imageCourante.getUrlFormat("L"));
40
		setTitle(imageCourante.getUrlFormat("L"));
40
		setTitle(imageCourante.getUrlFormat("L"));
-
 
41
		setTexteAlternatif(imageCourante.getObservation().getAuteur() +
-
 
42
				" - " + imageCourante.getObservation().getNomRetenu()+
-
 
43
				" - " + imageCourante.getObservation().getLocalite()+
-
 
44
				" -  ("+ imageCourante.getObservation().getIdLocalite()+")"+
41
		setTexteAlternatif(imageCourante.getObservation().getAuteur() + " - " + imageCourante.getObservation().getNomRetenu());
45
				" -  "+ imageCourante.getObservation().getDateReleve());
Line 42... Line 46...
42
	}
46
	}
43
 
47
 
44
	public void setUrlImage(String urlImage) {
48
	public void setUrlImage(String urlImage) {