Uses of Class
com.vaadin.copilot.javarewriter.ComponentInfoBuilder
Packages that use ComponentInfoBuilder
-
Uses of ComponentInfoBuilder in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return ComponentInfoBuilderModifier and TypeMethodDescriptionComponentInfoBuilder.classSource(boolean classSource) Sets whether the component indicates the whole class file rather than instances in the classComponentInfoBuilder.componentAttachInfo(ComponentAttachInfo componentAttachInfo) Sets the attachment information associated with the component.ComponentInfoBuilder.componentCreateInfo(ComponentCreateInfo componentCreateInfo) Sets the creation information associated with the component.ComponentInfoBuilder.containerComposite(boolean containerComposite) Specifies whether the component is part of a container composite structure.ComponentInfoBuilder.createAndAttachLocationsAreInSameFile(boolean createAndAttachLocationsAreInSameFile) Sets whether component create location and attach location are in the same file.ComponentInfoBuilder.createdInLoop(boolean createdInLoop) Sets whether the component is created inside a loop.ComponentInfoBuilder.customComponentInfo(CustomComponent customComponentInfo) Sets custom information associated with the component.ComponentInfoBuilder.isAnonymousComponent(boolean isAnonymousComponent) Sets whether the component is an anonymous component (i.e., without a named type).ComponentInfoBuilder.isReturnValue(boolean isReturnValue) Specifies whether the component is used as a return value from a method or constructor.ComponentInfoBuilder.routeConstructor(com.github.javaparser.ast.body.ConstructorDeclaration routeConstructor) Sets the constructor of the route where the component is created.Sets the type of the component.