| Line 14... |
Line 14... |
| 14 |
|
14 |
|
| 15 |
import com.google.gwt.event.dom.client.ClickEvent;
|
15 |
import com.google.gwt.event.dom.client.ClickEvent;
|
| 16 |
import com.google.gwt.event.dom.client.ClickHandler;
|
16 |
import com.google.gwt.event.dom.client.ClickHandler;
|
| 17 |
import com.google.gwt.event.dom.client.HasClickHandlers;
|
17 |
import com.google.gwt.event.dom.client.HasClickHandlers;
|
| - |
|
18 |
import com.google.gwt.i18n.client.DateTimeFormat;
|
| 18 |
import com.google.gwt.i18n.client.DateTimeFormat;
|
19 |
import com.google.gwt.user.client.Window;
|
| 19 |
import com.google.gwt.user.client.ui.HasText;
|
20 |
import com.google.gwt.user.client.ui.HasText;
|
| 20 |
import com.google.gwt.user.client.ui.HasWidgets;
|
21 |
import com.google.gwt.user.client.ui.HasWidgets;
|
| Line 21... |
Line 22... |
| 21 |
import com.google.gwt.user.client.ui.IsWidget;
|
22 |
import com.google.gwt.user.client.ui.IsWidget;
|
| Line 67... |
Line 68... |
| 67 |
|
68 |
|
| Line 68... |
Line 69... |
| 68 |
public HasClickHandlers getLienMilieu();
|
69 |
public HasClickHandlers getLienMilieu();
|
| Line -... |
Line 70... |
| - |
|
70 |
|
| - |
|
71 |
public HasClickHandlers getLienCommentaire();
|
| 69 |
|
72 |
|
| 70 |
public HasClickHandlers getLienCommentaire();
|
73 |
public void setStation(String station) ;
|
| Line 71... |
Line 74... |
| 71 |
|
74 |
|
| 72 |
public void masquerChampsVides();
|
75 |
public void masquerChampsVides();
|
| Line 90... |
Line 93... |
| 90 |
vue.getNomRetenu().setText(observation.getNomRetenu());
|
93 |
vue.getNomRetenu().setText(observation.getNomRetenu());
|
| 91 |
vue.getNomCommun().setText(observation.getNomCommun());
|
94 |
vue.getNomCommun().setText(observation.getNomCommun());
|
| 92 |
vue.getFamille().setText(observation.getFamille());
|
95 |
vue.getFamille().setText(observation.getFamille());
|
| 93 |
vue.getLocalite().setText(observation.getLocaliteAvecIdFormatee());
|
96 |
vue.getLocalite().setText(observation.getLocaliteAvecIdFormatee());
|
| 94 |
vue.getLieuDit().setText(observation.getLieuDit());
|
97 |
vue.getLieuDit().setText(observation.getLieuDit());
|
| - |
|
98 |
vue.setStation(observation.getStation());
|
| 95 |
vue.getMilieu().setText(observation.getMilieu());
|
99 |
vue.getMilieu().setText(observation.getMilieu());
|
| 96 |
vue.getCommentaire().setText(observation.getCommentaire());
|
100 |
vue.getCommentaire().setText(observation.getCommentaire());
|
| 97 |
vue.getAuteur().setText(observation.getAuteur());
|
101 |
vue.getAuteur().setText(observation.getAuteur());
|
| Line 98... |
Line 102... |
| 98 |
|
102 |
|