Uses of Interface
com.vaadin.copilot.customcomponent.CustomComponent
Packages that use CustomComponent
-
Uses of CustomComponent in com.vaadin.copilot.customcomponent
Classes in com.vaadin.copilot.customcomponent that implement CustomComponentModifier and TypeClassDescriptionfinal recordContains information for custom components that are defined outside the project. e.g. addon, external maven libraries etc...final recordContains information for custom components that are found in project sources.Methods in com.vaadin.copilot.customcomponent that return types with arguments of type CustomComponentModifier and TypeMethodDescriptionstatic Optional<CustomComponent> CustomComponents.getCustomComponentInfo(com.vaadin.flow.component.Component component) Returns the custom component information of a component if present.static Optional<CustomComponent> CustomComponents.getCustomComponentInfo(Class<?> clazz) Returns the custom component information of a component class if present.static Optional<CustomComponent> CustomComponents.getCustomComponentInfo(String componentClassName) Returns the custom component information of a component class name if present. -
Uses of CustomComponent in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return types with arguments of type CustomComponentModifier and TypeMethodDescriptionComponentInfo.customComponentInfo()Returns the value of thecustomComponentInforecord component.Methods in com.vaadin.copilot.javarewriter with parameters of type CustomComponentModifier and TypeMethodDescriptionComponentInfoBuilder.customComponentInfo(CustomComponent customComponentInfo) Sets custom information associated with the component.Constructor parameters in com.vaadin.copilot.javarewriter with type arguments of type CustomComponentModifierConstructorDescriptionComponentInfo(Class<? extends com.vaadin.flow.component.Component> type, com.github.javaparser.ast.body.ConstructorDeclaration routeConstructor, boolean containerComposite, boolean isAnonymousComponent, boolean isReturnValue, boolean createdInLoop, boolean createAndAttachLocationsAreInSameFile, Optional<CustomComponent> customComponentInfo, Optional<ComponentCreateInfo> componentCreateInfoOptional, Optional<ComponentAttachInfo> componentAttachInfoOptional) Creates an instance of aComponentInforecord class.