Subversion Repositories eFlore/Applications.del

Rev

Rev 250 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 250 Rev 251
Line 32... Line 32...
32
		this.image = image;
32
		this.image = image;
33
		this.protocole = protocole;
33
		this.protocole = protocole;
34
	}
34
	}
Line 35... Line 35...
35
 
35
 
36
	public void go(HasWidgets composite) {
-
 
37
		boolean etrange = (this == null);
-
 
38
		Object ca = this.getVue();
36
	public void go(HasWidgets composite) {
39
		ImageVue vue = (ImageVue) this.getVue();
37
		ImageVue vue = (ImageVue) this.getVue();
40
		composite.add(vue);
38
		composite.add(vue);
41
		vue.loadImage(image);
39
		vue.loadImage(image);
42
		loadValidationData();
40
		loadValidationData();