Uses of Class
com.vaadin.copilot.plugins.propertypanel.FlowComponentPropertyGroups.PropertyNameSortingStrategy
Packages that use FlowComponentPropertyGroups.PropertyNameSortingStrategy
-
Uses of FlowComponentPropertyGroups.PropertyNameSortingStrategy in com.vaadin.copilot.plugins.propertypanel
Methods in com.vaadin.copilot.plugins.propertypanel that return FlowComponentPropertyGroups.PropertyNameSortingStrategyModifier and TypeMethodDescriptionFlowComponentPropertyGroups.PropertyNameSortingStrategy.forAnyGroup(Function<Map<String, ComponentProperty>, Comparator<String>> sortingFunction) Creates a fallback strategy that applies to all groups.FlowComponentPropertyGroups.PropertyNameSortingStrategy.forGroupName(String groupName, Function<Map<String, ComponentProperty>, Comparator<String>> sortingFunction) Creates a strategy that applies to exactly one group name.Constructor parameters in com.vaadin.copilot.plugins.propertypanel with type arguments of type FlowComponentPropertyGroups.PropertyNameSortingStrategyModifierConstructorDescriptionFlowComponentPropertyGroups(List<FlowComponentPropertyGroups.PropertyNameSortingStrategy> propertyNameSortingStrategies) Creates a resolver with caller-provided sorting strategies.