| Package | Description |
|---|---|
| com.holonplatform.vaadin.data |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItemDataProvider<ITEM>
Iterface to load items data from a data source.
|
| Modifier and Type | Method and Description |
|---|---|
static <ITEM> ItemDataProvider<ITEM> |
ItemDataProvider.create(ItemSetCounter counter,
ItemSetLoader<ITEM> loader)
Create an
ItemDataProvider using given operations. |
Copyright © 2019 The Holon Platform. All rights reserved.