Subversion Repositories eFlore/Applications.del

Rev

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

Rev 595 Rev 652
Line 23... Line 23...
23
public class ResultatsRechercheObservationsPresenteur extends Presenteur {
23
public class ResultatsRechercheObservationsPresenteur extends Presenteur {
Line 24... Line 24...
24
 
24
 
Line 25... Line 25...
25
	private ObservationService serviceObs;
25
	private ObservationService serviceObs;
26
 
-
 
27
	public abstract interface Vue extends IsWidget {
26
 
28
 
-
 
29
		public HasWidgets getZoneObservations();
27
	public abstract interface Vue extends IsWidget {
30
 
-
 
31
		public HasWidgets getZonePaginationHaut();
28
		public HasWidgets getZoneObservations();
32
 
-
 
33
		public HasWidgets getZonePaginationBas();
29
		public HasWidgets getZonePaginationHaut();
34
 
-
 
35
		public void startChargement();
30
		public HasWidgets getZonePaginationBas();
36
 
-
 
37
		public void stopChargement();
31
		public void startChargement();
38
 
-
 
39
		public void nettoyer();
32
		public void stopChargement();
40
 
-
 
41
		public HasClickHandlers getTriParDateAscendant();
33
		public void nettoyer();
42
 
-
 
43
		public HasClickHandlers getTriParDateDescendant();
34
		public HasClickHandlers getTriParDateAscendant();
44
 
-
 
45
		public void afficherElementsAucunResultatTrouve();
35
		public HasClickHandlers getTriParDateDescendant();
46
 
-
 
47
		public void afficherElementsResultatsTrouves();
36
		public void afficherElementsAucunResultatTrouve();
48
		
-
 
49
		public Label getLabelDate();
37
		public void afficherElementsResultatsTrouves();	
50
		
-
 
51
		public void masquerDateAscendant();
38
		public Label getLabelDate();
52
		
-
 
53
		public void masquerDateDescendant();
39
		public void masquerDateAscendant();
54
		
-
 
55
		public void afficherDateAscendant();
40
		public void masquerDateDescendant();
56
		
41
		public void afficherDateAscendant();
Line 57... Line 42...
57
		public void afficherDateDescendant();
42
		public void afficherDateDescendant();
58
	}
43
	}