Uses of Class
com.vaadin.copilot.javarewriter.ComponentAttachInfo
Packages that use ComponentAttachInfo
-
Uses of ComponentAttachInfo in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return ComponentAttachInfoModifier and TypeMethodDescriptionstatic ComponentAttachInfoComponentInfoFinder.createAttachInfo(JavaSource javaSource, AttachExpression attachCall, com.github.javaparser.ast.stmt.BlockStmt componentAttachScope, ComponentCreateInfo createInfo) Methods in com.vaadin.copilot.javarewriter that return types with arguments of type ComponentAttachInfoModifier and TypeMethodDescriptionComponentInfo.componentAttachInfoOptional()Returns the value of thecomponentAttachInfoOptionalrecord component.ComponentInfoBuilder.getComponentAttachInfoOptional()Methods in com.vaadin.copilot.javarewriter with parameters of type ComponentAttachInfoModifier and TypeMethodDescriptionComponentInfoBuilder.componentAttachInfo(ComponentAttachInfo componentAttachInfo) Sets the attachment information associated with the component.