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.Where
Returns 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 TypeMethodDescriptionvoid
JavaRewriter.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).void
JavaRewriter.moveComponent
(ComponentInfo component, ComponentInfo container, ComponentInfo reference, JavaRewriter.Where where) Moves a component in the source code.