PageKeyedDataSource.LoadInitialParams
public
static
class
PageKeyedDataSource.LoadInitialParams
extends Object
Holder object for inputs to loadInitial(LoadInitialParams, LoadInitialCallback) .
Summary
Fields | |
|---|---|
public
final
boolean |
placeholdersEnabled
Defines whether placeholders are enabled, and whether the total count passed to
|
public
final
int |
requestedLoadSize
Requested number of items to load. |
Public constructors | |
|---|---|
PageKeyedDataSource.LoadInitialParams(int requestedLoadSize, boolean placeholdersEnabled)
|
|
Inherited methods | |
|---|---|
|
From class
java.lang.Object
Object
clone()
boolean
equals(Object arg0)
void
finalize()
final
Class<?>
getClass()
int
hashCode()
final
void
notify()
final
void
notifyAll()
String
toString()
final
void
wait(long arg0, int arg1)
final
void
wait(long arg0)
final
void
wait()
| |
Fields
placeholdersEnabled
boolean placeholdersEnabled
Defines whether placeholders are enabled, and whether the total count passed to
onResult(List, int, int, Key, Key) will be ignored.
requestedLoadSize
int requestedLoadSize
Requested number of items to load.
Note that this may be larger than available data.
Public constructors
PageKeyedDataSource.LoadInitialParams
PageKeyedDataSource.LoadInitialParams (int requestedLoadSize, boolean placeholdersEnabled)
| Parameters | |
|---|---|
requestedLoadSize |
int |
placeholdersEnabled |
boolean |
Interfaces
Classes
- AsyncPagedListDiffer
- DataSource
- DataSource.Factory
- ItemKeyedDataSource
- ItemKeyedDataSource.LoadCallback
- ItemKeyedDataSource.LoadInitialCallback
- ItemKeyedDataSource.LoadInitialParams
- ItemKeyedDataSource.LoadParams
- LivePagedListBuilder
- PagedList
- PagedList.BoundaryCallback
- PagedList.Builder
- PagedList.Callback
- PagedList.Config
- PagedList.Config.Builder
- PagedListAdapter
- PageKeyedDataSource
- PageKeyedDataSource.LoadCallback
- PageKeyedDataSource.LoadInitialCallback
- PageKeyedDataSource.LoadInitialParams
- PageKeyedDataSource.LoadParams
- PositionalDataSource
- PositionalDataSource.LoadInitialCallback
- PositionalDataSource.LoadInitialParams
- PositionalDataSource.LoadRangeCallback
- PositionalDataSource.LoadRangeParams
- RxPagedListBuilder