Uses of Class
com.vaadin.flow.component.internal.ComponentTracker.Location
Packages that use ComponentTracker.Location
Package
Description
-
Uses of ComponentTracker.Location in com.vaadin.copilot
Methods in com.vaadin.copilot that return types with arguments of type ComponentTracker.LocationModifier and TypeMethodDescriptionstatic Map<ComponentTracker.Location,File> FlowUtil.findActiveJavaFiles(int uiId) Finds all Java files that are used to create the current component tree for the given ui.Methods in com.vaadin.copilot with parameters of type ComponentTracker.LocationModifier and TypeMethodDescriptionProjectManager.getSourceFile(ComponentTracker.Location location) Returns the Java file for the given component location. -
Uses of ComponentTracker.Location in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return ComponentTracker.LocationModifier and TypeMethodDescriptionComponentTypeAndSourceLocation.attachLocation()Returns the value of theattachLocationrecord component.ComponentTypeAndSourceLocation.createLocation()Returns the value of thecreateLocationrecord component.Constructors in com.vaadin.copilot.javarewriter with parameters of type ComponentTracker.LocationModifierConstructorDescriptionComponentTypeAndSourceLocation(Class<? extends Component> type, List<Class> inheritanceChain, Component component, File javaFile, ComponentTracker.Location createLocation, ComponentTracker.Location attachLocation, ComponentTypeAndSourceLocation parent, List<ComponentTypeAndSourceLocation> children) Creates an instance of aComponentTypeAndSourceLocationrecord class.ComponentTypeAndSourceLocation(Class<? extends Component> type, List<Class> inheritanceChain, File javaFile, ComponentTracker.Location createLocation, ComponentTracker.Location attachLocation, ComponentTypeAndSourceLocation parent, List<ComponentTypeAndSourceLocation> children) Creates the entry where component is setnull -
Uses of ComponentTracker.Location in com.vaadin.copilot.plugins.accessibilitychecker
Methods in com.vaadin.copilot.plugins.accessibilitychecker that return ComponentTracker.LocationModifier and TypeMethodDescriptionprotected ComponentTracker.LocationAccessibilityJavaSourceModifier.getCreateLocation(Component c) -
Uses of ComponentTracker.Location in com.vaadin.copilot.plugins.themeeditor
Methods in com.vaadin.copilot.plugins.themeeditor that return ComponentTracker.LocationModifier and TypeMethodDescriptionprotected ComponentTracker.LocationJavaSourceModifier.getCreateLocation(Component c) Methods in com.vaadin.copilot.plugins.themeeditor with parameters of type ComponentTracker.LocationModifier and TypeMethodDescriptionprotected FileJavaSourceModifier.getSourceFile(ComponentTracker.Location createLocation) protected FileJavaSourceModifier.getSourceFolder(ComponentTracker.Location location) -
Uses of ComponentTracker.Location in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return ComponentTracker.LocationModifier and TypeMethodDescriptionstatic ComponentTracker.LocationComponentTracker.findAttach(Component component) Finds the location where the given component instance was attached to a parent.static ComponentTracker.LocationComponentTracker.findCreate(Component component) Finds the location where the given component instance was created.Methods in com.vaadin.flow.component.internal with parameters of type ComponentTracker.LocationModifier and TypeMethodDescriptionstatic voidComponentTracker.refreshLocation(ComponentTracker.Location location, int offset) Refreshes location of all components that had create or attach location below given reference component by given offset value.