Uses of Record Class
com.vaadin.flow.ai.formfiller.utils.ComponentUtils.ComponentInfo
Packages that use ComponentUtils.ComponentInfo
-
Uses of ComponentUtils.ComponentInfo in com.vaadin.flow.ai.formfiller.utils
Methods in com.vaadin.flow.ai.formfiller.utils that return types with arguments of type ComponentUtils.ComponentInfoModifier and TypeMethodDescriptionComponentUtils.ComponentsMapping.componentInfoList()Returns the value of thecomponentInfoListrecord component.static List<ComponentUtils.ComponentInfo>ComponentUtils.getComponentInfo(com.vaadin.flow.component.Component component) Get all the components detailed information from a parent component.Method parameters in com.vaadin.flow.ai.formfiller.utils with type arguments of type ComponentUtils.ComponentInfoModifier and TypeMethodDescriptionstatic voidComponentUtils.fillComponents(List<ComponentUtils.ComponentInfo> components, Map<String, Object> mapComponentValues) Fills the component(s) of the target component using the map with components and values.Constructor parameters in com.vaadin.flow.ai.formfiller.utils with type arguments of type ComponentUtils.ComponentInfoModifierConstructorDescriptionComponentsMapping(List<ComponentUtils.ComponentInfo> componentInfoList, Map<String, Object> componentsJSONMap, Map<String, String> componentsTypesJSONMap) Creates an instance of aComponentsMappingrecord class.