@FunctionalInterface public interface ComponentGroupConfigurator
| Modifier and Type | Method and Description |
|---|---|
<T> void |
configureComponentGroup(T object,
String groupName,
List<Property<T,?>> definitions,
List<? extends com.vaadin.flow.component.HasValue<?,?>> components)
Configures the given group of components.
|
<T> void configureComponentGroup(T object,
String groupName,
List<Property<T,?>> definitions,
List<? extends com.vaadin.flow.component.HasValue<?,?>> components)
T - Type of the object.object - Object about to be displayed.groupName - Name of the group. May be null to indicate that all components (regardless of their individual groups) are given for configuration.definitions - Definitions of properties in the group.components - Components that correspond to the properties. Note: it is possible that the list is not in the order of definitions.Copyright © 2023 Miki. All rights reserved.