| Package | Description |
|---|---|
| com.holonplatform.vaadin.components |
| Modifier and Type | Method and Description |
|---|---|
static <P extends com.holonplatform.core.property.Property<?>> |
PropertyListing.builder(Iterable<P> properties)
Builder to create an
PropertyListing instance. |
static <P extends com.holonplatform.core.property.Property<?>> |
Components.listing.properties(Iterable<P> properties)
Builder to create an
PropertyListing instance using a Grid as backing component. |
static <P extends com.holonplatform.core.property.Property<?>> |
Components.listing.properties(P... properties)
Builder to create an
PropertyListing instance using a Grid as backing component. |
static <P extends com.holonplatform.core.property.Property> |
Components.listing.properties(com.holonplatform.core.property.PropertySet<P> properties,
P... additionalProperties)
Builder to create an
PropertyListing instance using a Grid as backing component. |
Copyright © 2019 The Holon Platform. All rights reserved.