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