Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 616 Rev 654
Line 8... Line 8...
8
import com.extjs.gxt.ui.client.Registry;
8
import com.extjs.gxt.ui.client.Registry;
9
import com.google.gwt.i18n.client.Dictionary;
9
import com.google.gwt.i18n.client.Dictionary;
10
import com.google.gwt.json.client.JSONArray;
10
import com.google.gwt.json.client.JSONArray;
11
import com.google.gwt.json.client.JSONNumber;
11
import com.google.gwt.json.client.JSONNumber;
12
import com.google.gwt.json.client.JSONObject;
12
import com.google.gwt.json.client.JSONObject;
13
import com.google.gwt.json.client.JSONString;
-
 
Line 14... Line 13...
14
 
13
 
15
/**
14
/**
16
 * Table de hachage composée d'informations sur les Valeurs des listes, renvoyé par un objet de type DAO
15
 * Table de hachage composée d'informations sur les Valeurs des listes, renvoyé par un objet de type DAO
17
 * La clé est le nom de l'entite + le nom de l'entite parente
16
 * La clé est le nom de l'entite + le nom de l'entite parente
Line 129... Line 128...
129
	}
128
	}
Line 130... Line 129...
130
	
129
	
131
	
130
	
-
 
131
	public void setPageCourante(int pageCourante) {
132
	public void setPageCourante(int pageCourante) {
132
		this.currentPage = pageCourante;
-
 
133
	}
-
 
134
	
133
		this.currentPage = pageCourante;
135
	public void setTaillePage(int taillePage)	{
Line 134... Line 136...
134
		
136
		this.nbElementsPage = taillePage;
135
	};
137
	}
136
	
138