Subversion Repositories eFlore/Applications.del

Rev

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

Rev 269 Rev 281
Line 27... Line 27...
27
 
27
 
28
	public PaginationVue() {
28
	public PaginationVue() {
29
		initWidget(uiBinder.createAndBindUi(this));
29
		initWidget(uiBinder.createAndBindUi(this));
Line -... Line 30...
-
 
30
	}
-
 
31
 
-
 
32
	public void masquerBoutonDebut() {
-
 
33
		boutonPrecedent.setVisible(false);
-
 
34
	}
-
 
35
	
-
 
36
	public void afficherBoutonDebut() {
-
 
37
		boutonPrecedent.setVisible(true);
-
 
38
	}
-
 
39
	
-
 
40
 
-
 
41
	public void masquerBoutonSuivant() {
-
 
42
		boutonSuivant.setVisible(false);
-
 
43
	}
-
 
44
	
-
 
45
	public void afficherBoutonSuivant() {
-
 
46
		boutonSuivant.setVisible(true);
30
	}
47
	}