Uses of Interface
com.easyjf.web.tools.IPageList

Packages that use IPageList
com.easyjf.web.tools   
 

Uses of IPageList in com.easyjf.web.tools
 

Classes in com.easyjf.web.tools that implement IPageList
 class DbPageList
           
 class PageList
          实现通过调用IQuery实现分页处理
 

Methods in com.easyjf.web.tools that return IPageList
abstract  IPageList AbstractCrudAction.doQuery(WebForm form, int currentPage, int pageSize, IActiveUser user)