Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1041 Rev 1044
Line 22... Line 22...
22
	protected Image photoPrincipale;
22
	protected Image photoPrincipale;
Line 23... Line 23...
23
 
23
 
24
	@UiField
24
	@UiField
Line 25... Line 25...
25
	protected Panel photos;
25
	protected Panel photos;
Line 26... Line 26...
26
	
26
	
27
	protected HTML lienPlateforme=new HTML("Suite des images>>>");
27
	protected HTML lienPlateforme = new HTML(">>>");
28
 
28
 
Line 47... Line 47...
47
		getPhotos().add(photo);
47
		getPhotos().add(photo);
48
	}
48
	}
Line 49... Line 49...
49
	
49
	
50
	public void afficherLienPlateformeValidation(){
50
	public void afficherLienPlateformeValidation(){
-
 
51
		getPhotos().add(lienPlateforme);
51
		getPhotos().add(lienPlateforme);
52
		lienPlateforme.setStyleName("suiteImages");
Line 52... Line 53...
52
	}
53
	}
53
 
54
 
54
	public void setUrlImagePrincipale(String url) {
55
	public void setUrlImagePrincipale(String url) {