| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components |
| Modifier and Type | Method and Description |
|---|---|
static <P extends com.holonplatform.core.property.Property> |
PropertyListing.builder(Iterable<P> properties)
Get a
PropertyListingBuilder to create and setup a PropertyListing. |
static PropertyListingBuilder |
PropertyListing.builder(com.holonplatform.core.property.Property<?>... properties)
Get a
PropertyListingBuilder to create and setup a PropertyListing. |
static <P extends com.holonplatform.core.property.Property> |
Components.listing.properties(Iterable<P> properties)
Get a
PropertyListingBuilder to create and setup a
PropertyListing. |
static PropertyListingBuilder |
Components.listing.properties(com.holonplatform.core.property.Property<?>... properties)
Get a
PropertyListingBuilder to create and setup a
PropertyListing. |
Copyright © 2020 The Holon Platform. All rights reserved.