Uses of Record 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 TypeMethodDescriptionCustomComponentInstanceInfo.getAddMethodInfoList()default List<CustomComponentAddMethodInfo> CustomComponent.getChildAddableMethods()List of method names where children can be addedConstructor parameters in com.vaadin.copilot.customcomponent with type arguments of type CustomComponentAddMethodInfoModifierConstructorDescriptionCustomComponentInstanceInfo(CustomComponent.Type type, String activeLevel, List<CustomComponentAddMethodInfo> addMethodInfoList, String javaClassName, String customComponentFilePath)