Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1207 → Rev 1208

/trunk/src/org/tela_botanica/del/client/vues/pictoflora/plateformedetermination/PictofloraDeterminationPresenteur.java
98,8 → 98,6
public HasClickHandlers getLienEflore();
public HasWidgets getZoneRss();
public HasWidgets getZonePartageUrl();
}
 
private Vue vue;
115,8 → 113,6
this.vue = vue;
this.protocoleService = protocoleService;
this.observationService = observationService;
PartageUrlPresenteur presenteurUrl = new PartageUrlPresenteur(new PartageUrlVue());
presenteurUrl.go(vue.getZonePartageUrl());
}
 
public void go(final HasWidgets composite) {