Uses of Class
com.vaadin.copilot.javarewriter.JavaSource
Packages that use JavaSource
-
Uses of JavaSource in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return JavaSourceModifier and TypeMethodDescriptionAbstractComponentLocationInfo.getJavaSource()JavaFileSourceProvider.getJavaSource(File sourceFile) Retrieves aJavaSourcerepresentation of the specified Java source file.JavaDataProviderHandler.handleSetComponentProperty(JavaFileSourceProvider javaFileSourceProvider, String property, String value) Replaces the value of items from data providerMethods in com.vaadin.copilot.javarewriter with parameters of type JavaSourceModifier and TypeMethodDescriptionstatic ComponentAttachInfoComponentInfoFinder.createAttachInfo(JavaSource javaSource, AttachExpression attachCall, com.github.javaparser.ast.stmt.BlockStmt componentAttachScope, ComponentCreateInfo createInfo) static ComponentCreateInfoComponentInfoFinder.createComponentCreateInfo(JavaSource javaSource, com.github.javaparser.ast.expr.ObjectCreationExpr objectCreationExpr) static ComponentInfoJavaRewriterUtil.createComponentInfoForTemplateComponent(JavaSource javaSource, com.github.javaparser.ast.expr.ObjectCreationExpr objectCreationExpr, AttachExpression attachExpression) JavaRewriter.createComponentStatements(InsertionPoint insertionPoint, JavaComponent parent, JavaComponent maybeJavaComponent, boolean attach, String layoutVariableName, ComponentInfo referenceComponent, JavaRewriter.AddTemplateOptions options, JavaRewriter.Where where, JavaSource javaSource) JavaRewriter.createComponentStatements(InsertionPoint insertionPoint, JavaComponent parent, List<JavaComponent> template, String layoutVariableName, ComponentInfo referenceComponent, JavaRewriter.AddTemplateOptions options, JavaRewriter.Where where, JavaSource javaSource) com.github.javaparser.ast.NodeList<com.github.javaparser.ast.expr.Expression> JavaRewriter.getParameterList(InsertionPoint insertionPoint, Object value, JavaSource javaSource) voidJavaRewriter.importLitTemplate(JavaSource litTemplateSource, List<JavaComponent> componentDefinitions) Imports the given components that come from a lit template into the given LitTemplate Java class.voidJavaRewriter.insertSetter(InsertionPoint insertionPoint, com.github.javaparser.ast.expr.Expression owner, String setterName, Object value, JavaComponent javaComponent, JavaSource javaSource) Insert setters for given java component.Constructors in com.vaadin.copilot.javarewriter with parameters of type JavaSourceModifierConstructorDescriptionprotectedAbstractComponentLocationInfo(JavaSource javaSource) Creates a newComponentBaseInfowith the specified Java source and file reference.ComponentAttachInfo(JavaSource javaSource) Constructs a newComponentAttachInfowith the given Java source and file reference.ComponentCreateInfo(JavaSource javaSource) -
Uses of JavaSource in com.vaadin.copilot.javarewriter.custom
Methods in com.vaadin.copilot.javarewriter.custom with parameters of type JavaSourceModifier and TypeMethodDescriptionList<com.github.javaparser.ast.body.VariableDeclarator> CrudComponentHandle.createComponentStatements(JavaRewriter javaRewriter, JavaComponent component, InsertionPoint insertionPoint, JavaComponent parent, String layoutVariableName, ComponentInfo referenceComponent, JavaRewriter.AddTemplateOptions options, JavaSource javaSource) abstract List<com.github.javaparser.ast.body.VariableDeclarator> CustomComponentHandle.createComponentStatements(JavaRewriter javaRewriter, JavaComponent component, InsertionPoint insertionPoint, JavaComponent parent, String layoutVariableName, ComponentInfo referenceComponent, JavaRewriter.AddTemplateOptions options, JavaSource javaSource) List<com.github.javaparser.ast.body.VariableDeclarator> DashboardComponentHandle.createComponentStatements(JavaRewriter javaRewriter, JavaComponent component, InsertionPoint insertionPoint, JavaComponent parent, String layoutVariableName, ComponentInfo referenceComponent, JavaRewriter.AddTemplateOptions options, JavaSource javaSource) List<com.github.javaparser.ast.body.VariableDeclarator> DetailsComponentHandle.createComponentStatements(JavaRewriter javaRewriter, JavaComponent component, InsertionPoint insertionPoint, JavaComponent parent, String layoutVariableName, ComponentInfo referenceComponent, JavaRewriter.AddTemplateOptions options, JavaSource javaSource) protected voidCustomComponentHandle.insertSetter(JavaComponent javaComponent, com.github.javaparser.ast.expr.ObjectCreationExpr constructor, JavaRewriter javaRewriter, String componentClassName, InsertionPoint insertionPoint, com.github.javaparser.ast.expr.NameExpr variableNameExpr, JavaSource javaSource)