Interface VaadinPropertyDescriptor<BT>

    • Method Detail

      • getName

        String getName()
        Deprecated.
        Returns the name of the property.
        Returns:
      • getPropertyType

        Class<?> getPropertyType()
        Deprecated.
        Returns the type of the property.
        Returns:
        property type class
      • createProperty

        Property<?> createProperty​(BT bean)
        Deprecated.
        Creates a new Property instance for this property for a bean.
        Parameters:
        bean - a Bean
        Returns:
        a new Property