| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.data |
| Modifier and Type | Method and Description |
|---|---|
static <F> DatastoreDataProvider.PropertyBoxItemBuilder<F> |
DatastoreDataProvider.builder(com.holonplatform.core.datastore.Datastore datastore,
com.holonplatform.core.datastore.DataTarget<?> target,
Function<F,com.holonplatform.core.query.QueryFilter> filterConverter,
com.holonplatform.core.property.Property<?>... properties)
Get a builder to create and configure a new
DatastoreDataProvider which uses PropertyBox items
type. |
static DatastoreDataProvider.PropertyBoxItemBuilder<com.holonplatform.core.query.QueryFilter> |
DatastoreDataProvider.builder(com.holonplatform.core.datastore.Datastore datastore,
com.holonplatform.core.datastore.DataTarget<?> target,
com.holonplatform.core.property.Property<?>... properties)
Get a builder to create and configure a new
DatastoreDataProvider which uses PropertyBox items
type and QueryFilter type data provider filters. |
static DatastoreDataProvider.PropertyBoxItemBuilder<com.holonplatform.core.query.QueryFilter> |
DatastoreDataProvider.builder(com.holonplatform.core.datastore.Datastore datastore,
com.holonplatform.core.datastore.DataTarget<?> target,
com.holonplatform.core.property.PropertySet<?> propertySet)
Get a builder to create and configure a new
DatastoreDataProvider which uses PropertyBox items
type and QueryFilter type data provider filters. |
static <F> DatastoreDataProvider.PropertyBoxItemBuilder<F> |
DatastoreDataProvider.builder(com.holonplatform.core.datastore.Datastore datastore,
com.holonplatform.core.datastore.DataTarget<?> target,
com.holonplatform.core.property.PropertySet<?> propertySet,
Function<F,com.holonplatform.core.query.QueryFilter> filterConverter)
Get a builder to create and configure a new
DatastoreDataProvider which uses PropertyBox items
type. |
Copyright © 2019 The Holon Platform. All rights reserved.