Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1156 Rev 1171
Line 735... Line 735...
735
			MessageBox.confirm("Supprimer une collection", message, listenerSuppression);
735
			MessageBox.confirm("Supprimer une collection", message, listenerSuppression);
736
		}	
736
		}	
737
	}
737
	}
Line 738... Line 738...
738
 
738
 
739
	public void selectionnerCollection(Rafraichissable vueARafraichir, String collectionId, String nom) {
739
	public void selectionnerCollection(Rafraichissable vueARafraichir, String collectionId, String nom) {
740
		selectionnerCollection(vueARafraichir, collectionId, nom, 0, -1);
740
		selectionnerCollection(vueARafraichir, collectionId, nom, 0, nbElements);
Line 741... Line 741...
741
	}
741
	}
742
	
742
	
743
	public void selectionnerCollection(Rafraichissable vueARafraichir, String collectionId, String nom, int start, int nbElements)	{
743
	public void selectionnerCollection(Rafraichissable vueARafraichir, String collectionId, String nom, int start, int nbElements)	{