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