Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1686 → Rev 1687

/trunk/src/org/tela_botanica/client/vues/collection/CollectionListeVue.java
137,7 → 137,7
CollectionListe collectionListe = new CollectionListe();
champFiltreRecherche = new ChampFiltreRecherche(mediateur, toolBar, collectionListe);
// Définition de la barre de pagination
pagination = new BarrePaginationVue(collectionListe, mediateur);
pagination = new BarrePaginationVue(collectionListe, mediateur, champFiltreRecherche);
setBottomComponent(pagination);
}