Uses of Interface
com.vaadin.copilot.rewriter.ComponentRef
Packages that use ComponentRef
-
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.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.