Uses of Interface
com.vaadin.copilot.rewriter.ComponentRef
Packages that use ComponentRef
Package
Description
-
Uses of ComponentRef in com.vaadin.copilot.javarewriter
Classes in com.vaadin.copilot.javarewriter that implement ComponentRefModifier and TypeClassDescriptionfinal recordRepresents metadata information about a VaadinComponent. -
Uses of ComponentRef in com.vaadin.copilot.kotlinrewriter
Classes in com.vaadin.copilot.kotlinrewriter that implement ComponentRefModifier and TypeClassDescriptionfinal classA component resolved to its place in a Kotlin source file. -
Uses of ComponentRef in com.vaadin.copilot.rewriter
Classes in com.vaadin.copilot.rewriter with type parameters of type ComponentRefModifier and TypeInterfaceDescriptioninterfaceCopilotRewriter<C extends ComponentRef>The source-rewriting operations Copilot performs in response to visual editing, independent of the language being rewritten.