Uses of Class
com.vaadin.copilot.plugins.propertypanel.ComponentProperty
Packages that use ComponentProperty
-
Uses of ComponentProperty in com.vaadin.copilot.plugins.propertypanel
Methods in com.vaadin.copilot.plugins.propertypanel that return types with arguments of type ComponentPropertyModifier and TypeMethodDescriptionComponentPropertyProvider.PropertyAndGroupData.properties()Returns the value of thepropertiesrecord component.Method parameters in com.vaadin.copilot.plugins.propertypanel with type arguments of type ComponentPropertyModifier and TypeMethodDescriptionFlowComponentPropertyGroups.create(com.vaadin.flow.component.Component component, List<ComponentProperty> properties) Creates grouped property-name metadata for a component.FlowComponentPropertyGroups.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 ComponentPropertyModifierConstructorDescriptionPropertyAndGroupData(List<ComponentProperty> properties, List<ComponentPropertyGroup> propertyGroups) Creates an instance of aPropertyAndGroupDatarecord class.