Uses of Interface
com.abubusoft.kripton.android.PageRequest
| Package | Description |
|---|---|
| com.abubusoft.kripton.android | |
| com.abubusoft.kripton.androidx.livedata |
-
Uses of PageRequest in com.abubusoft.kripton.android
Subinterfaces of PageRequest in com.abubusoft.kripton.android Modifier and Type Interface Description interfacePagedResultinterfacePageNavigatorinterfacePaginator<E>Classes in com.abubusoft.kripton.android that implement PageRequest Modifier and Type Class Description classPageRequestImplMethods in com.abubusoft.kripton.android that return PageRequest Modifier and Type Method Description static PageRequestPageRequest. build(int pageNumber, int pageSize)Methods in com.abubusoft.kripton.android with parameters of type PageRequest Modifier and Type Method Description EPageRequestExecutor. execute(PageRequest pageRequest)Execute a page request -
Uses of PageRequest in com.abubusoft.kripton.androidx.livedata
Classes in com.abubusoft.kripton.androidx.livedata that implement PageRequest Modifier and Type Class Description classPagedLiveData<T>The paged version of KriptonLiveData.