Uses of Record Class
com.vaadin.copilot.rewriter.MoveTemplateOptions
Packages that use MoveTemplateOptions
Package
Description
-
Uses of MoveTemplateOptions in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter with parameters of type MoveTemplateOptionsModifier and TypeMethodDescriptionvoidJavaRewriter.moveComponent(ComponentInfo component, ComponentInfo container, ComponentInfo reference, Where where, MoveTemplateOptions options) Moves a component in the source code. -
Uses of MoveTemplateOptions in com.vaadin.copilot.kotlinrewriter
Methods in com.vaadin.copilot.kotlinrewriter with parameters of type MoveTemplateOptionsModifier and TypeMethodDescriptionvoidKotlinRewriter.moveComponent(KotlinComponentInfo component, KotlinComponentInfo container, KotlinComponentInfo reference, Where where, MoveTemplateOptions options) -
Uses of MoveTemplateOptions in com.vaadin.copilot.rewriter
Methods in com.vaadin.copilot.rewriter with parameters of type MoveTemplateOptionsModifier and TypeMethodDescriptionvoidCopilotRewriter.moveComponent(C component, C container, C reference, Where where, MoveTemplateOptions options) Moves a component into a container, relative to a reference component.