T - the generic typepublic abstract class PagedLiveData<T> extends KriptonXLiveData<T>
| Constructor and Description |
|---|
PagedLiveData(PageRequest pageRequest,
KriptonXPagedLiveDataHandlerImpl<T> backed) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPage() |
int |
getPageSize() |
void |
moveToFirstPage() |
void |
moveToNextPage() |
void |
moveToPreviousPage() |
void |
setPage(Integer currentPage) |
updateValuepostValue, setValuegetValue, hasActiveObservers, hasObservers, observe, observeForever, onActive, onInactive, removeObserver, removeObserverspublic PagedLiveData(PageRequest pageRequest, KriptonXPagedLiveDataHandlerImpl<T> backed)
public void setPage(Integer currentPage)
public int getPage()
public int getPageSize()
public void moveToNextPage()
public void moveToPreviousPage()
public void moveToFirstPage()
Copyright © 2018. All rights reserved.