Uses of Enum Class
com.vaadin.copilot.javarewriter.JavaRewriter.Where
Packages that use JavaRewriter.Where
-
Uses of JavaRewriter.Where in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return JavaRewriter.WhereModifier and TypeMethodDescriptionstatic JavaRewriter.WhereReturns the enum constant of this class with the specified name.static JavaRewriter.Where[]JavaRewriter.Where.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.copilot.javarewriter with parameters of type JavaRewriter.WhereModifier and TypeMethodDescriptionJavaRewriter.addComponentUsingTemplate(ComponentInfo referenceComponent, JavaRewriter.Where where, List<JavaComponent> template, JavaRewriter.AddTemplateOptions options) Adds the given code snippet to the source code either before the reference component (Where.BEFORE) or by appending to the layout (Where.APPEND).JavaRewriter.attachComponent(InsertionPoint insertionPoint, JavaComponent component, JavaComponent parent, String layoutVariableName, ComponentInfo referenceComponent, com.github.javaparser.ast.expr.Expression variableNameExpr, String variableName, JavaRewriter.AddTemplateOptions options, JavaRewriter.Where where) 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) JavaRewriter.findInsertionPointForAppend(ComponentInfo component, JavaRewriter.Where where) voidJavaRewriter.moveComponent(ComponentInfo component, ComponentInfo container, ComponentInfo reference, JavaRewriter.Where where) Moves a component in the source code.