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