| Package | Description |
|---|---|
| org.vaadin.miki.superfields.object | |
| org.vaadin.miki.superfields.object.util | |
| org.vaadin.miki.superfields.util.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPropertyGroupingProvider
Default grouping of the properties - a single group with one element, a property.
|
| Modifier and Type | Field and Description |
|---|---|
static com.vaadin.flow.function.SerializableSupplier<PropertyGroupingProvider> |
ObjectField.DEFAULT_GROUPING_PROVIDER |
| Modifier and Type | Method and Description |
|---|---|
PropertyGroupingProvider |
ObjectField.getPropertyGroupingProvider()
Returns the current
PropertyGroupingProvider. |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectField.setPropertyGroupingProvider(PropertyGroupingProvider propertyGroupingProvider)
Sets the new
PropertyGroupingProvider. |
ObjectField<T> |
ObjectField.withPropertyGroupingProvider(PropertyGroupingProvider provider)
Chains
ObjectField.setPropertyGroupingProvider(PropertyGroupingProvider) and returns itself. |
| Modifier and Type | Class and Description |
|---|---|
class |
MetadataBasedGroupingProvider
A grouping provider based on a
String metadata property. |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyGroupingProvider |
ObjectFieldFactory.buildAndConfigureGroupingProvider()
Builds a
PropertyGroupingProvider based on presence of MetadataProperties.GROUP_METADATA_PROPERTY and MetadataProperties.ORDER_METADATA_PROPERTY. |
Copyright © 2023 Miki. All rights reserved.