Uses of Interface
org.springframework.beans.support.PagedListSourceProvider

Packages that use PagedListSourceProvider
org.springframework.beans.support Classes supporting the org.springframework.beans package, such as utility classes for sorting and holding lists of beans. 
 

Uses of PagedListSourceProvider in org.springframework.beans.support
 

Methods in org.springframework.beans.support that return PagedListSourceProvider
 PagedListSourceProvider RefreshablePagedListHolder.getSourceProvider()
          Return the callback class for reloading the List when necessary.
 

Methods in org.springframework.beans.support with parameters of type PagedListSourceProvider
 void RefreshablePagedListHolder.setSourceProvider(PagedListSourceProvider sourceProvider)
          Set the callback class for reloading the List when necessary.
 

Constructors in org.springframework.beans.support with parameters of type PagedListSourceProvider
RefreshablePagedListHolder(PagedListSourceProvider sourceProvider)
          Create a new list holder with the given source provider.
 



Copyright (C) 2003-2004 The Spring Framework Project.