| Package | Description |
|---|---|
| com.holonplatform.vaadin.components.builders | |
| com.holonplatform.vaadin.data |
| Modifier and Type | Method and Description |
|---|---|
B |
ItemListingBuilder.commitHandler(ItemDataSource.CommitHandler<T> commitHandler)
Set the handler to use to persist item set modifications.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ItemDataSource.CommitHandler<T> |
ItemDataSource.CommitHandler.datastore(Class<? extends T> beanClass,
com.holonplatform.core.datastore.Datastore datastore,
com.holonplatform.core.datastore.DataTarget<?> target)
Construct a new
ItemDataSource.CommitHandler for bean type items using a Datastore to perform persistence
operations. |
static ItemDataSource.CommitHandler<com.holonplatform.core.property.PropertyBox> |
ItemDataSource.CommitHandler.datastore(com.holonplatform.core.datastore.Datastore datastore,
com.holonplatform.core.datastore.DataTarget<?> target)
Construct a new
ItemDataSource.CommitHandler for PropertyBox type items using a Datastore to perform
persistence operations. |
| Modifier and Type | Method and Description |
|---|---|
Optional<ItemDataSource.CommitHandler<ITEM>> |
ItemDataSource.Configuration.getCommitHandler()
Get the commit handler
|
| Modifier and Type | Method and Description |
|---|---|
ItemDataSource.Builder<ITEM,PROPERTY> |
ItemDataSource.Builder.commitHandler(ItemDataSource.CommitHandler<ITEM> commitHandler)
Set the handler to manage item set modifications.
|
Copyright © 2019 The Holon Platform. All rights reserved.