Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1680 Rev 1687
Line 137... Line 137...
137
		add(grille);
137
		add(grille);
Line 138... Line 138...
138
		
138
		
139
		StructureListe structureListe = new StructureListe();
139
		StructureListe structureListe = new StructureListe();
140
		champFiltreRecherche = new ChampFiltreRecherche(mediateurCourant, toolBar, structureListe);
140
		champFiltreRecherche = new ChampFiltreRecherche(mediateurCourant, toolBar, structureListe);
141
		// Définition de la barre de pagination
141
		// Définition de la barre de pagination
142
		pagination = new BarrePaginationVue(structureListe, mediateur);
142
		pagination = new BarrePaginationVue(structureListe, mediateur, champFiltreRecherche);
143
		setBottomComponent(pagination);
143
		setBottomComponent(pagination);
Line 144... Line 144...
144
	}
144
	}
145
 
145