Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1026 Rev 1075
Line 18... Line 18...
18
	}
18
	}
Line 19... Line 19...
19
 
19
 
Line 20... Line 20...
20
	private static Binder binder = GWT.create(Binder.class);
20
	private static Binder binder = GWT.create(Binder.class);
21
 
21
 
Line 22... Line 22...
22
	@UiField
22
	@UiField
23
	Button boutonAjoutProposition;
23
	Button boutonAjoutProposition, boutonAjoutCommentaire, boutonPlusDeDetails;
Line 24... Line 24...
24
 
24
 
Line 34... Line 34...
34
 
34
 
35
	@Override
35
	@Override
36
	public HasClickHandlers getBoutonAjoutProposition() {
36
	public HasClickHandlers getBoutonAjoutProposition() {
37
		return boutonAjoutProposition;
37
		return boutonAjoutProposition;
-
 
38
	}
-
 
39
	
-
 
40
	@Override
-
 
41
	public HasClickHandlers getBoutonAjoutCommentaire() {
-
 
42
		return boutonAjoutCommentaire;
-
 
43
	}
-
 
44
	
-
 
45
	@Override
-
 
46
	public HasClickHandlers getBoutonPlusDeDetails() {
-
 
47
		return boutonPlusDeDetails;
Line 38... Line 48...
38
	}
48
	}
39
 
49
 
40
	public Panel getDeterminationsPanel() {
50
	public Panel getDeterminationsPanel() {