Uses of Class
com.vaadin.copilot.javarewriter.ComponentCreateInfo
Packages that use ComponentCreateInfo
-
Uses of ComponentCreateInfo in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return ComponentCreateInfoModifier and TypeMethodDescriptionstatic ComponentCreateInfoComponentInfoFinder.createComponentCreateInfo(JavaSource javaSource, com.github.javaparser.ast.expr.ObjectCreationExpr objectCreationExpr) ComponentInfo.getCreateInfoOrThrow()ComponentInfoBuilder.getCreateInfoOrThrow()Returns theComponentCreateInfoif present, or throws an exception if absent.Methods in com.vaadin.copilot.javarewriter that return types with arguments of type ComponentCreateInfoModifier and TypeMethodDescriptionComponentInfo.componentCreateInfoOptional()Returns the value of thecomponentCreateInfoOptionalrecord component.Methods in com.vaadin.copilot.javarewriter with parameters of type ComponentCreateInfoModifier and TypeMethodDescriptionComponentInfoBuilder.componentCreateInfo(ComponentCreateInfo componentCreateInfo) Sets the creation information associated with the component.static ComponentAttachInfoComponentInfoFinder.createAttachInfo(JavaSource javaSource, AttachExpression attachCall, com.github.javaparser.ast.stmt.BlockStmt componentAttachScope, ComponentCreateInfo createInfo)