Uses of Class
com.vaadin.copilot.javarewriter.ComponentCreateInfo
Packages that use ComponentCreateInfo
-
Uses of ComponentCreateInfo in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return ComponentCreateInfoModifier and TypeMethodDescriptionComponentInfo.getCreateInfoOrThrow()ComponentInfoBuilder.getCreateInfoOrThrow()Returns theComponentCreateInfoif present, or throws an exception if absent.Methods in com.vaadin.copilot.javarewriter that return types with arguments of type ComponentCreateInfoModifier and TypeMethodDescriptionComponentInfo.componentCreateInfoOptional()Returns the value of thecomponentCreateInfoOptionalrecord component.Methods in com.vaadin.copilot.javarewriter with parameters of type ComponentCreateInfoModifier and TypeMethodDescriptionComponentInfoBuilder.componentCreateInfo(ComponentCreateInfo componentCreateInfo) Sets the creation information associated with the component.