| Package | Description |
|---|---|
| org.vaadin.miki.superfields.object | |
| org.vaadin.miki.superfields.util.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPropertyGroupLayoutProvider
Default implementation of
PropertyGroupLayoutProvider. |
| Modifier and Type | Field and Description |
|---|---|
static com.vaadin.flow.function.SerializableSupplier<PropertyGroupLayoutProvider> |
ObjectField.DEFAULT_GROUP_LAYOUT_PROVIDER |
| Modifier and Type | Method and Description |
|---|---|
PropertyGroupLayoutProvider |
ObjectField.getGroupLayoutProvider()
Returns current
PropertyGroupLayoutProvider. |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectField.setGroupLayoutProvider(PropertyGroupLayoutProvider groupLayoutProvider)
Sets the new
PropertyGroupLayoutProvider. |
ObjectField<T> |
ObjectField.withGroupLayoutProvider(PropertyGroupLayoutProvider provider)
Chains
ObjectField.setGroupLayoutProvider(PropertyGroupLayoutProvider) and returns itself. |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyGroupLayoutProvider |
ObjectFieldFactory.buildAndConfigureGroupLayoutProvider()
Builds a
PropertyGroupLayoutProvider that provides a separate layout for a group with two or more properties in it. |
Copyright © 2023 Miki. All rights reserved.