Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1040 Rev 1041
Line 152... Line 152...
152
	}
152
	}
Line 153... Line 153...
153
	
153
	
154
	public void rafraichir(Object nouvellesDonnees) {
154
	public void rafraichir(Object nouvellesDonnees) {
155
		if (nouvellesDonnees instanceof StructureListe) {
155
		if (nouvellesDonnees instanceof StructureListe) {
156
			StructureListe structures = (StructureListe) nouvellesDonnees;
-
 
157
			System.out.println("rafraichir structure liste");
156
			StructureListe structures = (StructureListe) nouvellesDonnees;
158
			pagination.setlistePaginable(structures);
157
			pagination.setlistePaginable(structures);
Line 159... Line 158...
159
			pagination.rafraichir(structures.getPageTable());
158
			pagination.rafraichir(structures.getPageTable());
160
			
159