26,10 → 26,8 |
private static Binder binder = GWT.create(Binder.class); |
|
@UiField |
Panel zoneRecherche, zoneResultats, zonePartageUrl; |
Panel zoneRecherche, zoneResultats; |
|
@UiField |
Label ajouterObservation; |
|
@UiField |
CheckBox radioTout, radioDeterminer, radioDiscussion; |
38,10 → 36,6 |
return zoneRecherche; |
} |
|
public Panel getZonePartageUrl() { |
return zonePartageUrl; |
} |
|
// Constructeur de la vue |
public MoteurIdentiplanteVue() { |
initWidget(binder.createAndBindUi(this)); |
51,11 → 45,6 |
return zoneResultats; |
} |
|
@Override |
public HasClickHandlers getLienAjoutObservation() { |
return ajouterObservation; |
} |
|
public String getValeurRadioStatut() { |
String valeurStatut = ""; |
if (radioDeterminer.getValue()) { |