public class SerializablePageList<E> extends StatelessPageList<E>
| Constructor and Description |
|---|
SerializablePageList(Class<E> serializableType,
List<E> list,
int pageSize) |
SerializablePageList(org.exoplatform.commons.utils.ListAccess<E> listAccess,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
protected org.exoplatform.commons.utils.ListAccess<E> |
connect() |
checkAndSetPage, currentPage, getAll, getAvailable, getAvailablePage, getCurrentPage, getFrom, getPage, getPageSize, getTo, populateCurrentPage, readState, setAvailablePage, setPageSize, writeStatepublic SerializablePageList(org.exoplatform.commons.utils.ListAccess<E> listAccess, int pageSize)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.