Subversion Repositories eFlore/Applications.del

Rev

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

Rev 9 Rev 14
Line 1... Line 1...
1
package org.tela_botanica.del.client.vues.searchobservations.pagination;
1
package org.tela_botanica.del.client.vues.rechercheobservations.pagination;
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
import org.tela_botanica.del.client.history.NavigationStatesConstants;
3
import org.tela_botanica.del.client.history.ConstantesNavigation;
4
 
4
 
Line 5... Line 5...
5
import com.google.gwt.user.client.ui.Composite;
5
import com.google.gwt.user.client.ui.Composite;
Line 6... Line 6...
6
import com.google.gwt.user.client.ui.HTML;
6
import com.google.gwt.user.client.ui.HTML;
Line 7... Line 7...
7
 
7
 
8
public class NumberPageView extends Composite {
8
public class NumeroPageVue extends Composite {
9
 
9
 
10
	private final HTML nbPageHtml = new HTML();
10
	private final HTML nbPageHtml = new HTML();
Line 11... Line 11...
11
 
11
 
12
	public NumberPageView(int nbPage) {
12
	public NumeroPageVue(int nbPage) {