Package org.exoplatform.commons.utils
Class LazyPageList<E>
- java.lang.Object
-
- org.exoplatform.commons.utils.PageList<E>
-
- org.exoplatform.commons.utils.LazyPageList<E>
-
public class LazyPageList<E> extends PageList<E>
- Version:
- $Revision$
- Author:
- Julien Viet
-
-
Field Summary
-
Fields inherited from class org.exoplatform.commons.utils.PageList
available_, availablePage_, currentListPage_, currentPage_, EMPTY_LIST
-
-
Constructor Summary
Constructors Constructor Description LazyPageList(ListAccess<E> listAccess, int pageSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<E>getAll()protected voidpopulateCurrentPage(int page)-
Methods inherited from class org.exoplatform.commons.utils.PageList
checkAndSetPage, currentPage, getAvailable, getAvailablePage, getCurrentPage, getFrom, getPage, getPageSize, getTo, setAvailablePage, setPageSize
-
-
-
-
Constructor Detail
-
LazyPageList
public LazyPageList(ListAccess<E> listAccess, int pageSize)
-
-