Subversion Repositories eFlore/Applications.del

Rev

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

Rev 436 Rev 447
Line 22... Line 22...
22
 
22
 
23
	@UiField
23
	@UiField
Line 24... Line 24...
24
	protected Panel determinationsPanel;
24
	protected Panel determinationsPanel;
25
 
25
 
Line 26... Line 26...
26
	@UiField
26
	@UiField
27
	protected Panel imagesPanel;
27
	protected Panel imagesPanel, metadonnees;
28
 
28
 
Line 44... Line 44...
44
	}
44
	}
Line 45... Line 45...
45
 
45
 
46
	public Panel getImagesPanel() {
46
	public Panel getImagesPanel() {
47
		return imagesPanel;
47
		return imagesPanel;
-
 
48
	}
-
 
49
	
-
 
50
	public Panel getMetadonneesPanel() {
-
 
51
		return metadonnees;
48
	}
52
	}