站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.beans.support.PagedListSourceProvider (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.