Class DefaultPropertyGroupingProvider
java.lang.Object
org.vaadin.miki.superfields.object.DefaultPropertyGroupingProvider
- All Implemented Interfaces:
Serializable,PropertyGroupingProvider
Default grouping of the properties - a single group with one element, a property.
- Since:
- 2022-09-01
- Author:
- miki
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultPropertyGroupingProvider
public DefaultPropertyGroupingProvider()
-
-
Method Details
-
groupDefinitions
Description copied from interface:PropertyGroupingProviderGroups given definitions.- Specified by:
groupDefinitionsin interfacePropertyGroupingProvider- Type Parameters:
T- Type parameter forPropertys.- Parameters:
definitions- Definitions to group.- Returns:
- A non-
null(but possibly empty) map. The map will not contain newPropertys, those from the parameter will be reused.
-