Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1680 Rev 1687
Line 158... Line 158...
158
		add(grille);
158
		add(grille);
Line 159... Line 159...
159
		
159
		
160
		ProjetListe projetListe = new ProjetListe();
160
		ProjetListe projetListe = new ProjetListe();
161
		champFiltreRecherche = new ChampFiltreRecherche(mediateurCourant, toolBar, projetListe);
161
		champFiltreRecherche = new ChampFiltreRecherche(mediateurCourant, toolBar, projetListe);
162
		// Définition de la barre de pagination
162
		// Définition de la barre de pagination
163
		pagination = new BarrePaginationVue(projetListe, mediateur);
163
		pagination = new BarrePaginationVue(projetListe, mediateur, champFiltreRecherche);
164
		setBottomComponent(pagination);
164
		setBottomComponent(pagination);
Line 165... Line 165...
165
	}
165
	}
166
	
166
	
Line 274... Line 274...
274
		
274
		
275
		//Mettre à jour les filtres
275
		//Mettre à jour les filtres
276
		mediateur.mettreFiltreAJour(grille.getStore().getModels());
276
		mediateur.mettreFiltreAJour(grille.getStore().getModels());
277
		layout(true);
277
		layout(true);
278
	}
-
 
279
}
278
	}
-
 
279
}