public interface PagedDataSource<E> extends DataSource<E>
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentPage() |
int |
getCurrentPageSize() |
int |
getPageSize() |
int |
getRecordIndex(E boudObject) |
boolean |
hasNextPage() |
boolean |
hasPreviousPage() |
boolean |
nextPage() |
boolean |
previousPage() |
void |
selectRecord(int index,
boolean selected) |
void |
setPageSize(int pageSize) |
clearChanges, cloneDTO, copyValueToWidget, firstRecord, getBoundObject, getBoundObject, getColumnDefinitions, getNewRecords, getRecord, getRemovedRecords, getSelectedRecords, getUpdatedRecords, getValue, getValue, hasNextRecord, hasPreviousRecord, insertRecord, nextRecord, previousRecord, removeRecord, reset, setColumnDefinitions, setValue, sort, sort, updateStateboolean hasNextPage()
boolean nextPage()
boolean hasPreviousPage()
boolean previousPage()
int getPageSize()
void setPageSize(int pageSize)
int getCurrentPageSize()
int getCurrentPage()
int getRecordIndex(E boudObject)
void selectRecord(int index,
boolean selected)
Copyright © 2015. All rights reserved.