Uses of Record Class
com.vaadin.copilot.UIServiceCreator.FieldInfo
Packages that use UIServiceCreator.FieldInfo
-
Uses of UIServiceCreator.FieldInfo in com.vaadin.copilot
Methods in com.vaadin.copilot that return UIServiceCreator.FieldInfoModifier and TypeMethodDescriptionUIServiceCreator.BeanInfo.fields()Returns the value of thefieldsrecord component.static UIServiceCreator.FieldInfoUIServiceCreator.FieldInfo.fromJson(tools.jackson.databind.JsonNode obj) Constructors in com.vaadin.copilot with parameters of type UIServiceCreator.FieldInfoModifierConstructorDescriptionBeanInfo(String fullyQualifiedBeanName, UIServiceCreator.FieldInfo[] fields) Creates an instance of aBeanInforecord class. -
Uses of UIServiceCreator.FieldInfo in com.vaadin.copilot.ai
Methods in com.vaadin.copilot.ai that return types with arguments of type UIServiceCreator.FieldInfoModifier and TypeMethodDescriptionAICreateFieldsHandler.CreateBeanFieldsResponse.fieldInfos()Returns the value of thefieldInfosrecord component.AICreateFieldsHandler.CreateExampleDataData.fieldInfos()Returns the value of thefieldInfosrecord component.Constructor parameters in com.vaadin.copilot.ai with type arguments of type UIServiceCreator.FieldInfoModifierConstructorDescriptionCreateBeanFieldsResponse(List<UIServiceCreator.FieldInfo> fieldInfos) Creates an instance of aCreateBeanFieldsResponserecord class.CreateExampleDataData(String entityName, List<UIServiceCreator.FieldInfo> fieldInfos, int count) Creates an instance of aCreateExampleDataDatarecord class. -
Uses of UIServiceCreator.FieldInfo in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return types with arguments of type UIServiceCreator.FieldInfoModifier and TypeMethodDescriptionstatic List<UIServiceCreator.FieldInfo> JavaRewriterUtil.getPropertiesInSourceOrder(String itemType) Parses the given class and finds bean properties in the order they are defined.Methods in com.vaadin.copilot.javarewriter with parameters of type UIServiceCreator.FieldInfoModifier and TypeMethodDescriptionvoidJavaRewriter.setComboBoxDataSource(ComponentInfo comboBox, String serviceClassName, String serviceMethodName, List<JavaReflectionUtil.ParameterTypeInfo> parameterTypes, String itemTypeClassName, UIServiceCreator.FieldInfo displayProperty) Connects the given combo box to the given service method, using the given item type and order for the columns.