public abstract class LazyDataTable<T> extends org.primefaces.model.LazyDataModel<T> implements Serializable
| Constructor and Description |
|---|
LazyDataTable() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
load(int first,
int pageSize,
String sortField,
org.primefaces.model.SortOrder sortOrder,
Map<String,Object> filters) |
protected abstract List<T> |
objects(int first,
int pageSize) |
protected abstract int |
totalSizeObjects() |
getPageSize, getRowCount, getRowData, getRowData, getRowIndex, getRowKey, getWrappedData, isRowAvailable, load, setPageSize, setRowCount, setRowIndex, setWrappedDataaddDataModelListener, getDataModelListeners, iterator, removeDataModelListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorCopyright © 2017. All rights reserved.