Subversion Repositories eFlore/Applications.del

Rev

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

Rev 459 Rev 511
Line 22... Line 22...
22
 
22
 
23
	@UiField
23
	@UiField
Line 24... Line 24...
24
	Panel zoneObservations, zonePaginationHaut, zonePaginationBas;
24
	Panel zoneObservations, zonePaginationHaut, zonePaginationBas;
25
 
25
 
Line 26... Line 26...
26
	@UiField
26
	@UiField
27
	Button triParNbVotesAscendant, triParNbVotesDescendant, triParDateAscendant, triParDateDescendant;
27
	Button triParDateAscendant, triParDateDescendant;
28
 
28
 
29
	// Constructeur de la vue
29
	// Constructeur de la vue
Line 63... Line 63...
63
	@Override
63
	@Override
64
	public void stopChargement() {
64
	public void stopChargement() {
65
		panneauChargement.setVisible(false);
65
		panneauChargement.setVisible(false);
66
	}
66
	}
Line 67... Line -...
67
 
-
 
68
	public Button getTriParNbVotesAscendant() {
-
 
69
		return triParNbVotesAscendant;
-
 
70
	}
-
 
71
 
-
 
72
	public Button getTriParNbVotesDescendant() {
-
 
73
		return triParNbVotesDescendant;
-
 
74
	}
-
 
75
 
67
 
76
	public Button getTriParDateAscendant() {
68
	public Button getTriParDateAscendant() {
77
		return triParDateAscendant;
69
		return triParDateAscendant;
Line 78... Line 70...
78
	}
70
	}