public interface HasDataSource<T>
Modifier and Type | Method and Description |
---|---|
DataSource<T> |
getDataSource()
Get the configured data source.
|
void |
loaded(int startIndex,
List<T> data)
Data views loader has loaded data for use.
|
void |
setDataSource(DataSource<T> dataSource)
Set a
DataSource for data loading. |
void setDataSource(DataSource<T> dataSource)
DataSource
for data loading.DataSource<T> getDataSource()
Copyright © 2018. All rights reserved.