Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1686 → Rev 1687

/trunk/src/org/tela_botanica/client/vues/projet/ProjetListeVue.java
160,7 → 160,7
ProjetListe projetListe = new ProjetListe();
champFiltreRecherche = new ChampFiltreRecherche(mediateurCourant, toolBar, projetListe);
// Définition de la barre de pagination
pagination = new BarrePaginationVue(projetListe, mediateur);
pagination = new BarrePaginationVue(projetListe, mediateur, champFiltreRecherche);
setBottomComponent(pagination);
}
276,4 → 276,4
mediateur.mettreFiltreAJour(grille.getStore().getModels());
layout(true);
}
}
}