Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1686 → Rev 1687

/trunk/src/org/tela_botanica/client/vues/structure/StructureListeVue.java
139,7 → 139,7
StructureListe structureListe = new StructureListe();
champFiltreRecherche = new ChampFiltreRecherche(mediateurCourant, toolBar, structureListe);
// Définition de la barre de pagination
pagination = new BarrePaginationVue(structureListe, mediateur);
pagination = new BarrePaginationVue(structureListe, mediateur, champFiltreRecherche);
setBottomComponent(pagination);
}