Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1689 Rev 1995
Line 20... Line 20...
20
	}
20
	}
Line 21... Line 21...
21
 
21
 
Line 22... Line 22...
22
	private static Binder binder = GWT.create(Binder.class);
22
	private static Binder binder = GWT.create(Binder.class);
23
 
23
 
Line 24... Line 24...
24
	@UiField
24
	@UiField
25
	Label nomRetenu, famille, auteur, localite, motsClefs, numNomenclatural, nomCommun, commentaire, milieu, station, referentiel;
25
	Label nomRetenu, famille, auteur, pays, localite, motsClefs, numNomenclatural, nomCommun, commentaire, milieu, station, referentiel;
Line 26... Line 26...
26
	
26
	
Line 91... Line 91...
91
	}
91
	}
Line 92... Line 92...
92
 
92
 
93
	public HasText getCommentaire() {
93
	public HasText getCommentaire() {
94
		return commentaire;
94
		return commentaire;
-
 
95
	}
-
 
96
	
-
 
97
	public HasText getPays() {
-
 
98
		return pays;
Line 95... Line 99...
95
	}
99
	}
96
 
100
 
97
	@Override
101
	@Override
98
	public HasClickHandlers getLienNomRetenu() {
102
	public HasClickHandlers getLienNomRetenu() {
-
 
103
		return nomRetenu;
-
 
104
	}
-
 
105
	
-
 
106
	public HasClickHandlers getLienPays() {
Line 99... Line 107...
99
		return nomRetenu;
107
		return this.pays;
100
	}
108
	}
101
 
109