| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.dataprovider |
| Modifier and Type | Field and Description |
|---|---|
protected StreamingDataLoader<T> |
StreamingDataProvider.dataLoader |
| Modifier and Type | Method and Description |
|---|---|
StreamingDataLoader<T> |
StreamingProvider.getDataLoader()
Retrieve the
LazyDataLoader used to load data |
StreamingDataLoader<T> |
StreamingDataProvider.getDataLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamingProvider.setDataLoader(StreamingDataLoader<T> dataLoader)
Inform an
LazyDataLoader to be used to load data |
void |
StreamingDataProvider.setDataLoader(StreamingDataLoader<T> dataLoader) |
| Constructor and Description |
|---|
StreamingDataProvider(DataProvider.DataHandler<T> handler,
StreamingDataLoader<T> dataLoader) |
Copyright © 2015. All rights reserved.