Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1344 Rev 1393
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
 
24
	@UiField
24
	@UiField
25
	Label nomRetenu, famille, auteur, localite, motsClefs, numNomenclatural, nomCommun, commentaire, milieu, station;
25
	Label nomRetenu, famille, auteur, localite, motsClefs, numNomenclatural, nomCommun, commentaire, milieu, station, referentiel;
26
 
26
	
Line 27... Line 27...
27
	@UiField
27
	@UiField
28
	HTML lieuDit;
28
	HTML lieuDit;
Line 163... Line 163...
163
	public void desactiverLienAuteur() {
163
	public void desactiverLienAuteur() {
164
		auteur.removeStyleName("labelLien");
164
		auteur.removeStyleName("labelLien");
165
	}
165
	}
Line 166... Line 166...
166
 
166
 
-
 
167
	public void setLienIdentiplante(String id) {}
-
 
168
 
-
 
169
	@Override
-
 
170
	public HasText getReferentiel() {
-
 
171
		return referentiel;
167
	public void setLienIdentiplante(String id) {}
172
	}