Uses of Class
com.vaadin.copilot.kotlinrewriter.KotlinComponentInfo
Packages that use KotlinComponentInfo
-
Uses of KotlinComponentInfo in com.vaadin.copilot.kotlinrewriter
Methods in com.vaadin.copilot.kotlinrewriter that return KotlinComponentInfoModifier and TypeMethodDescriptionKotlinComponentResolver.resolveOrThrow(ComponentTypeAndSourceLocation location) Resolves the component, or throws explaining why it could not be.Methods in com.vaadin.copilot.kotlinrewriter that return types with arguments of type KotlinComponentInfoModifier and TypeMethodDescriptionKotlinRewriter.addComponentUsingTemplate(KotlinComponentInfo referenceComponent, Where where, List<CopilotComponent> template, AddTemplateOptions options) KotlinComponentResolver.resolve(ComponentTypeAndSourceLocation location) Resolves the component, or returns empty.Methods in com.vaadin.copilot.kotlinrewriter with parameters of type KotlinComponentInfoModifier and TypeMethodDescriptionvoidKotlinRewriter.addCall(KotlinComponentInfo component, String function, Object... parameters) voidKotlinRewriter.addComment(KotlinComponentInfo component, String comment, CommentType commentType) KotlinRewriter.addComponentUsingTemplate(KotlinComponentInfo referenceComponent, Where where, List<CopilotComponent> template, AddTemplateOptions options) KotlinRewriter.addConstructorParameterToClass(KotlinComponentInfo referenceComponent, String parameterTypeName, String suggestedParameterName, boolean storeAsField) booleanKotlinRewriter.delete(KotlinComponentInfo component) voidKotlinRewriter.duplicate(KotlinComponentInfo component, List<KotlinComponentInfo> children) KotlinRewriter.extractComponent(KotlinComponentInfo component, IdentityHashMap<KotlinComponentInfo, List<KotlinComponentInfo>> componentChildren, String extractedComponentClassNameSuggestion) KotlinRewriter.getPropertyValue(KotlinComponentInfo component, String property) voidKotlinRewriter.moveComponent(KotlinComponentInfo component, KotlinComponentInfo container, KotlinComponentInfo reference, Where where, MoveTemplateOptions options) voidKotlinRewriter.removeCalls(KotlinComponentInfo component, String function) voidKotlinRewriter.removePropertySetter(KotlinComponentInfo component, String setter) KotlinRewriter.replaceFunctionCall(KotlinComponentInfo component, String function, Object value) Sets a property, replacing the value the source already states or adding a statement where it states none.voidKotlinRewriter.replaceOrAddCall(KotlinComponentInfo component, String function, Object... parameters) voidKotlinRewriter.setAlignment(KotlinComponentInfo component, AlignmentValues alignmentValues) voidKotlinRewriter.setGap(KotlinComponentInfo component, String all, String column, String row) voidKotlinRewriter.setPadding(KotlinComponentInfo component, String all, String top, String right, String bottom, String left) voidKotlinRewriter.setSizing(KotlinComponentInfo component, Map<String, String> changes) voidKotlinRewriter.setStyle(KotlinComponentInfo component, String property, String value) Method parameters in com.vaadin.copilot.kotlinrewriter with type arguments of type KotlinComponentInfoModifier and TypeMethodDescriptionvoidKotlinRewriter.duplicate(KotlinComponentInfo component, List<KotlinComponentInfo> children) KotlinRewriter.extractComponent(KotlinComponentInfo component, IdentityHashMap<KotlinComponentInfo, List<KotlinComponentInfo>> componentChildren, String extractedComponentClassNameSuggestion) KotlinRewriter.extractComponent(KotlinComponentInfo component, IdentityHashMap<KotlinComponentInfo, List<KotlinComponentInfo>> componentChildren, String extractedComponentClassNameSuggestion) voidKotlinRewriter.mergeAndReplace(List<KotlinComponentInfo> components, CopilotComponent wrapperComponent)