Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1680 Rev 1687
Line 145... Line 145...
145
		add(grille);
145
		add(grille);
Line 146... Line 146...
146
		
146
		
147
		PublicationListe publicationListe = new PublicationListe();
147
		PublicationListe publicationListe = new PublicationListe();
148
		champFiltreRecherche = new ChampFiltreRecherche(mediateurCourant, toolBar, publicationListe);
148
		champFiltreRecherche = new ChampFiltreRecherche(mediateurCourant, toolBar, publicationListe);
149
		// Définition de la barre de pagination
149
		// Définition de la barre de pagination
150
		pagination = new BarrePaginationVue(publicationListe, mediateur);
150
		pagination = new BarrePaginationVue(publicationListe, mediateur, champFiltreRecherche);
151
		setBottomComponent(pagination);
151
		setBottomComponent(pagination);
Line 152... Line 152...
152
	}
152
	}
153
	
153