Uses of Record Class
com.vaadin.copilot.JavaReflectionUtil.ComponentAddableMethod
Packages that use JavaReflectionUtil.ComponentAddableMethod
-
Uses of JavaReflectionUtil.ComponentAddableMethod in com.vaadin.copilot
Methods in com.vaadin.copilot that return types with arguments of type JavaReflectionUtil.ComponentAddableMethodModifier and TypeMethodDescriptionJavaReflectionUtil.getChildAddableMethods(Class<?> clazz) Scans the public methods of the given class and identifies those that can be used to add child components, based on a predefined predicate. -
Uses of JavaReflectionUtil.ComponentAddableMethod in com.vaadin.copilot.customcomponent
Methods in com.vaadin.copilot.customcomponent that return types with arguments of type JavaReflectionUtil.ComponentAddableMethodModifier and TypeMethodDescriptionCustomComponentHelper.filterMethodBasedOnDraggedComponentHierarchy(List<JavaReflectionUtil.ComponentAddableMethod> methods, List<String> draggedElementClassHierarchy) Filters the method in the custom component based on the dragged element hierarchy. e.g. when you drop an Image onto Custom Component, the listed methods should be in the hierarchy of Image.Method parameters in com.vaadin.copilot.customcomponent with type arguments of type JavaReflectionUtil.ComponentAddableMethodModifier and TypeMethodDescriptionCustomComponentHelper.filterMethodBasedOnDraggedComponentHierarchy(List<JavaReflectionUtil.ComponentAddableMethod> methods, List<String> draggedElementClassHierarchy) Filters the method in the custom component based on the dragged element hierarchy. e.g. when you drop an Image onto Custom Component, the listed methods should be in the hierarchy of Image.