You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.data.binder.

Class AbstractBeanPropertyDefinition<T,​V>

  • java.lang.Object
    • com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition<T,​V>
    • Constructor Detail

      • AbstractBeanPropertyDefinition

        public AbstractBeanPropertyDefinition​(BeanPropertySet<T> propertySet,
                                              Class<?> propertyHolderType,
                                              PropertyDescriptor descriptor)

        Constructor for setting the immutable descriptor, property set and property holder type used by this instance.

        Parameters:

        propertySet - property set this property belongs to

        propertyHolderType - property holder type

        descriptor - property descriptor