Uses of Class
com.vaadin.copilot.customcomponent.CustomComponentAddMethodInfo
Packages that use CustomComponentAddMethodInfo
-
Uses of CustomComponentAddMethodInfo in com.vaadin.copilot.customcomponent
Methods in com.vaadin.copilot.customcomponent that return types with arguments of type CustomComponentAddMethodInfoModifier and TypeMethodDescriptionstatic List<CustomComponentAddMethodInfo> CustomComponentHelper.filterMethodBasedOnDraggedComponentHierarchy(CustomComponent customComponent, 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.default List<CustomComponentAddMethodInfo> CustomComponent.getChildAddableMethods()List of method names where children can be addedMethod parameters in com.vaadin.copilot.customcomponent with type arguments of type CustomComponentAddMethodInfoModifier and TypeMethodDescriptionstatic voidCustomComponentHelper.addInfoFromComponentSource(ComponentTypeAndSourceLocation componentTypeAndSourceLocation, List<CustomComponentAddMethodInfo> methods) Updates add/replace flags based on its usage