Package com.abubusoft.kripton.android
Interface Paginator<E>
- All Superinterfaces:
PagedResult,PageNavigator,PageRequest,PageRequestExecutor<E>
public interface Paginator<E> extends PagedResult, PageRequestExecutor<E>
-
Method Summary
Methods inherited from interface com.abubusoft.kripton.android.PagedResult
getTotalElements, getTotalPages, hasNext, hasPrevious, isFirst, isLastMethods inherited from interface com.abubusoft.kripton.android.PageNavigator
firstPage, lastPage, nextPage, previousPage, setOffset, setPage, setPageSizeMethods inherited from interface com.abubusoft.kripton.android.PageRequest
getOffset, getPageNumber, getPageSize