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 TypeMethodDescriptionvoidJavaRewriter.addComponentUsingTemplate(ComponentInfo referenceComponent, JavaRewriter.Where where, List<JavaComponent> template) Adds the given code snippet to the source code either before the reference component (Where.BEFORE) or by appending to the layout (Where.APPEND).voidJavaRewriter.moveComponent(ComponentInfo component, ComponentInfo container, ComponentInfo reference, JavaRewriter.Where where) Moves a component in the source code.