Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1249 → Rev 1268

/branches/v1.0-syrah/src/org/tela_botanica/client/vues/collection/CollectionListeVue.java
136,7 → 136,7
mediateur.clicListeCollection(collection);
}
}
 
private void clicSupprimerCollection(List<Collection> collectionsASupprimer) {
if (store.getCount() > 0) {
mediateur.clicSupprimerCollection(this, collectionsASupprimer);
165,7 → 165,7
int[] pt = collections.getPageTable();
pagination.rafraichir(collections.getPageTable());
if (collections != null) {
if (collections != null) {
List<Collection> liste = collections.toList();
store.removeAll();
store.add(liste);